100% found this document useful (1 vote)
378 views8 pages

FMA Unit-4 MCQ's PART-A (1 Mark Question)

This document contains a set of multiple choice questions related to fundamentals of microcontrollers and applications (FMA) unit 4. There are two parts to the questions - part A contains one mark questions and part B contains two mark questions. The questions cover topics related to serial communication modes, registers involved, baud rate calculation, flags, interrupts etc. The document also provides the answers to the multiple choice questions.

Uploaded by

Pankaj Kale
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
378 views8 pages

FMA Unit-4 MCQ's PART-A (1 Mark Question)

This document contains a set of multiple choice questions related to fundamentals of microcontrollers and applications (FMA) unit 4. There are two parts to the questions - part A contains one mark questions and part B contains two mark questions. The questions cover topics related to serial communication modes, registers involved, baud rate calculation, flags, interrupts etc. The document also provides the answers to the multiple choice questions.

Uploaded by

Pankaj Kale
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

 (/Main/)  / Home (/Main/)  / … / Fundamentals of Microcontroller and Applications | SE Electrical (/Main/Savitribai-Phule-Pune-University/EE/FMA-SE/) 

/ MCQ (/Main/Savitribai-Phule-Pune-University/EE/FMA-SE/MCQ/)  / FMA Unit-4 MCQ's (/Main/Savitribai-Phule-Pune-University/EE/FMA-SE/MCQ/Unit-4/) 

FMA Unit-4 MCQ's


Last modified by Vishal E (/XWiki/VishalE) on 2019/02/19 09:14

If you like the study material on www.wikinote.org website then don't forget to share this page and website to your friends and Colleagues via facebook, whatsapp, twitter etc.
Stay Tuned.....for Various Engineering Subject Notes, MCQ's, Quiz and Video Lectures
Keep Sharing......Because Sharing is Caring.......Happy WikiNoting

FMA Unit-4 MCQ's PART-A (1 Mark Question)


Question Serial communication is generally used for __________ communication.

A Long distance
B Short distance
C Parallel
D All of above
Hide !
Answer A

Question Speed of the ________ data transfer scheme is extremely high.

A Series
B Asynchronous
C Parallel
D Synchronous

Hide !
Answer c

Question Which of the following type of communication is very expensive?

A Series
B Asynchronous
C Parallel
D synchronous

Hide !
Answer c

Question The 8051 has two pins for transferring and receiving data by serial
communication. These two pins are part of the ____________

A Port 0
B Port 1
C Port 2
D Port 3

Hide !
Answer D

Question Serial communication is controlled by _________ register.

A PCON
B TMOD
C TCON
D SCON

Hide !
Answer D
Question The Acronym UART stands for_______

A Universal ASCII Receiver Transmitter


B Unified Asynchronous Receiver Transmitter
C Universal Asynchronous Receiver Transmitter
D Universal Asynchronous Receive and Transmit

Hide !
Answer C

Question Identify the byte addressable register out of the following.

A TCON
B PCON
C SCON
D IP

Hide !
Answer B

Question The unit of Baud Rate is

A Bits per second


B Baud per second
C Bytes per second
D Data per second

Hide !
Answer A

Question To double the Baud rate set by the SCON Register________.

A The bit TCON.7 should be set


B The bit PCON.7 should be set
C The bit SCON.7 should be set
D Baud rate cannot be doubled

Hide !
Answer B

Question In MODE 0 of serial communication, baud Rate is equal to______

A 1/12 Oscillator frequency


B Oscillator frequency
C 1/16 Oscillator frequency
D 1/32 Oscillator frequency

Hide !
Answer B

Question ________ bit in SCON register is set for multiprocessor communication.

A SM0
B SM1
C SM2
D REN

Hide !
Answer C

Question ______ behaves as shift Register with fixed Baud rate in serial
communication.

A MODE 3
B MODE 2
C MODE 1
D MODE 0

Hide !
Answer D
Question For Serial Communication an interrupt in 8051 is______.

A TF0 ,TF1
B INT0, INT1
C RI, TI
D None of the above

Hide !
Answer C

Question What is the role played by Timer 1 in serial communication?

A It creates Time delay


B Has no role in serial communication
C It is used as Counter
D To generate baud Rate

Hide !
Answer D

Question 8051 has built in UART.

A TRUE
B FALSE
C May have or may not have
D None of the above

Hide !
Answer A

Question What voltage levels are used for binary 0 in communication standard RS
232?

A 0 Volt
B +5 Volt
C -3 to -25 Volt
D +3 to +25 Volt

Hide !
Answer D

Question What voltage levels are used for binary1 in communication standard RS
232?

A 0 Volt
B +5 Volt
C -3 to -25 Volt
D +3 to +25 Volt

Hide !
Answer C

Question RS 232 is not TTL compatible, to make it TTL compatible _____ must be
used.

A Analog to Digital Converter


B Line Driver ( Voltage Converter)
C Latch
D Digital to Analog Converter

Hide !
Answer B

Question ______ is used to set different Baud rates to transfer and receive data
serially.

A counter0
B TMOD
C TCON
D Timer 1

Hide !
Answer D
Question In serial communication to set the Baud rate in Timer1, frequency
is_______.

A Oscillator frequency / 12/ 8 UART


B Oscillator frequency / 12/ 16 UART
C Oscillator frequency / 12/ 10 UART
D Oscillator frequency / 12/ 32 UART

Hide !
Answer D

