Questions

Q:

Rock cut architecture in Harappan culture context has been found at

A) Kalibangan B) Dholavira
C) Kotdiji D) Amri
 
Answer & Explanation Answer: B) Dholavira

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

34 17680
Q:

Find the person who does not belongs to the group.

 

A) MS Dhoni B) Sunita Williams
C) Kalpana Chawla D) Rakesh Sharma  
 
Answer & Explanation Answer: B) Sunita Williams

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: Bank Exams

0 17668
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 17658
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 17652
Q:

Who among the following is a recipient of 2017 Mother Teresa Memorial Award for Social Justice?

 

A) Kangana Ranaut B) Priyanka Chopra
C) Dipika Padukone D) Diya Mirza
 
Answer & Explanation Answer: B) Priyanka Chopra

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: Bank Exams

0 17647
Q:

Smallest of all the continents?

A) Asia B) Australia
C) Africa D) America
 
Answer & Explanation Answer: B) Australia

Explanation:

Australia is the smallest of all the continents

Report Error

View Answer Report Error Discuss

36 17643
Q:

When a bottle of perfume is opened in one corner of a room the smell spreads soon throughout the room. This is an example of

A) surface tension B) capillarity
C) viscosity D) diffusion
 
Answer & Explanation Answer: D) diffusion

Explanation:

Diffusion is the spreading  - mixing of gases through molecular motion.

Report Error

View Answer Report Error Discuss

Filed Under: Physics

120 17642
Q:

The largest fresh water lake in India is

A) Pulicat Lake B) Veeranam Lake
C) Chilka Lake D) Kolleru Lake
 
Answer & Explanation Answer: D) Kolleru Lake

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

145 17622