Digital Electronics - The 8051 Microcontroller

Exercise : The 8051 Microcontroller - General Questions
6.
The 8051 can handle ________ interrupt sources.
3
4
5
6
Answer: Option
Explanation:
There are five interrupt sources for the 8051, which means that they can recognize 5 different events that can interrupt regular program execution. Each interrupt can be enabled or disabled by setting bits of the IE register. Likewise, the whole interrupt system can be disabled by clearing the EA bit of the same register.

7.
The special function registers are maintained in the next 128 locations after the general-purpose data storage and stack.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

8.
This statement will set the address of the bit to 1 (8051 Micro-controller):
SETB 01H
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.

9.
MOV A, @ R1 will:
copy R1 to the accumulator
copy the accumulator to R1
copy the contents of memory whose address is in R1 to the accumulator
copy the accumulator to the contents of memory whose address is in R1
Answer: Option
Explanation:
No answer description is available. Let's discuss.

10.
A label is used to name a single line of code.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.