Resources | Subject Notes | Computer Science
This section explores various input and output devices used in computer systems. We will focus on sensors, the data they capture, and their suitable applications.
A sensor is a device that detects changes in its physical environment and converts these changes into an electrical signal. This signal can then be read and interpreted by a computer.
Here's a table summarizing different types of sensors, the data they capture, and their common uses:
Sensor Type | Data Captured | Typical Uses |
---|---|---|
Temperature Sensor | Temperature (in degrees Celsius or Fahrenheit) | Thermostats, ovens, medical devices, weather stations |
Light Sensor | Light intensity (brightness) | Automatic headlights, light meters, security systems, camera exposure |
Sound Sensor (Microphone) | Sound waves (pressure variations) | Microphones for recording, voice recognition, audio input |
Pressure Sensor | Pressure (force per unit area) | Barometers, medical blood pressure monitors, tire pressure gauges |
Motion Sensor (PIR) | Movement (change in infrared radiation) | Security systems, automatic lighting, motion-activated toys |
Proximity Sensor | Distance to an object | Mobile phones (gestures), robotics, parking sensors |
Humidity Sensor | Water vapor content in the air | Weather stations, climate control systems, agricultural monitoring |
Accelerometer | Acceleration (rate of change of velocity) | Mobile phones (screen rotation), gaming, vehicle stability control |
Gyroscope | Angular velocity (rate of rotation) | Navigation systems, gaming, drone stabilization |
The electrical signals from sensors are typically analog. These signals are converted into digital data using an Analog-to-Digital Converter (ADC) before being processed by the computer. The computer then interprets this digital data to make decisions or take actions.
Output devices convert the processed data from the computer into a form that humans can understand. Common output devices include:
Choosing the right sensor depends on the specific application. Factors to consider include:
A smart thermostat uses a temperature sensor to monitor the room temperature. When the temperature falls below a set point, the thermostat activates the heating system. The thermostat also uses a display (output device) to show the current temperature and the set point.