Logo

Microcontrollers Questions Set 36:

Quiz Mode

Intel 8085 is an 8-bit NMOS microprocessor.

1
2
3
4

Solution:

Which of the following instructions does not alter the contents of its operands?

1
2
3
4

Solution:

What file extension is typically used to load instructions into a microcontroller?

1
2
3
4

Solution:

If a 8051 controller is rated as 12-MHz, what is the maximum frequency that can be connected to it?

(Answer should be in MHz)

Solution:

Which pin is grounded for interfacing an external EPROM?

1
2
3
4

Solution:

Which of the following Special Function Registers (SFRs) in 8051 microcontroller are bit addressable?

1
2
3
4

Solution:

When the 8051 microcontroller is powered up, which register bank is chosen by default?

1
2
3
4

Solution:

What is the output of the following 8051 assembly code?

       MOV A,#27

       RLC A

1
2
3
4

Solution:

The task of converting the byte into serial form and transmitting it bit by bit along with start, stop, and parity bits is carried out by the:

1
2
3
4

Solution:

Which of the following statements about register indirect addressing mode is false?

1
2
3
4

Solution: