Embedded Processor MCQ Quiz – Objective Question with Answer for Embedded Processor

11. What is the address range in 80286?

A. 1 Mbytes
B. 2 Mbytes
C. 16 Mbytes
D. 32 Mbytes

Answer: C

80286 is a 16-bit processor. So it has an address range of 16 Mbytes.

 

12. Which is the first 32-bit member of Intel?

A. 8086
B. 8088
C. 80286
D. 80386

Answer: D

The new generation of Intel starts with 80386 which has 32-bit registers.

 

13. What supports multitasking in 80386?

A. Read mode
B. External paging memory management unit
C. Paging and segmentation
D. On-chip paging memory management unit

Answer: D

Because of the efficient paging mechanism of 80386 in the memory management unit, it supports multitasking that is, different tasks can be done at a time, a kind of parallel port.

 

14. Which one of the following is the successor of the 8086 and 8088 processors?

A. 80286
B. 80387
C. 8051
D. 8087

Answer: A

80286 is the successor of 8086 and 8088 because it possesses a CPU based on 8086 and 8088. 8051 is a microcontroller designed by Intel which is commonly known as Intel MCS-51. 8087 is the first floating-point coprocessor of 8086.

 

15. Which is the processor behind the IBM PC AT?

A. 80387
B. 8088
C. 80286
D. 8086

Answer: C

The processor was successful in the PC market and it was a successful processor behind IBM.

 

16. Which are the two modes of 80286?

A. Real mode and protected mode
B. Mode1 and mode2
C. Alternate and main
D. Mode A and mode B

Answer: A

It possesses two modes which are called real and protected modes. In real modes, it adds some additional register in order to access a size greater than 16MB while still preserving its compatibility with 8086 and 8088.

 

17. Which register set of 80286 forms the same register set of 8086 processors?

A. AH, AL
B. BX
C. BX, AX
D. EL

Answer: A

The 16-bit register of 80286 can also act as an 8-bit register by splitting into a higher register and lower register.

 

18. Which are the 4 general purposes 16 bit register in Intel 80286?

A. CS,DS,SS,ES
B. AX,BX,CX,DX
C. IP,FL,DI,SI
D. DI,SI,BP,SP

Answer: B

Intel 80286 possesses 4 general-purpose registers and these are 16-bit in size. In addition to the general-purpose register, there are four segmented registers, two index registers, and a base pointer register.

 

19. Which are the 4 segmented registers in intel 80286?

A. AX,BX,CX,DX
B. AS,BS,CS,DS
C. SP,DI,SI,BP
D. IP,FL,SI,DI

Answer: B

Intel 80286 possess 4 general-purpose registers, 4 segmented registers, 2 index register, and a base pointer register.

 

20. How is expanded memory accessed in 80286?

A. Paging
B. Interleaving
C. RAM
D. External storage

Answer: A

The 80286 processor can access beyond 1MB by paging and special hardware to stimulate the missing address lines. This is called expanded memory.

Scroll to Top