| Feature | Monitoring System | Control System |
|---|---|---|
| Primary Goal | Data collection and observation | Maintaining a specific state or process |
| Action | Passive (No change to environment) | Active (Interacts with environment) |
| Components | Sensors and Processor | Sensors, Processor, and Actuators |
| Feedback | Not required for operation | Essential for self-regulation |
| Example | Digital weather logger | Automated climate control |
Identify the Output: When determining if a scenario describes monitoring or control, look for an actuator. If the system only 'alerts' or 'logs', it is monitoring; if it 'turns on a motor' or 'opens a valve', it is control.
Sensor Selection: Always match the sensor to the physical property. Use an Infra-red sensor for motion/heat detection, a pH sensor for chemical acidity, and a Proximity sensor for distance in robotics.
Feedback Logic: In exam answers, explain the loop clearly: Sensor reads data Processor compares to set point Actuator adjusts environment Sensor reads new data.