Q-B
Q-B
Two-Mark Questions
1. What are the key features of the Arduino Uno?
2. How does the Arduino Leonardo differ from the Uno in terms of USB
communication?
3. Describe the key features of the Arduino Mega 2560.
4. What is the primary function of the Motor Shield in Arduino projects?
5. Explain the use of the Ethernet Shield for Arduino.
6. What does the GSM Shield allow an Arduino board to do?
7. What are the key features of the Arduino Wi-Fi Shield?
8. What is the role of the Wireless SD Shield?
9. What programming languages are supported by the Arduino IDE?
10. Describe the steps involved in uploading a program to an Arduino board using
the IDE.
11. Compare Arduino Mega 2560 and Arduino Ethernet.
12. What are the on-board indicators available in GSM shield?
Questions
1. Compare and contrast the Arduino Uno and Arduino Mega 2560 in terms of
features, pin configuration, and applications.
2. Explain the architecture and key features of the Arduino Leonardo and
describe a scenario where its unique features are beneficial.
3. Explain the functionality of the Arduino IDE and its role in embedded systems
programming.
UNIT 2
Questions
1. Explain the different data types in Arduino and provide examples of how each
type is used in programming.
2. Explain how to use Arduino libraries. Provide an example of using the Servo.h
library to control a servo motor.
3. Explain the mathematical functions available in Arduino IDE with suitable
examples.
4. Explain the functions of control structures available in Arduino IDE with
suitable examples.
UNIT 3
Two-Mark Questions
1. What is the working principle of a PIR sensor?
2. Draw the pinout diagram of water sensor.
3. How does an ultrasonic sensor measure the distance between itself and an
object?
4. What is the typical range of humidity a DHT11 sensor can measure?
5. What is the difference between DHT11 and DHT22 sensors?
6. Explain the role of a water level sensor in a smart irrigation system.
7. What is the typical temperature range for the LM35 sensor?
8. What are the applications of ultrasonic sensors in real-world systems?
9. How do water detectors help in preventing damage in homes?
10. What is the role of temperature sensors in HVAC systems?
11. Describe a use case for a PIR sensor in home security systems.
Questions
1. Discuss the role of water sensors in smart home systems. Provide a detailed
example of a smart water detection system with Arduino and explain its
operation.
2. Compare the functionality of humidity sensors and temperature sensors in
climate control systems. Explain how both sensors work together in an
Arduino-based project for smart air conditioning.
3. Write an Arduino IDE code to measure and display the room temperature in
serial monitor.
4. Write an Arduino IDE code to measure and display the distance to an object
in serial monitor