Embedded System Microcontroller MCQ Quiz – Objective Question with Answer for Microcontroller of Embedded System

11. Which one of the following is an asynchronous communication channel?

A. SPI
B. MUDs
C. MOO
D. VOIP

Answer: A

MOO, MUDs, and VOIP are apps for the online conference which is synchronous but SPI is an asynchronous communication channel.

 

12. Which of the following microprocessor is designed by Zilog?

A. Z80
B. Zigbee
C. 80386
D. 8087

Answer: A

Designed by Zilog in 1976. 80386 and 8087 are the processors designed by Intel and Zigbee is IEEE based which is used for high-level communication protocol.

 

13. Z80 is mainly based on

A. Intel 8080
B. MIPS
C. TIMS
D. 8051

Answer: A

Its architecture is based on Intel 8080 but has an extended instruction set and hardware improvement.

 

14. Flag register of Z80 is also known as

A. Program status register
B. Program status address
C. Program status word
D. Program address register

Answer: C

The flag register of Z80 contains status information such as carry, overflow, signed, etc.

 

15. What are the two register sets used in Z80?

A. C’D’ and BC’
B. CD and BD
C. IV and MR
D. Main and alternate

Answer: D

Z80 has two sets of registers which are the main registers and alternate registers.

 

16. How an alternate set of the register can be identified in Z80?

A. ‘Suffix
B. ‘Prefix
C. ,suffix
D. ,prefix

Answer: A

In order to identify the main register and alternate register ‘ is used in the suffix.

 

17. What is the purpose of the memory refresh register of Z80?

A. To control on-chip DRAM
B. To control on-chip SRAM
C. To control ROM
D. To clear cache

Answer: A

In addition to the general-purpose registers, a stack pointer, program counter, and two index registers are included in Z80. It was also used in many embedded designs because of its high-quality performance and for its in-built refresh circuitry for DRAMs.

 

18. What is the clock frequency of Z80?

A. 6 MHz
B. 8 MHz
C. 4 MHz
D. 2 MHz

Answer: C

It is the maximum clock frequency or runs a time of the processor.

 

19. Which are the two additional registers of Z80?

A. Interrupt and NMI
B. NMI and PSW
C. Interrupt vector and memory refresh
D. NMI and memory refresh

Answer: C

The Interrupt Vector(IV) register is used in interrupt handling. Mode 2 is used to point to the required software routine to process the interrupt. In mode 1, the interrupt vector is supplied via the external data bus.

 

20. By which instruction does the switching of registers take place?

A. Instruction opcodes
B. AXX instruction
C. EXX instruction
D. Register instruction

Answer: C

Only one set of registers can be used at one time and the switching of registers and data transfer is performed by the EXX instruction.

Scroll to Top