1. What is the primary purpose of a control system?
A) To amplify signals
B) To regulate or command the behavior of a dynamic system to achieve a desired output
C) To convert energy from one form to another
D) To store data for future use
Answer: B) Control systems are designed to manage, command, direct, or regulate the behavior
of other devices or systems to ensure outputs follow desired setpoints.
2. A system that uses feedback to compare the actual output with the desired output and
make corrections is called a:
A) Open-loop control system
B) Closed-loop control system
C) Feedforward control system
D) Manual control system
Answer: B) Closed-loop (feedback) control systems use sensors to measure the output, compare
it to the reference (setpoint), and apply corrections to minimize error.
3. Which of the following is an example of an open-loop control system?
A) A thermostat controlling a heater
B) A cruise control system in a car
C) A washing machine timer that runs a fixed cycle
D) A robotic arm with position feedback
Answer: C) An open-loop system operates without feedback. The washing machine executes its
cycle based on a timer, regardless of the actual cleanliness of the clothes.
4. What is the "plant" in a control system?
A) The sensor that measures the output
B) The system or process to be controlled (e.g., a motor, heater, or chemical reactor)
C) The controller that computes the control signal
D) The actuator that applies the control signal
Answer: B) The "plant" (or process) is the physical system whose output (e.g., temperature,
position, speed) is to be controlled.
5. What is the "actuator" in a control system?
A) The device that measures the output variable
B) The device that converts the control signal into a physical action (e.g., a motor, valve, or
heater)
C) The algorithm that computes the error
,D) The reference input to the system
Answer: B) An actuator receives the control signal and produces a physical effect on the plant,
such as moving a valve, turning a motor, or applying heat.
6. What is the "sensor" (or transducer) in a control system?
A) The device that applies the control action
B) The device that measures the output variable and converts it to a signal for feedback
C) The device that computes the control signal
D) The reference input to the system
Answer: B) A sensor monitors the actual output (e.g., temperature, speed, position) and sends a
signal back to the controller for comparison with the setpoint.
7. The difference between the setpoint (desired value) and the measured process variable is
called the:
A) Disturbance
B) Error signal
C) Control signal
D) Output signal
Answer: B) The error signal (e) is calculated as Setpoint – Process Variable. The controller acts to
reduce this error to zero.
8. In a closed-loop control system, the controller's output is based on:
A) The setpoint only
B) The error signal only
C) The output only
D) The disturbance only
Answer: B) The controller computes its output based on the error (the difference between the
setpoint and the measured output). This is the essence of feedback control.
9. What is a "disturbance" in a control system?
A) An unwanted change in the system’s environment that affects the output
B) The setpoint of the system
C) The measured output of the system
D) The actuator’s response
Answer: A) Disturbances are external factors (e.g., load changes, temperature variations, noise)
that can negatively impact the system’s performance.
10. What is the function of a "controller" in a control system?
A) To measure the output of the plant
B) To apply physical force to the plant
, C) To compute the control signal based on the error to drive the plant to the desired output
D) To provide the setpoint to the system
Answer: C) The controller processes the error signal and generates a control signal (e.g.,
voltage, pressure) to manipulate the actuator and reduce the error.
11. A "PID controller" uses three control terms. What does PID stand for?
A) Power, Input, Derivative
B) Proportional, Integral, Derivative
C) Phase, Impedance, Damping
D) Position, Inertia, Drag
Answer: B) The PID controller is the most common industrial controller. It combines
Proportional (present error), Integral (past error accumulation), and Derivative (future error
prediction) actions to improve response.
12. The "Proportional" term in a PID controller responds to:
A) The rate of change of the error
B) The accumulated past error
C) The present magnitude of the error
D) The future predicted error
Answer: C) The Proportional gain (Kp) multiplies the current error. A larger Kp results in a
stronger corrective action but can cause overshoot.
13. The "Integral" term in a PID controller is used to:
A) Reduce overshoot
B) Eliminate steady-state error
C) Increase the speed of response
D) Reduce the effect of disturbances
Answer: B) The Integral term (Ki) accumulates past errors over time. It ensures that even small
persistent errors are eventually corrected, eliminating offset.
14. The "Derivative" term in a PID controller is used to:
A) Eliminate steady-state error
B) Improve transient response by anticipating future error (damping)
C) Increase the system's gain
D) Reduce noise sensitivity
Answer: B) The Derivative term (Kd) predicts the future error based on its rate of change. It
provides a damping effect, reducing overshoot and settling time.
15. Which of the following is a disadvantage of derivative control?
A) It cannot eliminate steady-state error