Embedded System Questions and Answers Part-6

1. Which one of the following is the successor of 8086 and 8088 processor?
a) 80286
b) 80387
c) 8051
d) 8087

Answer: a
Explanation: 80286 is the successor of 8086 and 8088 because it possess 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.

2. Which is the processor behind the IBM PC AT?
a) 80387
b) 8088
c) 80286
d) 8086

Answer: c
Explanation: The processor was successful in the PC market and it was a successful processor behind the IBM.

3. 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
Explanation: It possess 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 but still preserving its compatibility with 8086 and 8088.

4. Which register set of 80286 form the same register set of 8086 processor?
a) EL
b) BX
c) BX,AX
d) AH,AL

Answer: d
Explanation: The 16 bit register of 80286 can also act as 8 bit register by splitting into a higher register and lower register.

5. 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
Explanation: Intel 80286 possess 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.

6. 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
Explanation: Intel 80286 possess 4 general purpose registers, 4 segmented registers, 2 index register and a base pointer register.

7. How is expanded memory accessed in 80286?
a) RAM
b) Interleaving
c) Paging
d) External storage

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

8. When is the register set gets expanded in 80286?
a) In real mode
b) In expanded mode
c) In protected mode
d) Interrupt mode

Answer: c
Explanation: In protected mode, two additional register arises which is called index register and base pointer register which helps in expanding the register.

9. Which of the following processor possess memory management?
a) 8086
b) 8088
c) 80286
d) 8051

Answer: c
Explanation: Because of the efficient paging mechanism, 80286 is one of the processors which allows the memory management unit. 8086 and 8088 does not allow paging mechanism. 8051 is a microcontroller which have an in-built memory and does not possess a paging mechanism.

10. What is the size of the address bus in 80286?
a) 20
b) 24
c) 16
d) 32

Answer: b
Explanation: The size of the address bus in 80286 is 24 bits and 20 bits in 8088 and 8086.