Questions

Q:

STEP is the abbreviated name of the welfare programme to help

A) Children B) Woman
C) Farmers D) Senior citizens
 
Answer & Explanation Answer: B) Woman

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

15 6531
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 6530
Q:

Which is true of the 1912 presidential election?

A) Because all three major candidates were Progressive, the Socialist won B) Because all three major candidates were Progressive, Progressive votes were split
C) Although none of the candidates was Progressive, the Progressives decided the election D) Although none of the candidates was Progressive, Progressive ideas were important
 
Answer & Explanation Answer: B) Because all three major candidates were Progressive, Progressive votes were split

Explanation:

Because all three major candidates were Progressive, Progressive votes were split" is the one among the following that is true of the 1912 presidential election.

The correct option among all the options that are given in the question is the option "B".

Report Error

View Answer Report Error Discuss

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

4 6527
Q:

With which Sport is the Jules Rimet Trophy associated?

A) Hockey B) Badminton
C) Golf D) Football
 
Answer & Explanation Answer: D) Football

Explanation:

Jules Rimet Trophy is associated with the game Football.

The Jules Rimet Trophy was named in the honour of Jules Rimet, who is FIFA's longest-serving president, in office for 33 years.

Report Error

View Answer Report Error Discuss

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

1 6526
Q:

What is the resident set and working set of a process?

Answer

Resident set is that portion of the process image that is actually in real-memory at a particular instant. Working set is that subset of resident set that is actually needed for execution. (Relate this to the variable-window size method for swapping techniques.)

Report Error

View answer Workspace Report Error Discuss

1 6524
Q:

Discovery of the nucleus of an atom was due to the experiment carried out by

A) Bohr B) Rutherford
C) Moseley D) Thomson
 
Answer & Explanation Answer: B) Rutherford

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

8 6517
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 6515
Q:

Which Indian doctor has been selected for the 2017 Ophthalmology Hall of Fame?

A) C P Thakur B) Gullapalli N. Rao
C) Lakshmanaswami Mudaliar D) Aroup Chatterjee
 
Answer & Explanation Answer: B) Gullapalli N. Rao

Explanation:

Dr. Gullapalli N. Rao, the founder and chair of the LV Prasad Eye Institute (Hyderabad), has been selected to the 2017 Ophthalmology Hall of Fame instituted by the American Society of Cataract and Refractive Surgery (ASCRS). He will be honoured at the induction ceremony in Los Angeles on May 6, 2017 at the annual meeting of the ASCRS.

 

Currently, Rao is the President of the prestigious Academia Ophthalmologica International (AOI), a group of 80 eminent academicians in ophthalmology in the world and is a past Chair of the International Agency for the Prevention of Blindness (IAPB).

Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

5 6515