22426 Microcontroller & Application
Mcq Test papers
State features of ADC 0808.
(a) Easy to interface with all Microprocessors or works Stand alone.
(b) Can measure up to 8 Analog values.
(c) Eight channel 8-bit ADC module.
(d) On chip Clock not available, external Oscillator is needed (Clock).
(e) All of the above Answer
List specifications of 8051 microcontroller.
(a) 8- bit data bus and 8- bit ALU.
(b) On- chip RAM -128 bytes (Data Memory)
(c) Works on crystal frequency of 11.0592 MHz
(d) Six interrupts are available.
(e) All of the above Answer
What are Different buses used in microcontrollers?
(a) Address Bus
(b) Data Bus
(c) Control Bus
(d) All of the above Answer
functions of port 3 of 8051 microcontroller
(a) it is used for serial input port
(b) it is used for serial output port
(c) used for external interrupt 0 Answer
(d) used for external interrupt 1
(e) All of the above
State Whether the following statements are True or False
An editor is a program which helps you to construct your assembly language program in the
right format so that the assembler will translate it correctly to machine language.
(a) True Answer
(b) False
The word length of microcontroller is either 8, 16 or 32 bit. As the word length increases, the
cost, power dissipation and speed of the microcontroller increases.
(a) True Answer
(b) False
Harvard Architecture uses single memory for their instructions and data.
(a) True
(b) False Answer
Reason: Harvard Architecture uses physically separate memories for their instructions and
data.
Von-Neumann architecture uses physically separate memories for their instructions and
data.
(a) True
(b) False Answer
Reason: Von-Neumann architecture uses single memory for their instructions and data.
Microprocessor have Inbuilt RAM & ROM
(a) True
(b) False Answer
Reason: Microprocessor Do not have Inbuilt RAM & ROM
Microcontroller Have Inbuilt Timer
(a) True Answer
(b) False
8051 microcontrollers communicate with another peripheral device through RXD and TXD
pin of port3.
(a) True Answer
(b) False
8051 microcontrollers have six modes of serial communication.
(a) True
(b) False Answer
Reason:8051 microcontrollers have four modes of serial communication. (I.e Serial Data
Mode-0,Serial Data Mode-1, Serial Data Mode-2 Multiprocessor,Serial Data Mode-3 )
Equate is used to define constant with the help of memory
(a) True
(b) False Answer
Reason: Equate is used to define constant without occupying a memory location
The ORG directive is used to indicate the beginning of the address.
(a) True Answer
(b) False
A bus that is used to specify a physical address in memory is known as Data Bus?
(a) True
(b) False Answer
Reason: A bus that is used to transmit data among components is known as Data Bus.
A bus that is used to transmit data among components is known as Address Bus?
(a) True
(b) False Answer
Reason: A bus that is used to specify a physical address in memory is known as Address
Bus.
Address Bus is Unidirectional.
(a) True Answer
(b) False
Data Bus is Bidirectional.
(a) True Answer
(b) False
Data Memory is used for storing the hexadecimal codes of the program to be executed i.e.
instructions.
(a) True
(b) False Answer
Reason: Data Memory is used for storing temporary variable data and intermediate results.
Program Memory is used for storing temporary variable data and intermediate results.
(a) True
(b) False Answer
Reason: Program Memory is used for storing the hexadecimal codes of the program to be
executed i.e. instructions.