Q.1

To interface external EPROM memory for applications, it is necessary to demultiplex the address/data lines of the 8051.

  • True
  • False
Q.2

The 8051 has ________ 16-bit counter/timers.

  • 1
  • 2
  • 3
  • 4
Q.3

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

  • True
  • False
Q.4

The designs of a centigrade thermometer and a PWM speed-control circuit can be implemented by the 8051.

  • True
  • False
Q.5

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
Q.6

Data transfer from I/O to external data memory can only be done with the MOV command.

  • True
  • False
Q.7

An alternate function of port pin P3.4 in the 8051 is:

  • Timer 0
  • Timer 1
  • interrupt 0
  • interrupt 1
Q.8

The ADC 0804 is an analog-to-digital converter that provides 8-bit output resolution that can be directly interfaced to a microcontroller.

  • False
  • True
Q.9

Writing counter/loop programs is much more difficult with the introduction of the DJNA and the CJNE instructions.

  • True
  • False
Q.10

A Celsius thermometer is an application for the 8051 microcontroller.

  • True
  • False
Q.11

The following command will copy the accumulator to the location whose address is 23H:
MOV 23H,A

  • True
  • False
Q.12

Data transfer from I/O to external data memory can only be done with the MOVX command.

  • True
  • False
Q.13

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

  • True
  • False
Q.14

Which of the following commands will move the number 27H into the accumulator?

  • MOV A, P27
  • MOV A, #27H
  • MOV A, 27H
  • MOV A, @27
Q.15

Both registers TL0 and TL1 are needed to start Timer 0.

  • True
  • False
Q.16

The 8051 is a 40-pin IC. Twenty-two pins are needed for the four I/O ports.

  • True
  • False
Q.17

The RST pin requires a HIGH to reset the 8051 microcontroller.

  • True
  • False
Q.18

The special function registers can be referred to by their hex addresses or by their register names.

  • True
  • False
Q.19

The start-conversion on the ADC0804 is done by using the:

  • CS line
  • INTR line
  • V ref/2 line
Q.20

Up to 65K of code memory and 65K of data memory can be added to any of the 8051 family members.

  • True
  • False
0 h : 0 m : 1 s