Logo

Microcontrollers Questions Set 37:

Quiz Mode

How many bytes of RAM does the 8051 microcontroller have?

1
2
3
4

Solution:

Which of the following pins is an input pin?

1
2
3
4

Solution:

What type of memory is typically used in microcontrollers?

1
2
3
4

Solution:

The 8255 is a _______ chip.

1
2
3
4

Solution:

In looping, what is the maximum number of Iterations we can achieve in 8051.

And how is that possible.

1
2
3
4

Solution:

Which of the following software is used for programming a microcontroller?

1
2
3
4

Solution:

What type of communication protocol is commonly used to exchange data between components in microcontroller systems?

1
2
3
4

Solution:

What does the "CJNE" instruction in 8051 do?

1
2
3
4

Solution:

What will be the final status of the carry flag(CY) and parity flag(P) after the execution of the following code?

MOV A, #CCH

ADD A, #E6H

1
2
3
4

Solution:

Why are opto-isolators normally used between the microcontrollers and the ULN2803?

1
2
3
4

Solution: