Engineering Questions with Answers - Multiple Choice Questions
Home » MCQs » Computer Science » MCQs on Architecture of 8051
MCQs on Architecture of 8051
The register that may be used as an operand register is
a) Accumulator
b) B register
c) Data register
d) Accumulator and B register
View Answer
Answer: d
Explanation: In some instructions, the Accumulator and B register are used to store the operands.
The register that can be used as a scratch pad is
a) Accumulator
b) B register
c) Data register
d) Accumulator and B register
View Answer
Answer: b
Explanation: B register is used to store one of the operands for multiply and divide instructions. In other instructions, it may just be used as a scratch pad.
The registers that contain the status information is
a) control registers
b) instruction registers
c) program status word
d) all of the mentioned
View Answer
Answer: c
Explanation: The set of flags of program status word contains the status information and is considered as one of the special function registers.
Which of the processor’s stack does not contain the top-down data structure?
a) 8086
b) 80286
c) 8051
d) 80386
View Answer
Explanation: The 8051 stack is not a top-down data structure, like other Intel processors.
The architecture of 8051 consists of
a) 4 latches
b) 2 timer registers
c) 4 on-chip I/O ports
d) all of the mentioned
View Answer
Answer: d
Explanation: The architecture of 8051 consists of 4 latches and driver pairs are allotted to each of the four on-chip I/O ports. It contains two 16-bit timer registers.
The transmit buffer of serial data buffer is a
a) serial-in parallel-out register
b) parallel-in serial-out register
c) serial-in serial-out register
d) parallel-in parallel-out register
View Answer
Answer: b
Explanation: The transmit buffer of serial data buffer is a parallel-in serial-out register.
The receive buffer of serial data buffer is a
a) serial-in parallel-out register
b) parallel-in serial-out register
c) serial-in serial-out register
d) parallel-in parallel-out register
View Answer
Answer: a
Explanation: The serial data register has two buffers. The transmit buffer is a parallel-in serial-out register and receive buffer is a parallel-in serial-out register.
The register that provides control and status information about counters is
a) IP
b) TMOD
c) TSCON
d) PCON
View Answer
Answer: b
Explanation: The registers, TMOD and TCON contain control and status information about timers/counters.
The register that provides control and status information about serial port is
a) IP
b) IE
c) TSCON
d) PCON and SCON
View Answer
Explanation: The registers, PCON and SCON contain control and status information about serial port.
The device that generates the basic timing clock signal for the operation of the circuit using crystal oscillator is
a) timing unit
b) timing and control unit
c) oscillator
d) clock generator
View Answer
Answer: c
Explanation: The oscillator circuit generates the basic timing clock signal for the operation of the circuit using crystal oscillator.
The registers that are not accessible by the user are
a) Accumulator and B register
b) IP and IE
c) Instruction registers
d) TMP1 and TMP2
View Answer
Answer: d
Explanation: The arithmetic operations are performed over the operands held by the temporary registers, TMP1 and TMP2. Users cannot access these temporary registers.