Searching for "_____"

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

Q:

Hydrogen is lighter than Hydrogen .Hydrogen is lighter than helium.Therefore,Oxygen is the heaviest of the three gases

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

Explanation:
Report Error

View Answer Report Error Discuss

Q:

What is the Maximum clock frequency in 8086?

Answer

5 Mhz is the Maximum clock frequency in 8086.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

Q:

Have you studied buses? What types?

Answer

There are three types of buses.


Address bus: This is used to carry the Address to the memory to fetch either Instruction or Data.


Data bus: This is used to carry the Data from the memory.


Control bus: This is used to carry the Control signals like RD/WR, Select etc.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware