Questions

Q:

Two Fathers and Two Sons walk into a ice cream parlour. They each buy something for Rs. 50 but they only spent Rs. 150. How is that possible?

Answer

One grandfather, One father and One son makes two fathers and two sons.

Report Error

View answer Workspace Report Error Discuss

87 12243
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 12235
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 12234
Q:

Which ruler held a religious assembly at Prayag every five years?

A) Ashoka B) Kanishka
C) Harshavardhana D) Chandragupta vikramaditya
 
Answer & Explanation Answer: C) Harshavardhana

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

15 12229
Q:

The rate of heartbeat is accelerated by the hormone 

A) adrenaline B) acetylcholine
C) thyroxine D) pituitrin
 
Answer & Explanation Answer: A) adrenaline

Explanation:

The hormone adrenaline also called epinephrine is known as a stress hormone. In emotional upsets( like fear, anger etc.) this hormone is poured into the blood and it accelerates heart beat. The hormone acetylcholine decelerates heartbeat rate.

Report Error

View Answer Report Error Discuss

Filed Under: Biology

85 12229
Q:

The primary tool used in structured design is a

A) module B) structure chart
C) program flowchart D) data-flow diagram
 
Answer & Explanation Answer: B) structure chart

Explanation:

The primary tool used in structured design is a structure chart.

Report Error

View Answer Report Error Discuss

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

8 12214
Q:

Boat race is a famous festival game of

A) Tamil Nadu B) Kerala
C) Goa D) Assam
 
Answer & Explanation Answer: B) Kerala

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

24 12193
Q:

The nuclear fuel in the sun is

A) Helium B) Uranium
C) Hydrogen D) Oxygen
 
Answer & Explanation Answer: C) Hydrogen

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

24 12190