A second class lever needs less effort to lift a heavy load. Give reasons​

Answers

Answer 1

Explanation:

1. Using a lever makers it easier to move a load and so you use less effort.

2. Second class lever:- The load is between the fulcrum and the effort

These types of lever always acts as a force and magnifier and it's mechanical advantages is greater than one


Related Questions

Carline is a teacher who uses PowerPoint. She wants to make sure all of her PowerPoints are set up the same way with the same theme. She saved her original theme for the first chapter. She is working on chapter 2. Which lists the correct steps for recovering her theme?
HELP ASAP!

Answers

Answer:

Click on file, select New, select themes and find saved theme

what web 2.0 features allows users to subscribe to a data plan that charges for the amount of time spent on the internet?
a.Folksonomy b. long tail c.user participation d.application

Answers

Answer:

The answer to this question is given in the explanation section. The correct option is long tail

Explanation:

a.Folksonomy

Folksonomy is a way of organizing data and digital content. With Web 2.0, users can collaboratively manage and tag photos, journals and other media. As more users do this, creates a system of classification for the media and information.  so this option is not correct

b. long tail (correct option)

Some sites are able to offer services as well in which users can subscribe monthly or pay a fee every so often. An example of this would be Netflix.

c.user participation

All users have the free will to contribute to the site which makes many Web 2.0 pages public. With sites such as Wikipedia, anyone is open to the editing of articles. Information is provided two-way instead of solely from the site owner.

d.application

Web 2.0 applications that allow anyone to create and share online information or material they have created. As you know that there are number of different types of web 2.0 applications including wikis, blogs, social networking, folksonomies, podcasting & content hosting services.

The web 2.0 features that allows users to subscribe to a data plan is  b. long tail

Web 2.0  enables internet users to develop and share contents they have created on web pages.

Long tail enables users to subscribe to a data plan before they can have  access to contents online  which means that a user with no data plan cannot  access  those contents.

This Users will then be  charged based on the length of time they spent in  browsing or streaming movies.

Example a user that need to watch or stream movies on Netflix will need to have enough data or data subscription  as the users will be charge based on the time spent streaming the  movies on the internet.

Inconclusion The web 2.0 features that allows users to subscribe to a data plan is  b. long tail

Learn more about here:

https://brainly.com/question/17301234

The Research and Development Process has five steps what are they ?

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

There are five steps used in any research and development project.

Step 1 – Locating and Defining Issues or Problems and get an idea about what is needed

Step 2 – Designing the Research Project, How you will solve the problem or get the solution of the problem

Step 3 – Collecting Data.

Step 4 – Interpreting Research Data.  

Step 5 – Report Research Findings.

By default, your computer will organize your files in the order they were created.
True
False

Answers

true, most computers will do this but it depends on the computer and the program being used.

TRUE

True, but not for all operating systems.  

[Edhesive] 4.1 Code Practice
Write a program that asks the user to enter a name, and then prints Nice to meet you NAME. Your program should repeat these steps until the user inputs Nope.

Sample Run:

Please enter a name: (Nope to end) Antonio
Nice to meet you Antonio
Please enter a name: (Nope to end) Jonathan
Nice to meet you Jonathan
Please enter a name: (Nope to end) Tyler
Nice to meet you Tyler
Please enter a name: (Nope to end) Brianne
Nice to meet you Brianne
Please enter a name: (Nope to end) Nope

Answers

Answer:

name = input("Enter a name, type Nope to end loop: ")

while (name != "Nope"):

   print("Nice to meet you " + name)

   name = input("Enter a name, type Nope to end loop: ")

   

   print("Done")

Explanation:

It works on python/Edhesive perfectly!

Following are the Python program to an input string value and print value with the message:

Program Explanation:

Defining the while loop that runs condition is true.Defining a variable "user_name" that uses the input method to input value from the user-end.After input value the if conditional block is used that checks input value is equal to "Nope" when the condition is true it uses the break keyword and print values with the message.

Program:

while True:#defining loop that runs when condition is true

   user_name = input('Enter your name:(Nope to end): ')#defining a variable user_name that input value

   if user_name == 'Nope':#defining if block that checks input string value equal to Nope  

       break#using break keyword

   print('Nice to meet you {}'.format(user_name))#print message

Output:

Please find the attachment.

Learn more:

brainly.com/question/18502091

What technology is used with building a closet organizer?

Answers

Answer:builder

Explanation:

Answer:

Some Technology used to build a closet organizer would be

A Drill

And ofc your going to need google, to help build it

I really do hope this helps I'm on the verge of falling asleep so I couldn't think of anything else.

