Questions

Q:

In the given question, a statement divided into different segments is given. The first segment is fixed, rearrange the other segments to form a coherent statement.

It was hard for the Afghans/ leading to the subtle plummeting of the morale (P)/ to withstand the wave after wave of enemy attacks (Q)/ their plight further worsened the situation (R)/ and the indifference of the allies towards (S)

A) QSRP B) PQRS
C) RQPS D) SRPQ
 
Answer & Explanation Answer: A) QSRP

Explanation:

Clearly, only segment Q fits after the first segment. This eliminates all the options except 1.

Option 2: It is incorrect because it ends in S which ends in 'towards' which can't be used to any statement.

Option 3: It is incorrect for the same reason as option 2.

Option 4: 'towards their plight further worsened' makes no sense; hence it can be eliminated.

Option 5: R is a clear misfit after the first segment; hence it can also be eliminated. Hence, the correct sequence is QSRP.

Report Error

View Answer Report Error Discuss

Filed Under: English

0 4712
Q:

Which is the fastest running train on Indian railway

A) Mumbai - Goa super fast Express B) New Delhi - Lucknow Shatabdi Express
C) New Delhi -Chandigarh Shatabdi Express D) New Delhi - Mumbai Rajdhani Express
 
Answer & Explanation Answer: D) New Delhi - Mumbai Rajdhani Express

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

1 4710
Q:

A vehicle born transmitted diseases are

A) Plague and Malaria B) Chicken Pox and Tetanus
C) Mumps and Common cold D) Eye infection and influenza
 
Answer & Explanation Answer: A) Plague and Malaria

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

13 4710
Q:

What type of bond is joining the two hydrogen atoms?

A) Hydrophobic B) Ionic
C) Covalent D) Hydrophilic
 
Answer & Explanation Answer: C) Covalent

Explanation:

Covalent type of bonding joins The two hydrogen atoms are joned by Covalent type of bonding.

In this type of bonding, electrons are shared between the atoms in order to fill there valence shells. Thus sharing of electrons take place in between the hydrogen atoms.

Report Error

View Answer Report Error Discuss

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

1 4708
Q:

What is the largest of all the Airports?

A) King Abdul Khalid International Airport B) Veer Savarkar International Airport
C) Cochin International Airport D) None
 
Answer & Explanation Answer: A) King Abdul Khalid International Airport

Explanation:

King Abdul Khalid is the largest of all the Airports.It is situated in Riyadh ,Saudhi Arabia

Report Error

View Answer Report Error Discuss

6 4708
Q:

What is the difference between malloc() and calloc() functions?

Answer

As against malloc(), calloc() needs two arguments, the number of elements  to be allocated and the size of each element. For example,


 p = (int *) calloc (10, sizeof (int));


would allocate space for a 10- integer array. Additionally, calloc() would also set each of this element with a value 0.


Thus the above call to calloc() is equivalent to:


p = (int *) malloc (10 * sizeof (int));


memset (p, 0, 10 * sizeof( int ));

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 4706
Q:

Name the processor lines of two major manufacturer?

Answer

High-end: Intel - Pentium (II, III, 4) AMD - Athlon. Low-end: Intel - Celeron, AMD - Duron. 64-bit: Intel - Itanium 2, AMD - Opteron.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

1 4706
Q:

The amount of Matter in an Object is

A) Weight B) Mass
C) Volume D) Space
 
Answer & Explanation Answer: B) Mass

Explanation:

Mass means the amount of matter in an object. Anything that has Mass and takes up Space is called Matter.

 

The Study of Matter and and how matter changes is called Chemistry.

 

Matter has some mass and occupies some space. Space occupied by an object is called its Volume.

Report Error

View Answer Report Error Discuss

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

4 4706