Questions

Q:

Double fault is associated with which game

A) Golf B) Tennis
C) Chess D) Football
 
Answer & Explanation Answer: B) Tennis

Explanation:

Double fault is associated with which game Tennis. Double fault refers to two consecutive faults during service.

double_fault_is_associated_with_which_game1543313437.jpg image

Report Error

View Answer Report Error Discuss

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

12 17553
Q:

Tear one off and scratch my head, what once was red is black instead. What am I?

Answer

A Match stick. 


You tear a match out of a matchbook and scratch the head to light it, then the red tip turns black from the flame.

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: TOEFL , GRE , CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

32 17532
Q:

Vikramshila Mahavihara was established by the ruler of

A) Pushyabhuti Dynasty B) Barman Dynasty
C) Sen Dynasty D) Pala Dynasty
 
Answer & Explanation Answer: D) Pala Dynasty

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

41 17510
Q:

Which of the following countries is not a member of the Nuclear Suppliers Group(NSG)

A) France B) Russia
C) USA D) Iran
 
Answer & Explanation Answer: D) Iran

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

38 17487
Q:

Which is best used as a sound absorbing material in partition walls ?

A) Stone chips B) Steel
C) Glass - wool D) Glass pieces
 
Answer & Explanation Answer: C) Glass - wool

Explanation:

Materials that do not transfer mechanical energy well. These tend to be soft,flexible, low density, and with high surface area to linear area ratios.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE

84 17468
Q:

The first completely 64-bit compatible version of Android -

A) Android 5.0 Lollipop B) Android 2.3 Gingerbread
C) Android 4.0 Ice Cream Sandwich D) Android 3.0 Honeycomb
 
Answer & Explanation Answer: A) Android 5.0 Lollipop

Explanation:

Android 5.0 Lollipop is the first completely 64-bit compatible version of Android.

Report Error

View Answer Report Error Discuss

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

26 17466
Q:

In the following pieces of code, B and D will compile without any error. True or false ?

A: StringBuffer sb1 = "abcd";

B: Boolean b = new Boolean("abcd");

C: byte b = 255;

D: int x = 0x1234;

E: float fl = 1.2;

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

The code segments B and D will compile without any error. A is not a valid way to construct a StringBuffer, you need to create a StringBuffer object using "new". B is a valid construction of a Boolean (any string other than "true" or "false" to the Boolean constructor will result in a Boolean with a value of "false"). C will fail to compile because the valid range for a byte is -128 to +127 (i.e., 8 bits, signed). D is correct, 0x1234 is the hexadecimal representation in java. E fails to compile because the compiler interprets 1.2 as a double being assigned to a float (down-casting), which is not valid. You either need an explicit cast, as in "(float)1.2" or "1.2f", to indicate a float.

Report Error

View Answer Workspace Report Error Discuss

16 17463
Q:

The rate of change of linear momentum of a body falling freely under gravity is equal to it's ____ ?

A) Kinetic Energy B) Weight
C) Potential Energy D) Impulse
 
Answer & Explanation Answer: B) Weight

Explanation:

Rate of change of impulse equals the force . In case of freely falling body the only force is the weight.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams
Job Role: Bank Clerk

63 17455