Unit 6: Introduction of Arduino and Sensors - Subjective Questions

PHY175 — Modern Physics And Electronics • Practice Questions with Detailed Answers

20 questions

1

Define analog and digital signals. Give two examples of each type of signal.

2

Distinguish between analog and digital signals on the basis of values, waveform, noise immunity, processing, and examples.

3

Explain how the Arduino Uno converts an analog input voltage into a digital value. Calculate the approximate ADC value for an input of when the reference voltage is .

4

Describe the main functional sections of an Arduino Uno board and state the purpose of each section.

5

Explain the pin configuration of an Arduino Uno, including its digital, analog, power, communication, PWM, interrupt, and reference pins.

6

Differentiate among the Arduino Uno pins labeled VIN, , , GND, AREF, and RESET.

7

What is pulse-width modulation in Arduino? Explain duty cycle and distinguish PWM output from a true analog output.

8

Describe the construction and working principle of a typical infrared obstacle-detection sensor module.

9

Explain how an IR sensor module is interfaced with an Arduino for obstacle detection. Include the connections and basic program logic.

10

Discuss the limitations of an IR obstacle sensor and explain how environmental and object properties affect its performance.

11

Define an LDR and explain how its resistance changes with illumination.

12

Explain how an LDR and a fixed resistor form a voltage divider for measurement by an Arduino. Derive the output-voltage expression for both possible component arrangements.

13

Describe how an Arduino-based automatic streetlight can be designed using an LDR.

14

State and explain the basic principle of an ultrasonic distance sensor.

15

An ultrasonic sensor receives an echo after transmitting a pulse. Calculate the distance of the object if the speed of sound is .

16

Explain how a typical HC-SR04 ultrasonic sensor is connected to and operated by an Arduino.

17

Explain the major sources of error and practical limitations in ultrasonic distance measurement.

18

Describe the working principle and pin configuration of DHT11 and DHT22 temperature-humidity sensors.

19

Compare DHT11 and DHT22 sensors in terms of temperature range, humidity range, accuracy, sampling rate, cost, and suitable applications.

20

Describe a complete Arduino-based environmental monitoring system using a DHT11 or DHT22 sensor. Include interfacing, program flow, data validation, and precautions.