0% found this document useful (0 votes)
3 views17 pages

Control Systems Overview and Quiz

The document provides an overview of control systems, including definitions, types (continuous and discrete), features, and requirements for effective operation. It explains the differences between open-loop and closed-loop systems, feedback types, and introduces PID controllers along with tuning methods. Additionally, it includes multiple-choice questions to assess understanding of control systems concepts.

Uploaded by

totingkyla
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views17 pages

Control Systems Overview and Quiz

The document provides an overview of control systems, including definitions, types (continuous and discrete), features, and requirements for effective operation. It explains the differences between open-loop and closed-loop systems, feedback types, and introduces PID controllers along with tuning methods. Additionally, it includes multiple-choice questions to assess understanding of control systems concepts.

Uploaded by

totingkyla
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

NOTES

1. What is a Control System?

A control system processes inputs to produce desired outputs. It’s used to maintain, regulate,
or control a system’s behavior.

2. Block Diagram Concept

Every control system can be shown as a block:

• Input → Block (System) → Output

• Input affects the system, system processes it, and output is produced.

3. Types of Electronic Systems

• Continuous System: Input signals are continuous (e.g., room temperature recorded over
time).

• Discrete System: Input signals are at specific time intervals (e.g., temperature at 1 PM, 2
PM, etc.).

4. Features of Control Systems

• Linear: Input and output are directly proportional.

• Non-linear: Input and output are not directly proportional.

5. Requirements of a Good Control System

1. Sensitivity: Responds to environmental changes.

2. Accuracy: Low error in measurement.

3. Stability: Output returns to zero when input is zero.

4. Noise: Should handle unwanted signals.

5. Speed: Time taken for output to become stable.


6. Bandwidth: Range of frequencies the system can handle.

7. Oscillation: Too much fluctuation reduces stability.

6. Control System Types

• Manual: Controlled by a person (e.g., turning on an AC).

• Automatic: System activates on its own (e.g., AC with timer or thermostat).

7. Open Loop System

• No feedback from output to input.

• Cannot correct itself if errors happen.

Examples:

• Clothes drier

• Washing machine

• Electric bulb

• Bread toaster

• Traffic lights

Pros:

• Simple, cheap, easy to maintain


Cons:

• Not accurate, can’t adjust to changes

8. Closed Loop System (Feedback System)

• Uses feedback to adjust input based on output.

• More accurate and stable.

Examples:

• Electric iron (auto temp)


• Water level controller

• Servo voltage stabilizer

• Automatic air conditioner

• Motor speed controller

9. Feedback Types

• Positive Feedback: Boosts the input, used in timing/oscillators.

• Negative Feedback: Reduces error, stabilizes system (most common).

10. Closed Loop Applications

• Torque control: In e-bikes and cars.

• Current limit control: Stops motor overload.

• Speed control: Maintains desired speed using sensors.

11. PID Controller (Proportional-Integral-Derivative)

Used to maintain a process at a desired set point.

• P (Proportional): Corrects based on current error.

• I (Integral): Corrects based on past error.

• D (Derivative): Corrects based on rate of change (future prediction).

They work together to reduce error fast and accurately.

12. PID Tuning Methods

A. Trial and Error Method

1. Set I and D to zero.

2. Increase P until the system starts oscillating.

3. Set I to reduce steady-state error.


4. Set D to reduce overshoot.

B. Ziegler-Nichols Method

• Two types:

o Step Response (First Method): Use the S-shaped response curve to calculate
tuning parameters.

o Sustained Oscillation (Second Method): Increase P until constant oscillation


appears (critical gain), then use a table to set P, I, D.

Great! Here's a 20-question MCQ quiz based on your lecture notes. Each question may have 1
or more correct answers. After the questions, you’ll find the answer key with explanations.

20-Question MCQ Quiz – Control Systems

1. Which of the following are types of control systems?

A. Manual control system


B. Automatic control system
C. Hybrid control system
D. Open loop system

Manual, automatic, and open loop are types. No "hybrid" type in this lesson.

2. What are the components of a basic control system block diagram?

A. Input
B. Amplifier
C. System block
D. Output

Basic block diagram has input, process (block), and output.

3. Which of the following describe a continuous system?


A. Signal values are defined at every instant
B. Temperature recorded every second
C. Temperature taken only at 1 PM, 2 PM, 3 PM
D. Analog signal behavior

Continuous means uninterrupted analog signal.

4. What are features of a good control system?

A. High sensitivity
B. Low stability
C. High speed
D. Large bandwidth

A good system is sensitive, fast, and has high bandwidth. Stability must be high, not low.

5. Which of the following are disadvantages of open-loop systems?

A. Simple to construct
B. Cannot handle disturbances
C. No feedback mechanism
D. Expensive to maintain

Open-loop systems cannot correct errors and lack feedback.

6. Which applications use open-loop control?

A. Bread toaster
B. Electric bulb
C. Air conditioner with thermostat
D. Traffic light timer

