0% found this document useful (0 votes)
72 views8 pages

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

This document contains multiple choice questions (MCQs) related to the fundamentals of microcontrollers and their applications. The MCQs are divided into two parts - Part A contains one mark questions and Part B contains two mark questions. The questions cover topics like timer modes, registers, interrupts, counter operations etc. The document encourages students to share the study material from the wikinote website with their friends. It also provides references and tags for the 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
0% found this document useful (0 votes)
72 views8 pages

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

This document contains multiple choice questions (MCQs) related to the fundamentals of microcontrollers and their applications. The MCQs are divided into two parts - Part A contains one mark questions and Part B contains two mark questions. The questions cover topics like timer modes, registers, interrupts, counter operations etc. The document encourages students to share the study material from the wikinote website with their friends. It also provides references and tags for the 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-3 MCQ's (/Main/Savitribai-Phule-Pune-University/EE/FMA-SE/MCQ/Unit-3/) 

FMA Unit-3 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-3 MCQ's PART-A ( 1 Mark Question)


Question Which bit is used to start or stop the timers by hardware ?

A TR0
B TR1
C TF0
D GATE
Hide !
Answer D

Question In timer, mode 0 is ______ Timer mode.

A 4-bit
B 13-bit
C 8-bit
D 16-bit

Hide !
Answer B

Question In timer, mode 1 is ______ Timer mode.

A 4-bit
B 13-bit
C 8-bit
D 16-bit

Hide !
Answer D

Question In timer, _________ is auto-reload mode.

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

Hide !
Answer C

Question Which of the following instructions will load the value 35H into the higher
byte of timer 0?

A MOV TH0, #35H


B MOV TH0, 35H
C MOV T0, #35H
D MOV T0, 35H

Hide !
Answer A
Question Identify the byte addressable register out of the following.

A TCON
B SCON
C IP
D TMOD

Hide !
Answer D

Question Identify the byte addressable register out of the following.

A TCON
B SCON
C SBUF
D IE

Hide !
Answer C

Question Identify the byte addressable register out of the following.

A TCON
B SCON
C PCON
D IE

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 Which of the following is invalid instruction?

A MOV R5,TL0
B MOV R5,T0
C MOV R5,TH0
D MOV R5,TL1

Hide !
Answer B

Question SEB TCON.4 will_________.

A Start timer 1
B Stop timer 1
C Start timer 0
D Stop timer 0

Hide !
Answer C

Question Timer 0 in MODE 3 uses_______.

A TL0, TH0 as two separate Registers


B Only TL 0 Register
C Only TH 0 Register
D TL0 & TH0 as 16 bit registers

Hide !
Answer A
Question In timer, mode 2 is ______ Timer mode.

A 4-bit
B 13-bit
C 8-bit
D 16-bit

Hide !
Answer C

Question SEB TCON.6 will ___________

A Start timer 1
B Stop timer 1
C Start timer 0
D Stop timer 0

Hide !
Answer A

Question When Timer 0 finishes counting up to its maximum value, then ____ flag is
set.

A Carry Flag
B TF1 Flag
C TF0 Flag
D Parity Flag

Hide !
Answer C

Question The lower four bits of TCON register are reserved for ________ operation.

A Timer Operation
B Counter Operation
C None of the above
D Interrupt Operation

Hide !
Answer D

Question When Timer 1 finishes counting up to its maximum value, then ____ flag is
set.

A Carry Flag
B TF1 Flag
C TF0 Flag
D Parity Flag

Hide !
Answer B

Question The Register used to set Mode of operation of Timer is______.

A TCON
B SCON
C TMOD
D SBUF

Hide !
Answer C

Question If C/T bit of TMOD register is set to zero, then Timer is used as_______.

A Counter
B Mode Selector
C Timer
D None of the above

Hide !
Answer C
Question If bit M1 & M0 in TMOD Register are M1=0 and M0=1, then which mode
will be selected?

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

Hide !
Answer B

Question If bit M1 & M0 in TMOD Register are M1= 1and M0=0, then which mode
will be selected?

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

Hide !
Answer C

Question To start or stop the timer by software means, ________ bits are used in
TMOD Register.

A GATE, C/T
B TRx,TFx
C M1, M0
D None of the above

Hide !
Answer B

