Questions

Q:

Onplanet Earth, there is no centrifugal force at the 

A) Equator B) Tropic of cancer
C) Tropic of Capricorn D) Poles
 
Answer & Explanation Answer: D) Poles

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

15 11393
Q:

The term stagflation refers to a situation where ?

A) Growth has no relation with the change in prices B) Rate of growth is faster than the rate of price increase
C) Rate of growth is slower than the rate of price increase D) Rate of growth and prices both are decreasing
 
Answer & Explanation Answer: C) Rate of growth is slower than the rate of price increase

Explanation:

Stagflation is a blend of stagnation (in economic growth) and inflation (rise in prices).

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

17 11391
Q:

What is the shortcut key to open font dialog box?

A) Ctrl + Shift + F B) Ctrl + D
C) Ctrl + Shift + P D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

48 11390
Q:

When body is accelerated

A) its velocity never changes B) its speed always changes
C) its direction always changes D) its speed may or maynot change
 
Answer & Explanation Answer: D) its speed may or maynot change

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

53 11384
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

16 11377
Q:

An area of dead myocardial tissue is called

A) an infarct B) stenosis
C) an induration D) hypertrophy
 
Answer & Explanation Answer: A) an infarct

Explanation:

An area of dead myocardial tissue is called an infarct.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE
Job Role: Analyst , Bank Clerk

18 11376
Q:

What is the scientific name for washing soda?

A) Sodium carbonate B) Sodium bicarbonate
C) Calcium carbonate D) Calcium bicarbonate
 
Answer & Explanation Answer: A) Sodium carbonate

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science

62 11370
Q:

Which is the second largest judicial complex in the world ? 

A) Madras Highcourt B) Gauhati Highcourt
C) Delhi Highcourt D) Mumbai Highcourt
 
Answer & Explanation Answer: A) Madras Highcourt

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: AIEEE , Bank Exams , CAT

24 11363