These don't adjust based on output.

7. Closed-loop systems use feedback to:


A. Increase complexity
B. Improve accuracy
C. Correct errors
D. Save energy

Feedback helps improve accuracy and correct errors.

8. Which are examples of closed-loop control systems?

A. Electric hand drier


B. Servo voltage stabilizer
C. Motor speed controller
D. Bread toaster

Stabilizers and speed controllers use sensors for feedback.

9. In closed-loop systems, which components provide feedback?

A. Set point
B. Sensor
C. Amplifier
D. Controller

Sensors sense, controllers adjust.

10. What are advantages of closed-loop systems?

A. Less accurate
B. Auto error correction
C. High noise immunity
D. Inexpensive to design

Closed-loop = accurate and noise-resistant. But not cheap or simple.

11. Which are types of feedback in control systems?

A. Neutral feedback
B. Negative feedback
C. Oscillatory feedback
D. Positive feedback

Only positive and negative types covered.

12. Which is true about positive feedback?

A. Used in oscillators
B. Reduces system stability
C. Used in amplifiers
D. Helps in fast switching

Positive feedback speeds switching but reduces stability.

13. Negative feedback helps in:

A. Increasing system gain


B. Reducing error
C. Improving stability
D. Causing instability

Negative feedback reduces error and improves stability.

14. What is controlled in closed-loop torque control?

A. Speed of wheels
B. Torque applied by motor
C. Battery voltage
D. Temperature of motor

Torque feedback is used to match desired torque.

15. What happens in current limit control?

A. Controller increases current


B. System gets damaged
C. Current is reduced to safe level
D. Feedback loop deactivates once safe current is restored
Sensor reduces and restores safe current flow.

16. What are the three parts of a PID controller?

A. Pressure
B. Proportional
C. Integral
D. Derivative

PID = Proportional, Integral, Derivative.

17. What does the Proportional term do in PID?

A. Responds to rate of change


B. Responds to accumulated error
C. Responds to present error
D. Outputs based on gain × error

P responds to present error using gain × error.

18. Which statement is true about the Integral action?

A. Helps remove steady-state error


B. Reacts based on system speed
C. Considers error over time
D. Cannot be used with proportional control

I-action integrates error over time to remove offset.

19. Which describe the Derivative action in PID?

A. Reacts based on future predictions


B. Reacts to rate of change of error
C. Helps reduce overshoot
D. Often used alone in control systems

D-action reacts to how fast error is changing; helps dampen overshoot.


20. What happens in trial-and-error PID tuning?

A. Set I and D to 0 initially


B. Increase P gain until system oscillates
C. Add D to remove error completely
D. Set I to reduce steady-state error

I and D are set to 0, P increased to oscillate, then tune I and D.

Sure, Khim! Here's another set of 20 MCQs—this time, each question is immediately followed
by the correct answer(s) and a brief explanation. These are based on your Control Systems
lecture notes.

20 More MCQ Questions – With Answers Below

1. Which of the following is an example of a discrete system?

A. Room temperature recorded continuously


B. Measuring voltage using an analog meter
C. Taking temperature readings every hour
D. ECG waveform display

Correct Answer: C
Explanation: Discrete systems use data sampled at specific intervals.

2. Which are the main disadvantages of closed-loop systems?

A. Complex design
B. Low accuracy
C. Expensive
D. High maintenance

Correct Answers: A, C, D
Explanation: Closed-loop systems are accurate, but complex and costly.

3. What is the function of the controller in a feedback control system?


A. Generates noise
B. Adjusts manipulating variable
C. Measures process variable
D. Amplifies feedback signal

Correct Answer: B
Explanation: The controller adjusts the manipulating variable to reduce error.

4. Which of the following are control system key terms?

A. Process variable
B. Controller
C. Stabilizer
D. Final control element

Correct Answers: A, B, D
Explanation: Stabilizer is not a general key term, but a specific application.

5. In an open-loop system, the output:

A. Affects the input


B. Is unaffected by feedback
C. Is corrected automatically
D. Depends only on current input

Correct Answers: B, D
Explanation: Open-loop systems do not use feedback.

6. What is sensitivity in a control system?

A. Response to noise
B. Response to environmental changes
C. Response to signal delay
D. Response to feedback

Correct Answer: B
Explanation: Sensitivity is how the system responds to changes in surroundings.
7. What is noise in control systems?

A. A helpful signal
B. Desired signal component
C. Unwanted disturbance
D. Feedback signal

Correct Answer: C
Explanation: Noise is any unwanted signal affecting system performance.

8. In PID, the integral action helps:

A. Reduce present error


B. Eliminate steady-state error
C. Increase overshoot
D. Act on rate of change

Correct Answer: B
Explanation: Integral action eliminates long-term (steady-state) error.

9. Which devices use positive feedback?

A. Oscillators
B. Thermostats
C. Timers
D. Bread toasters

