The 8051 Microcontroller Questions and Answers

The 8051 Microcontroller

Showing 10 of 59 questions
1. The internal RAM memory of the 8051 is:
  • 32 bytes
  • 64 bytes
  • 128 bytes
  • 256 bytes
Show Answer Report
2. The internal RAM memory of the 8051 is:
  • 32 bytes
  • 64 bytes
  • 128 bytes
  • 256 bytes
Show Answer Report
3. This program code will be executed continuously: STAT:     MOV A, #01H                JNZ STAT
  • TRUE
  • FALSE
Show Answer Report
4. The 8051 has ________ 16-bit counter/timers.
  • 1
  • 2
  • 3
  • 4
Show Answer Report
5. The address space of the 8051 is divided into four distinct areas: internal data, external data, internal code, and external code.
  • TRUE
  • FALSE
Show Answer Report
6. Data transfer from I/O to external data memory can only be done with the MOVX command.
  • TRUE
  • FALSE
Show Answer Report
7. The 8051 can handle ________ interrupt sources.
  • 3
  • 4
  • 5
  • 6
Show Answer Report
8. The special function registers are maintained in the next 128 locations after the general-purpose data storage and stack.
  • TRUE
  • FALSE
Show Answer Report
9. This statement will set the address of the bit to 1 (8051 Micro-controller): SETB 01H
  • TRUE
  • FALSE
Show Answer Report
10. 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
Show Answer Report
Questions and Answers for Competitive Exams Various Entrance Test