Mcqs On Microcontroller
Mcqs On Microcontroller
boolean processor?
a. Complement bit
b. Set bit
c. Clear bit
d. All of the above
ANSWER: (d) All of the above
6) What is the default value of stack once after the system undergoes the
reset condition?
a. 07H
b. 08H
c. 09H
d. 00H
ANSWER:(a) 07H
10) Which commands are used for addressing the off-chip data and
associated codes respectively by data pointer?
a. MOVX & MOVC
b. MOVY & MOVB
c. MOVZ & MOVA
d. MOVC & MOVY
ANSWER: (a) MOVX & MOVC
12) What is the required baud rate for an efficient operation of serial port
devices in 8051 microcontroller?
a. 1200
b. 2400
c. 4800
d. 9600
ANSWER: (d) 9600
13) What is the bit addressing range of addressable individual bits over the
on-chip RAM?
a. 00H to FFH
b. 01H to 7FH
c. 00H to 7FH
d. 80H to FFH
ANSWER: (c) 00H to 7FH
18) Which special function register play a vital role in the timer/counter
mode selection process by allocating the bits in it?
a. TMOD
b. TCON
c. SCON
d. PCON
ANSWER:(a) TMOD
19) Which bit must be set in TCON register in order to start the ‘Timer 0’
while operating in ‘Mode 0’?
a. TR0
b. TF0
c. IT0
d. IE0
ANSWER: (a) TR0
20) Why is it not necessary to specify the baud rate to be equal to the
number of bits per second?
a. Because each bit is preceded by a start bit & followed by one stop bit
b. Because each byte is preceded by a start byte & followed by one stop byte
c. Because each byte is preceded by a start bit & followed by one stop bit
d. Because each bit is preceded by a start byte &followed by one stop byte
ANSWER: (c) Because each byte is preceded by a start bit & followed by
one stop bit
How does the microcontroller communicate with the external peripherals / memory?
Which minimum mode signal is used for demultiplexing the data and address lines with
the assistance of an external latch in a microprocessor while accessing memory
segment ?
a. INTA
b. DTE
c. HOLD
d. ALE
ANSWER: d. ALE
a. PSW(Program Status
Word)
b. TCON(Timer Control
Register)
c. Accumulator
a. arithmetic instructions
b. boolean instructions
c. logical instructions
a. bit data
b. byte data
c. 16-bit data
a. XRL A;
b. ANL A;
c. ORL A;
d. RLC A;
Answer: (d).RLC A;
6. The instruction that is used to complement or invert the bit of a bit addressable SFR is
a. CLR C
b. CPL C
c. CPL Bit
d. ANL Bit