Searching for "at____"

Q:

Jatin,Kamal and Navin are the 3 mountaineers.Jatin is kamals brother.Kamal is navinsbrother .Navin is not Jatin's brother.Therefore,Navin is jatin's brother

A) True B) Probably false
C) False D) Can't say
 
Answer & Explanation Answer: A) True

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Blood Relations

Q:

If the arithmetic mean of seventy-five numbers is calculated, it is 35. if each number is increased by 5, then mean of new numbers is :

A) 30 B) 40
C) 50 D) 60
 
Answer & Explanation Answer: B) 40

Explanation:

Let the numbers are x1,x2,.......x75

 

By Hypothesis ,x1+x2+....x7575=35 ......(i)

Mean of new numbers = x1+5+x2+5+.......x75+575

 

x1+x2+......x75+5*7575

 

x1+x2+......x7575+37575=35+5=40 By (i) 

Report Error

View Answer Report Error Discuss

Filed Under: Average

Q:

What does the EU do?

Answer

Execution Unit receives program instruction codes and data from BIU, executes these instructions and store the result in general registers.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

What are the various segment registers in 8086?

Answer

Code, Data, Stack, Extra Segment registers in 8086.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

What are different functional units in 8086?

Answer

Bus Interface Unit and Execution unit, are the two different functional units in 8086.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

What is Non-Maskable interrupts?

Answer

An interrupt which can be never be turned off (ie. disabled) is known as Non-Maskable interrupt

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

A family consists of grandparents, parents and three grandchildren. The average age of the grandparents is 67 years, that of the parents is 35 years and that of the grandchildren is 6 years. What is the average age of the family ?

A) 31( 5/7) B) 32 (6/7)
C) 34(4/7) D) 35(4/9)
 
Answer & Explanation Answer: A) 31( 5/7)

Explanation:

Required average = (67 * 2 + 35 * 2 + 6 * 3) / (2 + 2 + 3)

                           = (134 + 70 + 18) / 7  =  222 / 7 = 31(5/7) years.

Report Error

View Answer Report Error Discuss

Filed Under: Average

Q:

What is meant by Maskable interrupts?

Answer

An interrupt that can be turned off by the programmer is known as Maskable interrupt.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware