Questions

Q:

Which of the following decade is celebrated as United Nations Decade for Women

A) 1997-2006 B) 2001-2010
C) 1976-1985 D) 2003-2012
 
Answer & Explanation Answer: C) 1976-1985

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

0 3083
Q:

There is a mistake in the following code. Add a statement in it to remove it.

main()

{

     int a;

     a = f (10, 3.14) ;

     printf ( " %d ", a );

}

f (int aa, float bb)

{

    return ( ( float ) aa + bb );

}

Answer

Add the following function prototype in main ():


float f ( int, float );

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3083
Q:

The SQL keyword BETWEEN is used:

A) for ranges B) as a wildcard
C) to limit the columns displayed D) All the above
 
Answer & Explanation Answer: A) for ranges

Explanation:

In SQL, BETWEEN Keyword is used for ranges like Number Ranges, Date Ranges, etc...

Report Error

View Answer Report Error Discuss

0 3082
Q:

There are five boxes in a cargo hold. The weight of the first box is 200 kg and the weight of the second box is 20% higher than the weight of the third box, whose weight is 25% higher than the first box’s weight. The fourth box at 350 kg is 30% lighter than the fifth box. Find the difference in the average weight of the four heaviest boxes and the four lightest boxes.

A) 51.5 kg B) 75 kg
C) 37.5 kg D) 112.5 kg
 
Answer & Explanation Answer: B) 75 kg

Explanation:
Report Error

View Answer Report Error Discuss

0 3082
Q:

Choose what replaces '?' in the following figure ?

creative111486456294.jpg image

A) Q B) O
C) M D) N
 
Answer & Explanation Answer: D) N

Explanation:

The alphabetical value of the letters in the left hand column follows through the sequence of Prime Numbers, with the letters in the right hand column representing the corresponding reverse alphabetical values. So,

M = Reverse of M = N.

Report Error

View Answer Report Error Discuss

Filed Under: Missing letters puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Bank Clerk , Bank PO

6 3082
Q:

Why is DNA called the blueprint of life?

Answer

DNA is called the blueprint of life because it contains the instructions needed for an organism to grow, develop, survive and reproduce. DNA does this by controlling protein synthesis. Proteins do most of the work in cells, and are the basic unit of structure and function in the cells of organisms.

Report Error

View answer Workspace Report Error Discuss

Subject: Biology Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

2 3082
Q:

The three - time Formula One champion who passed away recently

Answer

Sir Jack Brabham

Report Error

View answer Workspace Report Error Discuss

0 3081
Q:

Heat transfer by conduction occurs when molecules

A) Collide B) Combine
C) Heated D) None of the above
 
Answer & Explanation Answer: A) Collide

Explanation:

Conduction is the movement of heat through a substance by the collision of molecules. It occurs when two object at different temperatures are in contact with each other. Heat flows from the warmer to the cooler object until they are both at the same temperature.

Heat_transfer_by_conduction_occurs_when_molecules1560488148.jpg image

 

Report Error

View Answer Report Error Discuss

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

4 3080