High Hopes^^

Barry-

Help me ASAP please I’m hungry

Answers

Answer:

D.

Explanation:

Answer:

D, you can correct me if I'm wrong

Explanation:

Can someone help me? Thanks.

Answers

Answer:with what exactly

Explanation:

Which option is considered a part of the document that is used to collect specific and predefined information?
O text box
O WordArt
O SmartArt
O form

Answers

I pretty sure it's a form but don't count me on it.

Answer:

Smart Art

Explanation:

You are adding specific data into a document.

I need help with a question on a computer science test.

Three of the following values could be stored as strings. When would you NOT use a string command?

To store decimal values.

To store a list of colors.

To store a word.

To store values NOT used for calculations.

Answers

Answer:

To store decimal values

Explanation:

Analyzing the given options.

(a)

Decimal values are digits and are to be treated as such. So, storing them as strings mean that they are no longer decimal values.

(b), (c) & (d)

List of colors, words and values that can't be used for calculations are all string values.

Take a for instance.

List of colors: "Red", "Yellow", "Blue",...

Words, "I", "am", "a", "boy"

Values that can't be used for calculations are non numerical data and as such, some of them could be strings.

Hence:

Option (a) answers the question

Answer:

To store decimal vaules is the correct choice.

Gina is using Outlook in the default cached mode and is connected to an Exchange server. What is the default file type used to store a cached version of Gina’s mailbox?

PST
OST
MSG
XML

Answers

Answer:

Its C. MSG

Explanation:

On edg

Answer:

c

Explanation:

took the test

20 POINTS


Why is important for film editors to have a knack for storytelling?


Increasingly, screen writers and film editor positions are filled by the same person.

There is no need for the film editor to have a knack for storytelling; in fact, this may be a drawback.

The film editor is responsible for editing the script if the screen writer has made any errors.

The film editor must weave many scenes and sections of scenes together to tell a cohesive story.

Answers

Answer:

The film editor must weave many scenes and sections of scenes together to tell a cohesive story

Explanation:

Forgive me if i am wrong

Two popular feedback formulas are?____________________ and ____________________

Answers

Answer:

negative and positive

Explanation:

After Mila plugged her phone into the battery pack the amount of energy in the battery pack pack increase ,decrease or stay the same explain why

Answers

The amount of energy in the battery pack will decrease, because the phone is taking the stored energy from the battery pack. This will cause the phone to become charge and the battery pack to lose its energy.

Answer: The amount of energy in the battery pack is reduced as the phone receives energy stored from the battery pack. This will cause the phone to charge and the battery pack to lose power.

Explanation:

4.3 Code Practice: Question 1
Instructions
Grandma Ester normally gives you hugs for your birthday - one for every year old you are. When you turned 15, she squished you with 15 hugs! This year, she, unfortunately, cannot see you on your birthday, so instead, she wants to send you virtual hugs!

Create a program that prompts the user for how old they are turning and then using a loop, output a virtual hug for every year old they are.

The following prints a single “virtual hug.”

print("**HUG**")

Answers

in python 3:

age = int(input("How old are you turning? "))

i = 0

while i < age:

   print("**HUG**")

   i += 1

I hope this helps!

Which design principle is the subject of a photo or image? ​

Answers

The focal point is where the eye is drawn to in a photo or image.

The content of a photo or image serves as the framing design principle, and the further discussion can be defined as follows:

This placement of the principal topic of a design about other components on the page is referred to as framing. It is most commonly used in cinematography or photography to define how the primary point of an image is located inside the overall image.

Therefore, the final answer is "Framing".

Learn more:

brainly.com/question/20307377

What is the Finder?
0
the place where the most commonly used Mac applications reside
O
the default Mac application
the library used by software developers to create familiar interfaces for applications
the place where lists of commands can be found

Answers

I would say The place where apps reside.

Finder is the Mac version of a file explorer. One tab in the finder is where all install applications are.

