Unit4 - Subjective Questions

ECE249 • Practice Questions with Detailed Answers

1

Describe the key components and their functions on a standard Arduino Uno board. Focus on the microcontroller, USB interface, and power regulation.

2

Explain the difference between digital and analog pins on an Arduino board, including their typical usage.

3

List and explain the different power supply options for an Arduino Uno board.

4

What are the serial communication pins (TX/RX) on an Arduino Uno used for? Briefly describe their function.

5

Explain the role of the AREF pin and the RESET button on an Arduino Uno board.

6

How do the PWM pins on an Arduino Uno work, and for what applications are they primarily used?

7

Detail the function of the ICSP header on an Arduino Uno board.

8

Explain the basic "Time-of-Flight" principle used by an ultrasonic sensor (e.g., HC-SR04) to measure distance.

9

Describe the main components of an HC-SR04 ultrasonic sensor module and their respective roles.

10

A projectile is launched, and an ultrasonic sensor measures the time for its pulse to return from the target as . If the speed of sound is , calculate the distance to the target.

11

List at least four real-world applications of ultrasonic sensors.

12

Explain the working principle of an LM35 precision integrated-circuit temperature sensor. How is its output voltage related to temperature?

13

Outline the steps to interface an LM35 temperature sensor with an Arduino Uno, including necessary connections.

14

Differentiate between an NTC thermistor and an LM35 temperature sensor based on their output characteristics and linearity.

15

Suggest two scenarios where a temperature sensor would be critical in an embedded system project.

16

Describe the fundamental principle by which an Infrared (IR) proximity or object detection sensor works.

17

Identify the primary components of a typical IR sensor module and explain how they interact to detect an object.

18

How can an IR sensor be configured and used for line-following robots?

19

Explain the common issues that can affect the accuracy of an IR proximity sensor in different environments.

20

Compare and contrast the advantages and disadvantages of using an ultrasonic sensor versus an IR proximity sensor for short-range distance measurement in an Arduino project.