Questions

Q:

Ms. Vijaya Mehta has earned distinction in which of the following fields

A) Theatre B) Journalism
C) Classical Dance D) Film Direction
 
Answer & Explanation Answer: A) Theatre

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

7 6508
Q:

Who is the first Indian to take a hat trick in an international test ?

A) Jasu Patel B) Kapil Dev
C) Harbajan Singh D) B. S. Chandra Sekhar
 
Answer & Explanation Answer: C) Harbajan Singh

Explanation:
Report Error

View Answer Report Error Discuss

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

13 6503
Q:

Who has penned a book titled 'I Do What I Do: On Reform, Rhetoric and Resolve' ?

A) Ajay Tyagi B) Raghuram Rajan
C) Bimal Jalan D) Urjit Patel
 
Answer & Explanation Answer: B) Raghuram Rajan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

14 6499
Q:

What is the heaviest noble gas?

A) krypton B) radon
C) helium D) xenon
 
Answer & Explanation Answer: B) radon

Explanation:

The seven elements — helium, neon, argon, krypton, xenon, radon, and oganesson of Group 18 of the periodic table are Noble or Inert gases.

 

Radon is the heaviest and Helium is the lightest gases of the noble gases.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

5 6498
Q:

We want to round off x, a Float to an Int value. The correct way to do so would be

A) Y = ( int ) ( x + 0.5 ) ; B) Y = int ( x + 0.5) ;
C) Y = ( int ) x + 0.5; D) Y = ( int ) ( ( int ) x + 0.5 )
 
Answer & Explanation Answer: A) Y = ( int ) ( x + 0.5 ) ;

Explanation:

Rounding off a value means replacing it by a nearest value that is approximately equal or smaller or greater to the given number.

 

y = (int)(x + 0.5); here x is any float value. To roundoff, we have to typecast the value of x by using (int)

 

Example:

 

#include

 

int main ()

 

{

 

  float x = 2.6;

 

  int y = (int)(x + 0.5);

 

  printf ("Result = %d\n", y );

 

  return 0;

 

}

 

Result : 3

Report Error

View Answer Report Error Discuss

Filed Under: Programming

3 6495
Q:

The Rain Shadow Effect is associated with

A) Convectional rainfall B) Frontal rainfall
C) Cyclonic rainfall D) Orographic rainfall
 
Answer & Explanation Answer: D) Orographic rainfall

Explanation:

Orographic precipitation or Rain produced when moist air is lifted as it moves over a mountain range. As the air rises and cools, orographic clouds form and serve as the source of the precipitation, most of which falls upwind of the mountain ridge.

 

Some also falls a short distance downwind of the ridge and is sometimes called spillover. On the lee side of the mountain range, rainfall is usually low, and the area is said to be in a Rain Shadow

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: GATE , CAT , Bank Exams , AIEEE
Job Role: Bank PO , Analyst

21 6493
Q:

What word begins and ends with an E but only has one letter?

A) Eye B) Envelope
C) Both A & B D) None of the above
 
Answer & Explanation Answer: B) Envelope

Explanation:

Envelope is a letter holder for one letter and in the question it mean that it holds one letter. Eye is also a word which starts and end with E but has one letter in the middle.

Report Error

View Answer Report Error Discuss

3 6491
Q:

A yellow element that stinks when burned

A) Sulphur B) Chlorine
C) Fluorine D) Bromine
 
Answer & Explanation Answer: A) Sulphur

Explanation:

Sulphur is an yellow element that stinks when burned.

Report Error

View Answer Report Error Discuss

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

3 6490