Questions

Q:

Reading of a barometer going down is an indication of

A) Storm B) Rainfall
C) Snow D) Intense heat
 
Answer & Explanation Answer: B) Rainfall

Explanation:

Barometer is instrument which is used to measure to pressure. A slow downfall of reading suggests a low pressure area is passing in a nearby region, it may rains. If the reading is going down very fast then its an indication of storm (within 5-6 hours).

Report Error

View Answer Report Error Discuss

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

19 12820
Q:

Which liquid is the most viscous?

A) Water B) Diesel
C) Milk D) Oil
 
Answer & Explanation Answer: D) Oil

Explanation:

Here Oil is the most viscous liquid.

The liquid with the most intermolecular force is high viscous. viscosity is how smoothly a liquid flows and how hardly the liquid flows it is highly viscous.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

16 12809
Q:

Which animal exclusively eat only eucalyptus leaves and nothing else

A) Koala B) Greater Glider
C) Common Wombat D) kangaroo
 
Answer & Explanation Answer: A) Koala

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Animals and Birds

89 12799
Q:

Guess the Word in WordPuzzle challenge ?

17309597_1240857999354635_5876598326824702189_n1500012370.jpg image

A) Management B) Managment
C) Manager D) None
 
Answer & Explanation Answer: A) Management

Explanation:

From the given hints,

MANAGEMENT satisfies.

Report Error

View Answer Report Error Discuss

Filed Under: Word Puzzles

65 12794
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 12785
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 12758
Q:

Agrostology is the study of

A) Seed of oil B) Crop
C) Grass D) Fruits
 
Answer & Explanation Answer: C) Grass

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

86 12732
Q:

Sandal Wood trees are mostly found in____

A) Trophical Evergreen Forests B) Tropical most Decidous
C) Alpine forests D) Trophical Thorn Forests
 
Answer & Explanation Answer: D) Trophical Thorn Forests

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

13 12721