The 8051 Microcontroller Questions and Answers
Practice ModeShowing 10 of 59 questions
Q31
When the 8051 is reset and the EA line is LOW, the program counter points to the first program instruction in the:
Answer: Option B
Q32
The designs of a centigrade thermometer and a PWM speed-control circuit can be implemented by the 8051.
Answer: Option A
Q33
What is the difference between the 8031 and the 8051?
Answer: Option B
Q34
To interface external EPROM memory for applications, it is necessary to demultiplex the address/data lines of the 8051.
Answer: Option A
Q35
The following command will copy the accumulator to the location whose address is 23H:
MOV 23H,A
Answer: Option A
Q36
The special function registers can be referred to by their hex addresses or by their register names.
Answer: Option A
Q37
The contents of the accumulator after this operation
MOV A,#2BH
ORL A,00H
will be:
Answer: Option B
Q38
The following program will cause the 8051 to be stuck in a loop:
LOOP: MOV A, #00H
JNZ LOP
Answer: Option B
Q39
Which of the following commands will copy the contents of RAM whose address is in register 0 to port 1?
Answer: Option C
Q40
The statement CALL READ passes control to the line labelled READ.
Answer: Option A