Questions

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 6523
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:

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 6516
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 6516
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 6513
Q:

India’s first-ever Rural LED Street Lighting Project will be set up in which state  ?

A) Telangana B) Andhra Pradesh
C) Gujarat D) Uttar Pradesh
 
Answer & Explanation Answer: B) Andhra Pradesh

Explanation:

India’s first-ever Rural LED Street Lighting Project will be implemented by the Government of India (GoI) in Andhra Pradesh (AP). The Energy Efficiency Services Limited (EESL) under the Ministry of Power will retrofit10 lakh conventional street lights with LED lights in Gram Panchayats of 7 districts in AP. This is the first project for rural LED street lighting in the country under the GoI’s Street Lighting National Project (SLNP). In the first phase, the replacement will be undertaken in gram panchayats of the districts of Guntur, Prakasham, Nellore, Kurnool, Kadapa, Ananthapur and Chittoor. This replacement drive in rural areas will help the gram panchayats to cumulatively save approximately 147 million units of electricity annually and lead to reduction of 12 crore tonnes of CO2. The entire upfront capital cost of this project is being funded by French Development Agency Agence Française de Développement (AFD).

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

9 6512
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 6511
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 6509