(I'm typing this on a mac currently just saying.)

Which option exists to turn multiple calendars on or off at the same time?

change to overlay view
create a calendar group
use Office 365 in merge view
link multiple calendars in single view

Answers

Answer:

B is correct

Explanation:

On edg

Answer:

B. create a calendar group

Explanation:

just did the assignment on edge 2020

Question 3 / 5
True or False: Students should start drinking young to learn how to drink responsibly and safely.

Answers

Answer:

False

Explanation:

It is false that students should start drinking young to learn how to drink responsibly and safely.

What is the effects of alcohol consumption?

It includes problems with fertility like lower testosterone levels and lower sperm counts in men, brain damage and ailments connected to the brain, such as dementia and stroke.

Cardiac conditions such excessive blood pressure, damaged hearts, and heart attacks, and hepatic failure and liver cirrhosis.

In a national study, college students who binge-drank alcohol at least three times per week were about six times more likely than those who seldom consumption to do poorly on an exam or assignment.

Additional negative effects include attempted self-harm, health issues, injuries, unsafe intimate activity, drink driving, vandalism, property destruction, and engagement with the police.

Thus, the given statement is false.

For more details regarding alcohol consumption, visit:

https://brainly.com/question/14481017

#SPJ2

Andreas wants to insert an element into an email that will graphically display the values in a table. Which option should he choose?

table
hyperlink
SmartArt
chart

Answers

Answer:

D. chart

Explanation:

Correct on edg

Answer:

d

Explanation:

took the test

CONVERT .0001 KILOMETERS TO MILLIMETERS

Answers

Answer:

The answer to this question is given below in the explanation section

Explanation:

As we know that

1 km = 1000000 mm

So, 0.001 * 1000000 =  100

the answer is 100 millimeters.

Which inserted element in an email message displays a graphic from a data source?

a chart
a hyperlink
SmartArt
a table

Answers

It is A the others ones does not make sense

A chart inserted element in an email message displays a graphic from a data source. The correct option is A.

What is a chart?

To make it simpler to grasp huge amounts of data and the relationships between various series of data, series of numeric data are displayed in a graphical fashion using charts.

When it comes to visualising data, a chart (sometimes referred to as a graph) uses symbols to represent the data, such as bars in a bar chart, lines in a line chart, or slices in a pie chart.

A chart's primary purposes are to present data and encourage deeper study of a subject. A visual from a data source is displayed in a chart that is an embedded element in an email message.

Thus, the correct option is A.

For more details regarding chart, visit:

https://brainly.com/question/15507084

#SPJ2


Based upon what you know
about networks, explain why
computers are more useful
when they are connected to the
internet

Answers

Answer:

A network allows sharing of files, data, and other types of information giving authorized users the ability to access information stored on other computers on the network. Distributed computing uses computing resources across a network to accomplish tasks.The ISP provides a bridge between your computer and all the other computers in the world on the Internet. The ISP uses the TCP/IP protocols to make computer-to-computer connections possible and transmit data between them.

Explanation:

Professionals workers can communicate their insights, concepts as well as produce better results thanks to networking. A further explanation is below.

Networks enable consumers to interact via e-mail, journals, unified communications, as well as other means. This boosts their performance but instead raises the organization's or business's revenue.Teachers may use networks to accomplish improved online teaching materials and paperwork from either a variety of places, including numerous classes, administrative centers, including their residences.

Thus the above answer is right.

Learn more about networks here:

https://brainly.com/question/5048040

Identify methods to improve programming skills.

Answers

Establish goals for yourself. Setting goals can boost your productivity as a developer. ...Do it again… and again! Once you choose your goals, work on them as much as possible! ... Share what you learn/create. It's the best way to learn new things. ... Read code. ...Ask questions

What is a good analogy for explaining the actions of a compiler?

a hybrid ability of a car to use multiple energy sources
a street map of a local subdivision
an interpreter who speaks several languages
an automatic programming of kitchen devices

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

This question is about what is a good analogy for explaining the actions of a compiler?  The correct option is automatic programming of kitchen devices .

a hybrid ability of a car to use multiple energy sources  (false)

this analogy is not correctly mapped on the compiler, becuase the compiler can be designed only for one type of language, for example, the program that calculates the average of students number can be easily programmed in C++ and in C#. But you cannot compile the C# program in C++ compiler and vice versa.  

a street map of a local subdivision  (false)

Because you can design a compiler for a not specific subdivision of programming.

an interpreter who speaks several languages

it is not an analogy, however, an interpreter can handle only one type of language.

an automatic programming of kitchen devices (true)

This is a good analogy of compiler because you give input to the device and that device based on your input gives you back an output. Similarly, you give input to the compiler in form of language syntax, and it automatically give you output based on your input.

Instructions
Click the links to open the resources below. These resources will help you complete the assignment. Once you have created your
file(s) and are ready to upload your assignment, click the Add Files button below and select each file from your desktop or network
folder. Upload each file separately.
Your work will not be submitted to your teacher until you click Submit.
Documents
Ways to Organize Text - Student Guide
Creation and Management of Lists - Student Guide
Insertion of Symbols Special Characters, and Images - Student Guide
File Upload
Accepted file types: .ppt, .pptx, xls, xlsx, doc, .docx, zip, pdf, .accdb, msg
Add Files
*
Delete All

Answers

answer:


explanation:
whats the question?

Which of the following is MOST likely to be an outcome of the digital divide

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The question is which of the following is MOST likely to be an outcome of the digital divide?

First, we know that what is the digital divide. A digital divide is any uneven distribution in the access to, use of, or impact of information and  communications technologies between any number of distinct groups, which can be defined based on social, geographical, or geopolitical criteria, or otherwise. So, the correct answer is B.

A. Certain companies will be unable to certify their technology as digitally secure (Incorrect).

It is related to the digital divide but it is related to the company's internal security system.

B. People from some racial or ethnic groups have unequal access to computing technology (correct).

Yes, it is best described what the digital divide is.

C. People will have equal access and influence both globally and locally (incorrect).

Because, in the digital divide, people will have unequal access and influence both globally and locally while using technology.

D. Political groups in some countries are unable to agree on regulations of digital technology (incorrect).

It is not related to the digital divide because it is the country's internal matters on the regulation of digital technology.

Which option in Outlook allows a user to look at multiple calendars in a side-by-side fashion?

Select multiple calendars.
Select multiple calendars and choose Overlay.
Select a single calendar.
This is not possible.

Answers

Answer:

Its A

Explanation:

I just took the review

Answer: a

Explanation: its a on edge

what is the chain reaction that occurs when a sound is created ​

Answers

The chain reaction is called sound waves

Omar wants to print out a document to give to his audience to follow along with his presentation. However, he does not want his classmates to see the slides in advance.

Which type of document should Omar print?

outlines
full slides
handouts
notes pages

Answers

Answer:

A on Edg

Explanation:

Answer:

Outlines

Explanation:

Other Questions
Suppose Thomas owns 30 movies. If the ratio of old movies to new movies is 4:1, how many new movies does Thomas have? Select 1 answerA- 1 new movieB- 5 new moviesC- 24 new moviesD- 6 new moviesPlease Hurry! What is so special about Don Quixote and Sancho Panza?They worked with Cervantes.They never even existed.They had a squire named La Mancha.They lived in England. Solve x^2 - 16x = -12 by completing the steps.First, subtract ____ from each side of the equation. 9. A plane starts at rest & accelerates along the ground before takeoff. Itmoves 1600m in 18s. Calculate the acceleration rate of the plane. * Help me ASAP plz !???? Write a SQL statement to display all the information of all salesmen. Sample table: salesman salesman_id | name | city | commission -------------+------------+----------+------------ 5001 | James Hoog | New York | 0.15 5002 | Nail Knite | Paris | 0.13 5005 | Pit Alex | London | 0.11 5006 | Mc Lyon | Paris | 0.14 5007 | Paul Adam | Rome | 0.13 5003 | Lauson Hen | San Jose | 0.12 it is all in there i need it soon What is the scale factor of AABC to ADEF?A. 6B. 1/6C. 2D. 1/2 Cells use a molecule called (DNA / RNA / ATP / CMP) to store and release energy like a battery. The energy is stored in chemical bonds between (nucleotide / oxygen / phosphate / ribose) groups of the molecule, and the energy is released when the chemical bonds are broken. Which is one way poor use of fertilizers in agriculture can affect the environmentA. It can increase the ability of many species to find suitable habitats B. It can cause pollution of water in lakes and riversC. It can cause an increase in greenhouse gasesD. It can reduce the amount of sediment in the local waterways Whats the role of a coach in character education? what are your fears related to this unexpected event in your life? 6. (01.01 MC)Why is 1 + (-5) equal to -4? (1 point)Because it is 5 units to the right of 1 on a horizontal number lineOBecause it is 5 units to the left of 0 on a horizontal number lineBecause it is 5 units to the right of 0 on a horizontal number lineBecause it is 5 units to the left of 1 on a horizontal number line Is the equation true or false when x = 4? (3x28)12=3x(3x28)12=3x true false Each student was asked to create an expression whose quotient is 1/3. Each student and their response can be seen in the table below. Which students have answered correctly? Select all that apply. A. Angela B. Ben C. Chris D. Denice E. Elizabeth ONE EASY FRESHMEN MATH QUESTION!! -7+(-5)+8 helpp mee Kim wants to add a new tab on the ribbon named Paste as Pictures for a group of special commands. Put the steps in the correct order to explain how she can accomplish this task.Step 1: Go to the Backstage view. Step 2: Select Customize Ribbon.Step 3: After a dialog box opens, navigate to the right side.Step 4: Step 5: Step 6: Then, click OK. Translate sentence into an equation. Thirteen is 7 more than one-fifth of a number The probability of an event must have what value?