logo

CuriousTab

CuriousTab

Discussion


Home Digital Electronics The 8051 Microcontroller Comments

  • Question
  • 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

  • Correct Answer
  • MOV A, R3 


  • The 8051 Microcontroller problems


    Search Results


    • 1. A label is used to name a single line of code.

    • Options
    • A. True
    • B. False
    • Discuss
    • 2. 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
    • 3. The start-conversion on the ADC0804 is done by using the:

    • Options
    • A.
    • B. CS line
    • C. INTR line
    • D. V ref/2 line
    • Discuss
    • 4. A HIGH on which pin resets the 8051 microcontroller?

    • Options
    • A. RESET
    • B. RST
    • C. PSEN
    • D. RSET
    • Discuss
    • 5. This program code will be executed continuously:

      STAT: MOV A, #01H
        JNZ STAT

    • Options
    • A. True
    • B. False
    • Discuss
    • 6. The binary number for octal 458 is ________.

    • Options
    • A. 100010
    • B. 100101
    • C. 110101
    • D. 100100
    • Discuss
    • 7. Convert the following BCD number to decimal.
      100000000011bcd

    • Options
    • A. 8003
    • B. 803
    • C. 1003
    • D. 103
    • Discuss
    • 8. Convert 45710 to hexadecimal.

    • Options
    • A. 711
    • B. 2C7
    • C. 811
    • D. 1C9
    • Discuss
    • 9. What decimal number does 25 represent?

    • Options
    • A. 10
    • B. 31
    • C. 25
    • D. 32
    • Discuss
    • 10. Convert the following octal number to binary.
      768

    • Options
    • A. 1101112
    • B. 1111102
    • C. 1111002
    • D. 1001112
    • Discuss


    Comments

    There are no comments.

Enter a new Comment