Questions

Q:

When an electric bulb breaks , there is an explosive sound. That is due to

A) the chemical reaction between the gases inside the bulb B) the compressed gases inside rushing out suddenly
C) the air outside rushing in to fill the vacuum inside the bulb D) None of these
 
Answer & Explanation Answer: C) the air outside rushing in to fill the vacuum inside the bulb

Explanation:

The inside of the bulb being a vacuum, the outside air rushes in when the bulb is broken. The vibrations of the rushing air molecules produce the sound.

Report Error

View Answer Report Error Discuss

Filed Under: Physics

13 6259
Q:

Find the missing number in the given puzzle?

missing_number_puzzle1546602135.jpg image

A) 963 B) 696
C) 969 D) 966
 
Answer & Explanation Answer: C) 969

Explanation:

1 + 1 = 121 = 1x1 1+1 1x1

1 + 2 = 134 = 1x1 1+2 2x2

2 + 2 = 444 = 2x2 2+2 2x2

3 + 2 = 954 = 3x3 3+2 2x2

3 + 3 = ?   

Similarly, 3x3 3+3 3x3 = 969

Report Error

View Answer Report Error Discuss

38 6258
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 6255
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 6246
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 6245
Q:

Solve this number puzzle?

Number_puzzle_41538031779.jpg image

A) 111 B) 121
C) 1111 D) 0
 
Answer & Explanation Answer: B) 121

Explanation:

Given 

1 = 1 => 1 x 11 = 11

2 = 22 => 2 x 11 = 22

3 = 33 => 3 x 11 = 33

...

...

Similarly,

11 => 11 x 11 = 121.

Report Error

View Answer Report Error Discuss

16 6244
Q:

What is Just-in-time(JIT)?

Answer

Just-in-time,or lean manufacturing, is a production management philosophy built around the continuous reduction of waste. It is suited for businesses where production efficiency is key. Anything that interferes with productivity is waste and,therefore, the enemy under JIT systems. Techniques that support JIT philosophy include reducing inbound inventory by creating supplier delivery schedules, minimizing outbound stock with customer delivery schedules and constant work in-house reducing scrap material and wasted man-hours. These techniques improve cash flow and maximize sales margins.

Report Error

View answer Workspace Report Error Discuss

Subject: Manufacturing

7 6242
Q:

The first Carnatic war in India was an extension of the Anglo-French war in 

A) Canada B) Europe
C) Africa D) America
 
Answer & Explanation Answer: B) Europe

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

7 6241