Question __________ allows variable Baud Rate.

A Serial Mode 3
B Serial Mode 0
C Serial Mode 2
D Serial Mode 1

Hide !
Answer D

Get Chrome Today DOWNLOAD


Chrome Safe Browsing will protect you from malicious sites. Google

Question In serial Mode 1 for each character a total of _______ bits are transferred.

A 8
B 16
C 10
D 11

Hide !
Answer C

Question In serial communication _________ Register is used to hold Data.

A SBUF
B SCON
C TCON
D PCON

Hide !
Answer A

Question To transfer and receive data , the status of REN bit in SCON Register must
be

A REN= 1
B REN= 0
C REN= tri-stated
D None of the above

Hide !
Answer A

Question If the status of REN bit in SCON Register is 0, then

A Data can be transmitted serially


B Receiver is disabled
C No serial data communication is possible
D None of the above

Hide !
Answer B
Question In Serial communication when 8051 finish data transfer it raises ______ to
indicate that it is ready to transfer another byte.

A TI Flag
B CY Flag
C RI Flag
D OV Flag

Hide !
Answer A

Question In serial communication to indicate that Data Byte is received in SCON


Register___

A TI Flag is raised
B CY Flag is raised
C RI Flag is raised
D OV Flag is raised

Hide !
Answer C

Question In multiprocessor mode (serial Mode 2) of serial communication; data is


transmitted as _________ bits.

A 11
B 8
C 16
D 10

Hide !
Answer A

Question To double the Baud Rate; ______ bit of PCON register is used in serial
communication.

A GF1
B SMOD
C GF0
D PD

Hide !
Answer B

Question When powered up, SMOD bit of PCON register is ______

A 0
B 1
C Undefined
D None of these

Hide !
Answer A

Question In serial communication, SMOD bit of PCON register should be ______ to


double the Baud rate.

A 0
B 1
C Undefined
D None of these

Hide !
Answer A
Question In parallel data transfer ____ data lines are needed to transfer data.

A 16
B 11
C 13
D 8

Hide !
Answer B

Question ________ transmission is one way transmission.

A Simplex
B Duplex
C Half Duplex
D Full Duplex

Hide !
Answer A

Question ________ is a character oriented data transfer in which one data byte is
transfer serially at a time.

A Asynchronous data transfer


B Bulk data transfer
C Byte Data Transfer
D Synchronous data transfer

Hide !
Answer A

Question In ____ two separate clock input can be used for Transmission and Receiver.

A Bulk data transfer


B Byte Data Transfer
C Synchronous data transfer
D Asynchronous Data transfer

Hide !
Answer D

FMA Unit-4 MCQ's PART-B ( 2 Marks Questions)


Question The _________ allows baud rate to be variable and is set by _______ of
8051.

A Serial Mode 0, Timer 1


B Serial Mode 1, Timer 1
C Serial Mode 2, Timer 0
D Serial Mode 3, Timer 1

Hide !
Answer B

Question MOV SCON,#50H will select __________

A Serial Mode 3 , REN enabled


B Serial Mode 1, REN enabled
C Serial Mode 2, REN enabled
D Serial Mode 0, REN enabled

Hide !
Answer B
Question SETB SCON.4 will set ________ bit in SCON Register.

A TB8
B RB8
C REN
D SM2

Hide !
Answer C

Question CLR SCON.4 will reset ________ bit in SCON Register.

A TB8
B RB8
C SM2
D REN

Show !

Question In MODE 1 of serial communication after receiving data byte, start bit is
discarded 8 bit data goes to SBUF while stop bit is saved into __________of
SCON Register.

A REN
B SM2
C TB8
D RB8

Hide !
Answer D

Question Serial communication is _____ while parallel communication is ______

A Half Duplex, Full Duplex


B Full Duplex , Half Duplex
C Full Duplex , Duplex
D None of these

Hide !
Answer B

Question To maintain data integrity _________ is/are checked.

A Only start bit


B Only stop bit
C Only parity bit
D Start, stop, parity bit

Hide !
Answer D

Question Serial Mode 0 is _______

A Synchronous and half duplex


B Synchronous and full duplex
C Asynchronous and half duplex
D Asynchronous and full duplex

Hide !
Answer A

Question Serial Mode 1 is _______

A Asynchronous and half duplex


B Asynchronous and full duplex
C Synchronous and half duplex
D Synchronous and full duplex

Hide !
Answer B
Question Serial Mode 2 is _______

A Asynchronous and half duplex


B Asynchronous and full duplex
C Synchronous and half duplex
D Synchronous and full duplex

Show !

Show Answer

Show Answer

Question Serial Mode 3 is _______

A Synchronous and half duplex


B Synchronous and full duplex
C Asynchronous and half duplex
D Asynchronous and full duplex

Show !

References
• WikiNote Foundation
• Questions by Prof Omkar Shete, Electrical Dept., Sinhgad's NBNSIT, Pune

If you like the study material on www.wikinote.org website then don't forget to share this page and website to your friends and Colleagues via facebook, whatsapp, twitter etc.
Stay Tuned.....for Various Engineering Subject Notes, MCQ's, Quiz and Video Lectures
Keep Sharing......Because Sharing is Caring.......Happy WikiNoting

Tags: Created by Vishal E (/XWiki/VishalE) on 2019/02/19 09:14

No comments for this page

Get Chrome Today DOWNLOAD


Chrome Safe Browsing will protect you from malicious sites. Google

You might also like