Digital Electronics- The 8051 Microcontroller

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