Questions

Q:

What is process spawning?

Answer

When the OS at the explicit request of another process creates a process, this action is called process spawning.

Report Error

View answer Workspace Report Error Discuss

4 6227
Q:

"If a system A is in thermal equilibrium with B and B is in thermal equilibrium with C, then A and C are in equilibrium with each other". This is a statement of 

A) Cyclic rute B) Zeroth law of thermodynamics
C) First law of thermodynamics D) Second law of thermodynamics
 
Answer & Explanation Answer: B) Zeroth law of thermodynamics

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

4 6226
Q:

Which of the following physical quantities have the same dimensions

A) momentum and impulse B) power and young modulus
C) Energy and angular Momentum D) force constant and moment of inertia
 
Answer & Explanation Answer: A) momentum and impulse

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

7 6226
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 6221
Q:

Which state has established India's first Centre for Animal Law  ?

A) Madhya Pradesh B) Uttar Pradesh
C) Maharashtra D) Telangana
 
Answer & Explanation Answer: D) Telangana

Explanation:
Report Error

View Answer Report Error Discuss

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

72 6218
Q:

The weight of the brain in the total weight of the body is about

A) 2% B) 3%
C) 4% D) 5%
 
Answer & Explanation Answer: A) 2%

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

21 6211
Q:

Second Nationalization of Commercial Banks in India took place in ?

A) 1890 B) 1969
C) 1972 D) 1980
 
Answer & Explanation Answer: D) 1980

Explanation:

First nationalisation of commercial banks in India took place in 1969 and second time in 1980.

Report Error

View Answer Report Error Discuss

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

15 6208
Q:

The construction of Warangal Fort was started by ______ ?

A) Beta - II B) Rudra
C) Jayapa D) Prola - II
 
Answer & Explanation Answer: B) Rudra

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

24 6203