Microprocessors and Microcontrollers (3160914) MCQs

MCQs of 8051 Serial Port and Programming

Showing 1 to 0 out of 10 Questions
1.

Which devices are specifically being used for converting serial to parallel and from parallel to serial respectively?

(a)

timers

(b)

Counters

(c)

Registers

(d)

Serial Communication 

Answer:

Option (c)

2.

What is the difference between UART and USART communication?

(a)

they are the names of the same particular thing, just the difference of A and S is there in it

(b)

one uses asynchronous means of communication and the other uses synchronous means of communication

(c)

one uses asynchronous means of communication and the other uses asynchronous and synchronous means of communication

(d)

one uses angular means of the communication and the other uses linear means of communication

Answer:

Option (c)

3.

Which of the following best describes the use of framing in asynchronous means of communication?

(a)

it binds the data properly

(b)

it tells us about the start and stops of the data to be transmitted or received

(c)

it is used for error checking

(d)

it is used for flow control

Answer:

Option (b)

4.

Which of the following signal control the flow of data?

(a)

RTS 

(b)

DTR

(c)

RTS & DTR

(d)

None 

Answer:

Option (a)

5.

Which of the following is the logic level understood by the micro-controller/micro-processor?

(a)

TTL Logic Level

(b)

RS232 Logic Level

(c)

RS232 and TTL Logic Level

(d)

None

Answer:

Option (a)

6.

What is a null modem connection?

(a)

no data transmission

(b)

no MAX232

(c)

the RxD of one is the TxD for the other

(d)

no serial communication

Answer:

Option (c)

7.

 Which of the following best states the reason that why baud rate is mentioned in serial communication?

(a)

to know about the no of bits being transmitted per second

(b)

to make the two devices compatible with each other, so that the transmission becomes easy and error free

(c)

 to use Timer 1

(d)

for wasting memory

Answer:

Option (b)

8.

With what frequency UART operates( where f denoted the crystal frequency )?

(a)

f/12

(b)

f/32

(c)

f/144

(d)

f/384

Answer:

Option (d)

9.

What is the function of the SCON register?

(a)

to control SBUF and SMOD registers

(b)

 to program the start bit, stop bit, and data bits of framing

(c)

to control SMOD registers

(d)

none of the mentioned

Answer:

Option (b)

10.

What should be done if we want to double the baud rate?

(a)

change a bit of the TMOD register

(b)

change a bit of the PCON register

(c)

change a bit of the SCON register

(d)

change a bit of the SBUF register

Answer:

Option (b)

Showing 1 to 0 out of 10 Questions