Unit 3: Sensor Systems & Data Acquisition - Subjective Questions

ECE140 — Workshop On Iot For Digital Society • Practice Questions with Detailed Answers

20 questions

1

Define analog and digital sensors. Distinguish between their interfacing requirements in an IoT sensor node.

2

Explain the working of an Analog-to-Digital Converter (ADC) in a sensor data acquisition system.

3

Derive the resolution and digital output equations of an -bit ADC. A 12-bit ADC uses a reference. Calculate its approximate voltage resolution and output code for an input of .

4

Describe the complete signal chain required to interface an analog sensor with a microcontroller.

5

Explain how an analog gas sensor can be interfaced with a microcontroller. Include calibration and safety considerations.

6

Compare the interfacing of a thermistor, an analog temperature sensor, and a digital temperature sensor.

7

Describe the operating principles and interfacing methods of resistive and capacitive humidity sensors.

8

Explain the interfacing of a bridge-based pressure sensor with an ADC. Why are amplification and calibration required?

9

Compare inductive, capacitive, infrared, and ultrasonic proximity sensors in terms of operation and applications.

10

Distinguish between I2C, SPI, UART, and 1-Wire interfaces for connecting digital sensors to an IoT controller.

11

Explain the importance of sampling frequency and anti-aliasing in sensor data acquisition. State the Nyquist sampling condition.

12

Describe sensor calibration and explain offset, gain, nonlinearity, hysteresis, drift, and repeatability errors.

13

Explain the major low-power sensor operation strategies used in battery-powered IoT systems.

14

A sensor consumes for during each measurement and while sleeping. It takes one measurement every . Calculate the duty cycle and average current. Estimate ideal battery life using a battery.

15

Discuss the design trade-offs involved in power gating a sensor in a low-power IoT node.

16

Define a simple moving average filter and derive its equation for a window of samples. Explain how it reduces sensor noise.

17

Apply a 4-sample moving average filter to the sequence . Calculate all valid filtered outputs and interpret the result.

18

Analyze the effect of moving-average window size on noise suppression, delay, memory, and signal bandwidth.

19

Derive and explain the prediction and update equations of a one-dimensional Kalman filter for a sensor measuring a slowly varying quantity.

20

A scalar Kalman filter has previous estimate , previous covariance , process-noise variance , measurement-noise variance , and a new measurement . Assuming , calculate the predicted estimate, Kalman gain, updated estimate, and updated covariance.