Questions

Q:

' In CUstody ' , an english novels, is written by which one of the following

A) Vikram Seth B) Shoba De
C) Anita Desai D) VS.Naipaul
 
Answer & Explanation Answer: C) Anita Desai

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

4 3795
Q:

If I use the following printf() to print a long int why I am not warned about the type mismatch?

printf ("%d",num );

Answer

When a function accepts a variable number of arguments , its prototype cannot provide any information about the number of arguments and type of those variable arguments. Hence the compiler cannot warn about the mismatches. The programmer must make sure that arguments match or must manually insert explicit typecast.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3795
Q:

What is the bond order of O2?

A) 1.5 B) 2
C) 2.5 D) 1
 
Answer & Explanation Answer: B) 2

Explanation:

The number of bonds between a pair of atoms is called the bond order.

Bond orders can be calculated from Lewis structures, which are the heart of the valence-bond model. Oxygen, for example, has a bond order of two.

Structure

When there is more than one Lewis structure for a molecule, the bond order is an average of these structures. The bond order in sulfur dioxide, for example, is 1.5  the average of an S-O single bond in one Lewis structure and an S=O double bond in the other.

Structures

In molecular orbital theory, we calculate bond orders by assuming that two electrons in a bonding molecular orbital contribute one net bond and that two electrons in an antibonding molecular orbital cancel the effect of one bond. We can calculate the bond order in the O2 molecule by noting that there are eight valence electrons in bonding molecular orbitals and four valence electrons in antibonding molecular orbitals in the electron configuration of this molecule. Thus, the bond order is two.

Equation

Report Error

View Answer Report Error Discuss

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

1 3794
Q:

USA suggested a policy, according to which all countries would have equal rights to trade anywhere in China,was known as_______

A) open Door Policy B) Me Too Policy
C) Both (a) and (b) D) Universal Policy
 
Answer & Explanation Answer: C) Both (a) and (b)

Explanation:

After the defeat of china by Japan in a war over Korea in 1894,France, Russia, Britain and Germany gave loan to china to help it to the payment of 150 million dollors demanded by japan. These western countries the divided china into spheres of influence, which meant that each country had certain regions of china reserved exclusively for its purposes.

          The united states feared that china would be completely parcelled out in exclusive 'spheres of influence' and that its trade with china would be shut off. The USA, therefore, suggested the policy known as the "Open Door". This policy is also described as "Mee too Policy".

          The division of China into "spheres of influence' has often been described as the "cutting of the Chinese melon".

 

Report Error

View Answer Report Error Discuss

Filed Under: World History

1 3792
Q:

Classify the Hashing Functions based on the various methods by which the key value is found.

Answer

Direct method,


 Subtraction method,


 Modulo-Division method,


 Digit-Extraction method,


 Mid-Square method,


 Folding method,


Pseudo-random method

Report Error

View answer Workspace Report Error Discuss

Subject: Technology

5 3792
Q:

In March 2017, Cyclone 'Debbie' with winds in excess of 120 mph, strikes which country ?

A) Japan B) Australia
C) China D) Germany
 
Answer & Explanation Answer: B) Australia

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

4 3792
Q:

Sound travels fastest in

A) Vacuum B) Air
C) Glass D) Water
 
Answer & Explanation Answer: C) Glass

Explanation:

Sound is a mechanical vibration and needs a medium for propagation. The higher the density of the medium, the faster the sound travels. So, sound cannot travel through vacuum.

 

As the sound travels faster in solids than liquids and gases, sound travels faster in the glass than Air and water.

Report Error

View Answer Report Error Discuss

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

3 3791
Q:

Which of the following is true?

A) It is appropriate to use assertions to validate arguments to methods marked public B) It is appropriate to catch and handle assertion errors
C) It is NOT appropriate to use assertions to validate command-line arguments D) None
 
Answer & Explanation Answer: C) It is NOT appropriate to use assertions to validate command-line arguments

Explanation:

A is incorrect. It is acceptable to use assertions to test the arguments of private methods.

 

B is incorrect. While assertion errors can be caught, Sun discourages you from doing so.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

0 3791