Questions

Q:

Natural Rubber is a Polymer of

A) butadiene B) 2methyl-1,3butadiene
C) ethylene D) isoprene
 
Answer & Explanation Answer: D) isoprene

Explanation:

Natural Rubber is a Polymer derived from Isoprene. 

 rubber-bands-503028_6401547100511.jpg image

      • Natural rubber is an addition polymer that is obtained as a milky white fluid known as Latex from a Tropical Rubber Tree.
Report Error

View Answer Report Error Discuss

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

37 13243
Q:

Which of the following can a court issue for enforcement of Fundamental Rights

A) A decree B) An ordinance
C) A notification D) A Writ
 
Answer & Explanation Answer: D) A Writ

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

19 13236
Q:

Which one is the pure element

A) glass B) cement
C) sodium D) None of these
 
Answer & Explanation Answer: C) sodium

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

82 13234
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 13189
Q:

Which of the following is present in the largest amount in terms of percent by mass in the earth's crust

A) Silicon B) Oxygen
C) Carbon D) Calcium
 
Answer & Explanation Answer: B) Oxygen

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

26 13181
Q:

Which of the following is the strongest acid?

A) ClCH2COOH B) BrCH2COOH
C) FCH2COOH D) ICH2COOH
 
Answer & Explanation Answer: C) FCH2COOH

Explanation:

Which_of_the_following_is_the_strongest_acid1552992978.jpg image

FCH2COOH is the strongest acid out of all.

Since the electron withdrawing inductive effect (-I effect) of the halogens decreases in the order of F>Cl> Br> I , therefore the acidic strength of the α- halo acids decreases in the same order.

 

FCH2COOH  >  ClCH2COOH   >   BrCH2COOH   >   ICH2COOH.

Report Error

View Answer Report Error Discuss

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

24 13181
Q:

NASA and ISRO to come together to inspect 'oldest civilisation' site in ____________ .

A) Gujarat B) Rajasthan
C) Haryana D) Telangana
 
Answer & Explanation Answer: C) Haryana

Explanation:

Teams of the National Aeronautics and Space Administration (NASA) of the United States and the Indian Space Research Organisation (ISRO) would inspect the excavation being carried out at an archaeological site in Haryana’s Fatehabad district to verify claims of it being the oldest civilisation in the world. Archaeologists have recovered artefacts pre-dating the Harappan Civilisation from the site, located in village Kunal in Fatehabad district.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: CAT , Bank Exams
Job Role: Bank Clerk

18 13181
Q:

Jivaka, the royal physician of Rajgrih, was the son of the Ganika named as

A) Salavati B) Ramaniya
C) Basantsena D) Amrapali
 
Answer & Explanation Answer: A) Salavati

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

26 13156