MP Viva Questions With Answers
MP Viva Questions With Answers
MP Viva Questions With Answers
1. What is a Microprocessor?
Microprocessor is a CPU fabricated on a single chip, program-controlled device, which fetches the
instructions from memory, decodes and executes the instructions.
2. What is Clock Speed ?
Clock speed is measured in the MHz and it determines that how many instructions a processor can
processed. The speed of the microprocessor is measured in the MHz or GHz.
3. What are the features of Intel 8086 ?
Features:
In the 8088, these bytes come in on the 8-bit data bus. In the 8086, bytes at
even addresses come in on the low half of the data bus (bits 0-7) and bytes at
odd addresses come in on the upper half of the data bus (bits 8-15).
The 8086 can read a 16-bit word at an even address in one operation and at an odd address
in two operations. The 8088 needs two operations in either case.
22. What are the General Data Registers & their uses?
The Registers AX, BX, CX, DX are the general Purpose 16-bit registers. AX register as 16-bit
accumulator.BX register is used as an offset Storage.CX register is used as default or implied counter.
DX register is used as an implicit operand or destination in case of a few instructions.