Microcontroller & Application MCQ Test Papers: State Whether The Following Statements Are True or False
Microcontroller & Application MCQ Test Papers: 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.
8051 microcontrollers communicate with another peripheral device through RXD and TXD
pin of port3.
(a) True Answer
(b) False
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.
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.