Question The instruction SETB TR0 is used to _______ Timer0

A Stop
B Start
C Increment content of
D Decrement content of

Hide !
Answer B

Question The instruction CLR TR1 is used to _______ Timer1

A Stop
B Start
C Increment content of
D Decrement content of

Hide !
Answer A

Question If C/T bit of TMOD register is set to one, then Timer is used as ________.

A Counter
B Mode Selector
C Timer
D None of the above

Hide !
Answer A
Question To start or stop the timer by hardware means, ________ bit is used in TMOD
Register.

A GATE
B TRx,TFx
C M1, M0
D C/T

Hide !
Answer A

Question In auto reload mode of Timer, _______ Register holds the value to be
reloaded.

A TCON
B TMOD
C TLx
D THx

Hide !
Answer D

Question Two External Hardware interrupts in 8051 are ______.

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

Hide !
Answer B

Question Two Timer interrupts in 8051 are ________.

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

Hide !
Answer A

Question Timer in 8051 operates at _________ frequency.

A XTAL oscillator /12


B XTAL oscillator /32
C XTAL oscillator /16
D XTAL oscillator /8

Hide !
Answer A

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


Question To receive Data through the RxD pin, the ______ bit of ______ Register
needs to be set.

A RI , SCON
B ES, IE
C EA, IE
D REN , SCON

Hide !
Answer D
Question In MODE 1 Timer operation; after count reaches to FFFF H, the counter
rolls over to ____

A 0000 H
B Stops at FFFF H
C 1FFF H
D Can be all of the above

Hide !
Answer A

Question MOV TMOD,#10 H will set Timer 1 as________.

A Timer in Mode 0
B Counter in Mode 0
C Counter in Mode 1
D Timer in Mode 1

Hide !
Answer D

Question MOV TMOD,#00 H will set Timer 1 as ________.

A Timer in Mode 0
B Counter in Mode 0
C Counter in Mode 1
D Timer in Mode 1

Hide !
Answer A

Question 8051 Timer in MODE 1 allows values from ______ to be loaded into the
Timer Register.

A 0000- 1FFF H
B 0000-2000 H
C 0000- FFFF H
D 0000-1111 H

Hide !
Answer C

Question MOV TMOD,#01 H will set Timer 0 as _______.

A Timer in Mode 0
B Counter in Mode 0
C Counter in Mode 1
D Timer in Mode 1

Hide !
Answer D

Question For Timer 1 in Mode2 & counter 0 in Mode 3, the contents of TMOD
register will be

A 27H
B 72H
C 22H
D 67H

Hide !
Answer A

Question To enable or disable external interrupt ______ Register is used

A IP
B IE
C TMOD
D SBUF

Hide !
Answer B
Question To set interrupt priority ______ Register is used.

A IP
B IE
C TMOD
D SBUF

Hide !
Answer A

Question MOV TMOD ,#20H will set Timer 0 in _____ and Timer 1____

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

Hide !
Answer D

Question To set Timer 1 in Mode 0 & counter 0 in Mode 2, the contents of TMOD
register will be

A 60H
B FFH
C 06H
D 50H

Hide !
Answer C

Question In Mode 2; the range of values to be loaded in Timer register are

A 0000 -FFFF
B 0000-1FFF
C 00-FF
D 00-2F

Hide !
Answer C

Question In Mode1; the range of values to be loaded in Timer register are

A 0000 -FFFF
B 0000-1FFF
C 00-FF
D 00-2F

Hide !
Answer B

Question To count clock pulses with internal clock which out of the following is used?

A Counter
B ROM
C Latch
D Timer

Hide !
Answer D

Question In counter operation the external clock pulses are given through ______ pins.

A INTO ,INT1
B XTAL1, XTAL2
C T0, T1
D ALE, XTAL1

Hide !
Answer C
Question To count External Clock pulses which out of the following is used?

A Counter
B ROM
C Latch
D Timer

Hide !
Answer A

Question Timer starts to count from 0000 H, then how many clock pulses are required
to increase count from 0000 H to 0001 H? ( Assume 12MHz frequency)

A 32
B 16
C 8
D 12

Hide !
Answer D

Get Chrome Today DOWNLOAD


Chrome Safe Browsing will protect you from malicious sites. Google

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

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

You might also like