True or False Questions

Q:

The Ankle is a third-class lever.

A) TRUE B) FALSE
Answer & Explanation Answer: B) FALSE

Explanation:

False. The ankle is not the third-class lever in the body.


 


Levers are typically labeled as first class, second class, or third class. All three types are found in the body, but most levers in the human body are third class.

First-class levers in the human body are rare and have the axis (fulcrum) located between the weight (resistance) and the force. One example is the joint between the head and the first vertebra.


In a second-class lever, the weight (resistance) is located between the axis (fulcrum) and the force. An example of a second-class lever in the human body is found in the lower leg when someone stands on tiptoes


In a third-class lever, the most common in the human body, force is applied between the resistance (weight) and the axis (fulcrum). There are numerous third-class levers in the human body; one example can be illustrated in the elbow joint.

Report Error

View Answer Workspace Report Error Discuss

Subject: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

4 7406
Q:

chart of depreciation is assigned to company code and necessary data for asset accounting is added to company code. Hence company code is available for use in asset accounting

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:
Report Error

View Answer Workspace Report Error Discuss

Subject: SAP FI

5 7041
Q:

Function GWT is used in time valuation to select time wage types for all absences, which are valued on the basis of the As If principle

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:
Report Error

View Answer Workspace Report Error Discuss

Subject: SAP HR

3 6320
Q:

For purifying drinking water alum is used

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

In purifying drinking water alum is used for coagulation of mud particles.

Report Error

View Answer Workspace Report Error Discuss

Subject: General Science
Exam Prep: AIEEE , Bank Exams , GATE
Job Role: Analyst , Bank Clerk , Bank PO

7 6142
Q:

The heat from the sun reaches earth through Convection.

A) TRUE B) FALSE
Answer & Explanation Answer: B) FALSE

Explanation:

The given statement, The heat from the sun reaches earth through Convection is FALSE.


 


Heat from the sun actually reaches the earth through Radiation. The process occurs through electromagnetic radiation, specifically, in which molecules are warmed when the heat reaches them, and these molecules then warm other molecules touching them, which continues until we feel the sun's heat.

Report Error

View Answer Workspace Report Error Discuss

Subject: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

8 5795
Q:

Formation of curd from milk is chemical reaction.

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

The process of conversion of milk into curd is called fermentation.  It is a chemical change. Milk consists of globular proteins called casein. As the microorganism lactobacillus react with milk and turn it to curd. For it 37 degree temperature is needed. But sometimes when it does not get favourable condition, then other microorganism react and makes the curd taste different.

Report Error

View Answer Workspace Report Error Discuss

Subject: Chemistry
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

6 5649
Q:

In the following pieces of code, B and D will compile without any error. True or false ?

A: StringBuffer sb1 = "abcd";

B: Boolean b = new Boolean("abcd");

C: byte b = 255;

D: int x = 0x1234;

E: float fl = 1.2;

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

The code segments B and D will compile without any error. A is not a valid way to construct a StringBuffer, you need to create a StringBuffer object using "new". B is a valid construction of a Boolean (any string other than "true" or "false" to the Boolean constructor will result in a Boolean with a value of "false"). C will fail to compile because the valid range for a byte is -128 to +127 (i.e., 8 bits, signed). D is correct, 0x1234 is the hexadecimal representation in java. E fails to compile because the compiler interprets 1.2 as a double being assigned to a float (down-casting), which is not valid. You either need an explicit cast, as in "(float)1.2" or "1.2f", to indicate a float.

Report Error

View Answer Workspace Report Error Discuss

6 5614
Q:

AUC have depreciation key, which denotes that depreciation will not be calculated

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:
Report Error

View Answer Workspace Report Error Discuss

Subject: SAP FI

2 5599