Embedded Systems
Embedded Systems
What is Arduino?
A) A programming language
B) A microcontroller platform
C) An operating system
D) A type of sensor
Answer: B) C++
Answer: B) Resistor
How is data sent from the Arduino to a computer for monitoring or logging?
A) Through Bluetooth
B) Using USB serial communication
C) Through Wi-Fi
D) Using infrared communication
Answer: B) digitalRead()
What is the maximum voltage that can be safely applied to an Arduino digital pin?
A) 3.3V
B) 5V
C) 9V
D) 12V
Answer: B) 5V
Which Arduino board is commonly used for beginners due to its simplicity and low
cost?
A) Arduino Mega
B) Arduino Uno
C) Arduino Due
D) Arduino Nano
MCQs 2
What is the maximum current that can be sourced or sunk by a single digital pin on
an Arduino Uno?
A) 20 mA
B) 40 mA
C) 100 mA
D) 200 mA
Answer: B) 40 mA
Which of the following statements about the Arduino IDE (Integrated Development
Environment) is true?
A) It only supports programming in C language.
B) It cannot be used for debugging Arduino programs.
C) It provides a text editor for writing code and a compiler to translate it into machine
language.
D) It is not open-source software.
Answer: C) It provides a text editor for writing code and a compiler to translate it into
machine language.
MCQs 3
Which sensor is commonly used to detect motion in security systems and automatic
lighting?
A) Ultrasonic sensor
B) LDR sensor
C) PIR sensor
D) IR sensor
Answer: C) PIR sensor
When using an ultrasonic sensor to measure distance, what does the Arduino
calculate based on the sensor's output?
A) Temperature
B) Humidity
C) Speed of sound
D) Distance to the nearest obstacle
Answer: D) Distance to the nearest obstacle
MCQs 4
Which Arduino board is commonly used for projects requiring a large number of
digital and analog pins?
A) Arduino Uno
B) Arduino Nano
C) Arduino Mega
D) Arduino Pro Mini
What is the maximum voltage that can be safely applied to an Arduino Uno digital
pin?
A) 3.3V
B) 5V
C) 9V
D) 12V
Answer: B) 5V
Answer: C) string
Which component is used to regulate the voltage supplied to the Arduino board?
A) Transistor
B) Capacitor
C) Diode
D) Voltage regulator
Which Arduino board is designed for wearable projects and small form factor
applications?
A) Arduino Uno
B) Arduino Nano
C) Arduino Mega
D) Arduino Due