Questions

Q:

The wing of a bat and the wing of a bird are the examples of ______ limbs.

 

A) Homogenous B) Heterogeneous  
C) Analogous D) Homologous
 
Answer & Explanation Answer: C) Analogous

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Animals and Birds
Exam Prep: AIEEE , Bank Exams

12 12919
Q:

When a Bill is referred to a joint sitting of both the Houses of Indian Parliament , it has to be passed by____

A) a simple majority of members present and voting B) Three-fourths majority of members present and voting
C) Two-thirds majority of the House D) Absolute majority of the total membership of the Houses
 
Answer & Explanation Answer: A) a simple majority of members present and voting

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

17 12915
Q:

Which of the following statements BEST describes the role of Communication during Service Operation?

A) Communication is a separate process that needs to be defined and executed with Service Operation B) Good communication is essential for successful Service Operation, just as it is for any other phase of the Lifecycle
C) Communication is more important in Service Operation than in any other stage of the Service Lifecycle D) Communication is defined as part of all processes and is executed in Service Operation
 
Answer & Explanation Answer: B) Good communication is essential for successful Service Operation, just as it is for any other phase of the Lifecycle

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: ITIL Certification

0 12901
Q:

Which one among the following is the heaviest

A) 1 mole of water molecules B) 1 mole of ammonia molecules
C) 1 mole of sodium atoms D) 1 mole of hydrogen molecules
 
Answer & Explanation Answer: C) 1 mole of sodium atoms

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

30 12884
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 12859
Q:

How many Indian states share border with Myanmar  ?

A) 6 B) 7
C) 3 D) 4
 
Answer & Explanation Answer: D) 4

Explanation:

The four northeast Indian states share 1,643-km border with Myanmar – Arunachal Pradesh, Nagaland, Mizoram and Manipur. It is in news recently, because the Indian Government has set up an expert committee to examine the rules which allow free movement of Indian and Myanmarese citizens within 16 kms of the border, but are exploited by militants for smuggling arms, drugs, and fake Indian currency. The committee will be headed by the special secretary (Internal Security) in the Ministry of Home Affairs. The committee will give its report for uniform and effective implementation of free movement regime within 3 months. It will also prepare standard operating procedures common for all the four states so that militants, criminals and contraband are filtered at the border without causing inconvenience to genuine people.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk

36 12857
Q:

India nationalised 14 major commercial banks in 1969 with deposits not less than 

A) Rs. 10 crore each B) Rs. 25 crore each
C) Rs. 50 crore each D) Rs. 100 crore each
 
Answer & Explanation Answer: C) Rs. 50 crore each

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

46 12848
Q:

Which one of the following propounded that ' destiny determines everything, man is powerless'

A) Jains B) Buddhists
C) Ajivakas D) Mimansakas
 
Answer & Explanation Answer: C) Ajivakas

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

19 12838