Logo

Microcontrollers Questions Set 4:

Quiz Mode

Which register is responsible for enabling and disabling interrupts?

1
2
3
4

Solution:

The register that can be used as a scratch pad is

1
2
3
4

Solution:

A 8051 microcontroller has inputs 1101 1011 to the TMOD registers, then which timer will act as counter ?

1
2
3
4

Solution:

If the LSB of the TCON register is set then then which part of the microcontroller is not synchronized ?

1
2
3
4

Solution:

Calculate the timer's clock frequency for the AT89C51 controller, with an XTAL frequency of 22 MHz.

1
2
3
4

Solution:

For an interrupt to be guaranteed to be served, it should have a duration of how many machine cycles?

1
2
3
4

Solution:

Which of the following code will check whether the D0 bit of register R2 is high or low?

1
2
3
4

Solution:

Which addressing mode in 8051 is used with absolute jump (AJMP) and absolute call (ACALL) instructions?

1
2
3
4

Solution:

Which port in 8051 microprocessor has no alternate functions and is only dedicated to input and output?

1
2
3
4

Solution:

The above program is written in order to multiply the numbers B2H and 2FH. According to the program, in which registers are the LSB and MSB of the result stored?

1
2
3
4

Solution: