Microprocessor

  Home  Computer Hardware  Microprocessor


“Microprocessor Interview Questions and Answers will guide you about the program-controlled device, which fetches the instructions from memory, decodes and executes the instructions. Most Micro Processor are single- chip devices here you will learn all the aspects of a Microprocessor and its research based interview questions and answers which will be help full for getting a better job.”



24 Microprocessor Questions And Answers

3⟩ What are the flags in 8086?

In 8086 Carry flag, Parity flag, Auxiliary carry flag, Zero flag, Overflow flag, Trace flag, Interrupt flag, Direction flag, and Sign flag.

 142 views

4⟩ What is a Microprocessor?

Microprocessor is a program-controlled device, which fetches the instructions from memory, decodes and executes the instructions. Most Micro Processor are single- chip devices.

 130 views

5⟩ What is SIM and RIM instructions?

SIM is Set Interrupt Mask. Used to mask the hardware interrupts.

RIM is Read Interrupt Mask. Used to check whether the interrupt is Masked or not.

 137 views

8⟩ What does the EU do?

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

 145 views

12⟩ Where does the CPU Enhanced mode originate from?

Intel’s 80386 was the first 32-bit processor, and since the company had to backward-support the 8086. All the modern Intel-based processors run in the Enhanced mode, capable of switching between Real mode (just like the real 8086) and Protected mode, which is the current mode of operation.

 155 views

15⟩ Have you studied buses? What types?

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.

 130 views