The 8051 Microcontroller Questions and Answers
Practice ModeShowing 10 of 59 questions
Q1
The internal RAM memory of the 8051 is:
Answer: Option C
Q2
The internal RAM memory of the 8051 is:
Answer: Option C
Q3
This program code will be executed continuously:
STAT: MOV A, #01H
JNZ STAT
Answer: Option A
Q4
The 8051 has ________ 16-bit counter/timers.
Answer: Option B
Q5
The address space of the 8051 is divided into four distinct areas: internal data, external data, internal code, and external code.
Answer: Option A
Q6
Data transfer from I/O to external data memory can only be done with the MOVX command.
Answer: Option A
Q7
The 8051 can handle ________ interrupt sources.
Answer: Option C
Q8
The special function registers are maintained in the next 128 locations after the general-purpose data storage and stack.
Answer: Option A
Q9
This statement will set the address of the bit to 1 (8051 Micro-controller):
SETB 01H
Answer: Option B
Q10
MOV A, @ R1 will:
Answer: Option C