Microcontroller Practical
Microcontroller Practical
PREPARATION
SUBJECT: - MICROCONTROLLER PRACTICAL
12) What type of sensor would you use for temperature measurement in a
microcontroller project?
Thermistor
LDR
Ultrasonic sensor
Pressure sensor
ANSWER: - Thermistor
13) What is the purpose of a DAC in a microcontroller?
To convert digital to analog
To convert analog to digital
To amplify signals
To store data
ANSWER: - To convert digital to analog
55) Which of the following microcontroller families is known for low power
consumption?
AVR
8051
PIC
All of the above
ANSWER: - All of the above
58) What is the main benefit of using a development board for microcontroller
projects?
Lower cost
Easy to use
Pre-installed software
All of the above
ANSWER: - All of the above
60) Which of the following protocols is used for digital sensor communication?
I2C
SPI
CAN
All of the above
ANSWER: - All of the above
61) The microcontroller is primarily used for:
Control systems
Data storage
Signal processing
Power regulation
ANSWER: - Control systems
67) Which of the following is the main programming language used for
microcontrollers?
Assembly language
Python
C programming
Java
ANSWER: - Assembly language
80) The 8051 microcontroller has how many 8-bit general-purpose registers?
4
2
6
8
ANSWER: - 4
81) Which instruction is used to initialize a register to zero in 8051?
CLR
MOV
ADD
SUB
ANSWER: - CLR
88) The port used for serial communication in the 8051 is:
Serial port
Parallel port
USB port
I2C port
ANSWER: - Serial port
89) Which of the following devices does NOT typically interface with a
microcontroller?
High-speed processor
Sensors
Displays
Motors
ANSWER: - Sensors