logo

CuriousTab

CuriousTab

The 8051 Microcontroller problems


  • 1. The address space of the 8051 is divided into four distinct areas: internal data, external data, internal code, and external code.

  • Options
  • A. True
  • B. False
  • Discuss
  • 2. A label is used to name a single line of code.

  • Options
  • A. True
  • B. False
  • Discuss
  • 3. Which of the following instructions will move the contents of register 3 to the accumulator?

  • Options
  • A. MOV 3R, A
  • B. MOV R3, A
  • C. MOV A, R3
  • D. MOV A, 3R
  • Discuss
  • 4. The 8051 is a 40-pin IC. Twenty-two pins are needed for the four I/O ports.

  • Options
  • A. True
  • B. False
  • Discuss
  • 5. Different instruction sets must make up for the various members of the 8051 family.

  • Options
  • A. True
  • B. False
  • Discuss
  • 6. The RST pin requires a HIGH to reset the 8051 microcontroller.

  • Options
  • A. True
  • B. False
  • Discuss
  • 7. Up to 65K of code memory and 65K of data memory can be added to any of the 8051 family members.

  • Options
  • A. True
  • B. False
  • Discuss
  • 8. In an 8051 program DA A adjusts the value in the accumulator resulting from an addition into two BCDs.

  • Options
  • A. True
  • B. False
  • Discuss
  • 9. Writing counter/loop programs is much more difficult with the introduction of the DJNA and the CJNE instructions.

  • Options
  • A. True
  • B. False
  • Discuss
  • 10. Analog output current must be converted into a usable voltage. To perform this current-to-voltage conversion a 700 op amp may be used.

  • Options
  • A. True
  • B. False
  • Discuss

First 2 3 4 5 6 7