Questions

Q:

Water soluble vitamin include

A) vitamin C B) niacin
C) riboflavin D) all of the above
 
Answer & Explanation Answer: D) all of the above

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams
Job Role: Bank Clerk

31 6451
Q:

Cathode rays are 

A) electromagnetic wave B) stream of alpha particle
C) stream of electrons D) radiations
 
Answer & Explanation Answer: C) stream of electrons

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

13 6448
Q:

When did the first Railway Train begin to carry passengers and freight?

A) 1814 AD B) 1830 AD
C) 1853 AD D) 1784 AD
 
Answer & Explanation Answer: B) 1830 AD

Explanation:

In 1814, George Stephenson developed steam engine to haul coal from mines to ports by railways. In 1830, the first railway train began to carry passengers and freight from Liverpool to Manchester.

Report Error

View Answer Report Error Discuss

Filed Under: World History

11 6446
Q:

Which keystroke is used for updating a field?

A) F11 B) F12
C) F6 D) F9
 
Answer & Explanation Answer: D) F9

Explanation:

F9 keystroke is used for updating a field.

Report Error

View Answer Report Error Discuss

5 6445
Q:

What is the India’s rank in the 2017 global Multi-dimensional Poverty Index (MPI)  ?

A) 38th B) 37th
C) 36th D) 35th
 
Answer & Explanation Answer: B) 37th

Explanation:

India has been ranked 37th out of 103 nations in the 2017 global Multi-dimensional Poverty Index (MPI), according to a new report by the Oxford Poverty & Human Development Initiative. The OPHI is an economic research centre at the Oxford University, led by Professor Sabina Alkire. The 2017 global MPI has covered 76% of the world’s population, living in 103 countries. The index measures the nature and intensity of poverty, based on the profile of overlapping deprivations each poor person experiences. It aggregates these into meaningful indexes that can be used to inform targeting and resource allocation and to design policies that tackle the interlinked dimensions of poverty together.

Report Error

View Answer Report Error Discuss

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

15 6433
Q:

Spalling hammer is used for

A) Rough dressing of stones B) Breaking small projection of stones
C) Driving wooden headed chisels D) Carving of stones
 
Answer & Explanation Answer: A) Rough dressing of stones

Explanation:

Spalling_hammer_is_used_for1556191496.jpg image

 

Spalling hammer is used for Rough dressing of stones.

Report Error

View Answer Report Error Discuss

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

7 6432
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 6427
Q:

A clock is started at 11 a.m. By 600 seconds past 6 p.m, the hour hand has turned through ?

A) 155 degrees B) 175 degrees
C) 205 degrees D) 215 degrees
 
Answer & Explanation Answer: D) 215 degrees

Explanation:

The total angle traced by the hour hand is the angle traced in 7 hours and 10 minutes.
We know that the angle traced by the hour hand in one hour is 30º and in one minute is 1/2º.
Therefore, (30º x 7) + (10 x 1/2º) = 215º is the angle traced by the hour hand.

Report Error

View Answer Report Error Discuss

Filed Under: Clock puzzles
Exam Prep: Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

15 6424