Questions

Q:

The State having the highest density of population is 

A) Kerala B) Tamil Nadu
C) West Bengal D) Uttar Pradesh
 
Answer & Explanation Answer: C) West Bengal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

7 6254
Q:

The word Tirthankara is related to which religion?

 

A) Buddhism B) Christianity
C) Jainism D) Hinduism
 
Answer & Explanation Answer: C) Jainism

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Culture
Exam Prep: Bank Exams

7 6252
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 6251
Q:

One reason the skeletal system is important is because

A) the skeletal system creates the connective tissue and tendons that allow the body to move B) the skeletal system is responsible for controlling functions of the entire body
C) without the skeletal system, an individual would not have enough calcium to live D) the skeletal system is solely responsible for housing the body's immune system
 
Answer & Explanation Answer: A) the skeletal system creates the connective tissue and tendons that allow the body to move

Explanation:

One reason the skeletal system is important is because the skeletal system creates the connective tissue and tendons that allow the body to move.

Report Error

View Answer Report Error Discuss

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

6 6240
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 6240
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 6240
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 6237
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 6236