Correct Answers: A, C
Explanation: Positive feedback is used for timing and oscillation circuits.

10. What causes instability in closed-loop systems?

A. Feedback delay
B. High noise
C. Improper gain settings
D. Manual control

Correct Answers: A, B, C
Explanation: Delay and excessive gain or noise can destabilize the system.
11. The Proportional (P) term is calculated using:

A. Error squared
B. Rate of change of error
C. Present error × gain
D. Accumulated error over time

Correct Answer: C
Explanation: P = Gain × Present Error

12. Bread toaster operates as a:

A. Closed-loop system
B. Open-loop system
C. Digital control system
D. Self-tuning system

Correct Answer: B
Explanation: It runs based on preset time, regardless of toasting result.

13. What is the main role of sensors in feedback systems?

A. Create set point


B. Provide process variable readings
C. Control manipulating variable
D. Act as output devices

Correct Answer: B
Explanation: Sensors measure actual output (process variable) for comparison.

14. What is the process variable in a motor speed controller?

A. Voltage
B. Torque
C. Speed
D. Feedback loop
Correct Answer: C
Explanation: The speed is what the system tries to control and maintain.

15. Which term describes how fast a system output stabilizes?

A. Stability
B. Bandwidth
C. Speed
D. Accuracy

Correct Answer: C
Explanation: Speed is how quickly output reaches steady state.

16. Which of the following is a final control element?

A. Sensor
B. Control valve
C. Amplifier
D. Set point

Correct Answer: B
Explanation: The control valve adjusts the process physically.

17. In the Ziegler-Nichols tuning method (Second), what is the first step?

A. Set I and D to initial values


B. Increase I gain until stable
C. Find critical gain via oscillation
D. Draw s-curve tangent

Correct Answer: C
Explanation: Second method requires causing sustained oscillations using P gain.

18. What happens if derivative gain is too high?

A. No effect
B. System becomes more accurate
C. Causes excessive correction
D. Can introduce instability

Correct Answers: C, D
Explanation: High D gain can react too aggressively to small error changes.

19. Air conditioners with thermostats are examples of:

A. Open-loop systems
B. Closed-loop systems
C. Manual systems
D. Non-linear systems

Correct Answer: B
Explanation: They use feedback to maintain room temperature.

20. What is bandwidth in control systems?

A. Total current capacity


B. Range of frequencies system can handle
C. Time delay of signal
D. Sensitivity margin

Correct Answer: B
Explanation: Bandwidth defines the frequency range the system can operate over.

Absolutely, Khim! Here's another 10 MCQ questions—each followed by the correct answer(s)
and a short explanation. Based on your control systems lecture.

10 More MCQ Questions – With Answers Below

1. What is the main function of a PID controller?

A. To amplify the feedback


B. To calculate process variable
C. To maintain output at set point
D. To adjust output based on error

Correct Answers: C, D
Explanation: PID controllers regulate output by correcting errors between set point and
process variable.

2. Which actions are combined in a full PID control?

A. Proportional
B. Linear
C. Derivative
D. Integral

Correct Answers: A, C, D
Explanation: PID = Proportional, Integral, and Derivative actions combined.

3. Which of the following devices use negative feedback?

A. Oscillators
B. Motor speed regulators
C. Water level controllers
D. Bread toasters

Correct Answers: B, C
Explanation: Negative feedback stabilizes the system, common in regulators and controllers.

4. What does derivative control respond to?

A. Constant error
B. Accumulated error
C. Rate of error change
D. Signal distortion

Correct Answer: C
Explanation: Derivative action predicts future errors by checking how fast the error is changing.

5. In trial-and-error tuning, which step comes first?


A. Increase integral gain
B. Increase P until oscillation
C. Set D to max
D. Add bias signal

Correct Answer: B
Explanation: Start by setting I and D to zero, then increase P until oscillation begins.

6. What are the outputs of a proportional controller based on?

A. Derivative of error
B. Product of error and gain
C. Accumulated process value
D. Noise level

Correct Answer: B
Explanation: Proportional output = Gain × Error.

7. What are common problems in open-loop systems?

A. Over-reliance on feedback
B. Sensitivity to disturbances
C. Inability to correct errors
D. Complex configuration

Correct Answers: B, C
Explanation: Open-loop systems lack feedback and can’t self-correct.

8. What does a final control element do?

A. Senses temperature
B. Modifies process variable directly
C. Stores the reference signal
D. Processes error signals

Correct Answer: B
Explanation: It's the part that physically changes the process, like a valve or heater.
9. A system that records pressure every 5 seconds is:

A. Continuous
B. Linear
C. Discrete
D. Oscillatory

Correct Answer: C
Explanation: Discrete systems measure at specific time intervals.

10. Which are requirements of a good control system?

A. Stability
B. Noise sensitivity
C. Speed
D. Accuracy

Correct Answers: A, C, D
Explanation: Good systems must be accurate, stable, and fast—low sensitivity to noise is
preferred.

You might also like