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 8908
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

9 7699
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

7 7493
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

5 6912
Q:

Wild animals are not considered a natural resource.

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

Explanation:

Natural resources are resources taken from nature to satisfy our needs. As wild animals are on the earth naturally, they are considered as natural resources.


 


Hence, the given statement is false.

Report Error

View Answer Workspace Report Error Discuss

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

3 6831
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 6732
Q:

Microwave communication uses high-frequency.

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

Explanation:

Microwaves are high-frequency signals in the 300 MHz to 300 GHz range. This is in contrast to radio signals, which are typically broadcast in all directions. Radio signals operate in the 3 Hz to 300 MHz range.


Microwave signals are used for both satellite and ground-based communications.

Report Error

View Answer Workspace Report Error Discuss

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

5 6386
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 6345