Questions

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 13331
Q:

What is the output after compile and run the following code ?

int Output = 10;
boolean b = false;
if((b == true) && ((Output += 10) == 20))
{
System.out.println("We are equal " + Output);
}
else
{
System.out.println("Not equal! " + Output);
}

A) Compilation and output of "We are equal 10" B) Compilation and output of "Not equal! 10"
C) Compilation error, attempting to perform binary comparison on logical data type D) Compilation and output of "Not equal! 20"
 
Answer & Explanation Answer: B) Compilation and output of "Not equal! 10"

Explanation:

The output will be "Not equal! 10". Please note that && is logical AND operator. If first operand before (&&) is false then the other operand will not be evaluated. This illustrates that the Output +=10 calculation was never performed because processing stopped after the first operand was evaluated to be false. If you change the value of b1 to true, processing occurs as you would expect and the output would be "We are equal 20".

Report Error

View Answer Report Error Discuss

Filed Under: Oracle Certification
Job Role: Analyst

12 13331
Q:

The core of an electromagnet is made of soft iron because soft iron has 

A) small susceptibility and small retentivity B) large susceptibility and small retentivity
C) large density and large retentivity D) small density and large retentivity
 
Answer & Explanation Answer: B) large susceptibility and small retentivity

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

75 13302
Q:

Kanha National Park belongs to which one among the following biogeographical areas in the world?

A) Tropical Sub-humid Forests B) Tropical Humid Forests
C) Trophical Dry Forests D) Trophical Moist Forests
 
Answer & Explanation Answer: C) Trophical Dry Forests

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

44 13300
Q:

What is MESI?

Answer

The MESI protocol is also known as illinois protocol due to its development the University of illinois at Urbana-Champaign and MESI is a widely used cache coherency and memory coherence protocol.


MESI is the most common which supports write-back cache. its use in personal computers became widespread with the introduction of intel's pentium processor to "support the more efficient write-back cache in addition to the write-through cache previously used by the Intel 486 processor"/

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

21 13284
Q:

Try the logical puzzle?

logical_puzzle1538026382.jpg image

A) 24 B) 25
C) 13 D) 12
 
Answer & Explanation Answer: C) 13

Explanation:

The man has 12 sons and the 12 sons has each one sister.

=> 12 sons + 1 sister = 13 children.

 

Report Error

View Answer Report Error Discuss

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

49 13259
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 13256
Q:

Name a common greenhouse gas containing only hydrogen and oxygen?

A) CH4 B) O3
C) H2O D) NO
 
Answer & Explanation Answer: C) H2O

Explanation:

The common greenhouse gas containing only hydrogen and oxygen is H2O, this is water vapor.

The common greenhouse gases are water vapor, carbon dioxide, methane, nitrous oxide, and ozone.

The composition (chemical formula) of those gases are:

Water vapor: H2O
Carbon dioxide: CO2
Methane: CH4
Nitrous oxide: NO
Ozone: O3.

As you see the only one of those that contains only hydrogen and oxygen is H2O, water vapor.

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 , IT Trainer

10 13255