Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:Physical phenomena such as temperature, pressure, and light intensity vary continuously. Sensors transduce these into electrical signals for monitoring and control. Whether a variable is analog or digital affects sensor choice, conditioning circuits, and the need for conversion.
Given Data / Assumptions:
Concept / Approach:An analog quantity is one that can assume any value within a continuous range. Temperature is fundamentally analog; the associated sensor output is an analog signal (e.g., RTD resistance vs °C, thermocouple voltage vs °C). To process digitally, an ADC is used to map the analog signal to discrete codes.
Step-by-Step Solution:
Identify temperature as a physical, continuous variable.Map to sensor output (R, V, or I) that varies continuously.Digitize via ADC for use in microcontrollers or data loggers.Verification / Alternative check:Even when displayed as discrete numbers, the underlying phenomenon and sensor output remain analog until conversion. Oversampling and filtering improve measurement fidelity.
Why Other Options Are Wrong:“Incorrect” denies the continuous nature of temperature. Sensor-specific caveats (RTD vs thermistor) do not change the analog characteristic.
Common Pitfalls:Confusing digital readouts with digital sensors; even “digital temperature sensors” contain an internal ADC and deliver a digital interface.
Final Answer:Correct
Discussion & Comments