Welcome to Electronic Systems!

Ever wonder how a smart thermostat knows when to turn on the heat, or how a microwave "knows" when your popcorn is done? That is the magic of electronic systems. In this chapter, we are going to look at the "theory" behind these systems. Think of this as learning how the "brain" of a product works before you start building it in your practical lessons.

Don't worry if electronics feels like a different language right now. We’re going to break it down into simple building blocks that make sense!

1. The Systems Approach: Input, Process, and Output

Every electronic system, no matter how complex, follows a simple three-step pattern known as the Input-Process-Output (IPO) model. Understanding this is the foundation of all electronic design.

The Three Stages:

  • Input: This is how the system "senses" the world. It takes physical energy (like light, heat, or movement) and converts it into an electrical signal. Example: A motion sensor picking up movement.
  • Process: This is the "brain" of the system. It takes the signal from the input and decides what to do with it based on a set of rules. Example: A microchip deciding if the movement is big enough to trigger an alarm.
  • Output: This is the "action" part. The system converts the electrical signal back into a physical form to do work. Example: A siren making noise or a light turning on.

Quick Review: Think of a manual hand-dryer in a bathroom.
1. Input: You push the button.
2. Process: The timer circuit decides to run for 30 seconds.
3. Output: The heater and fan turn on.

2. Analogue vs. Digital Signals

Electronic systems communicate using two main types of signals. Understanding the difference is crucial for designing effective products.

Analogue Signals

An analogue signal is continuous and can have any value within a range. It is like a dimmer switch for a light—you can have it 10% bright, 10.5% bright, or 100% bright.
Analogy: A ramp. You can stand at any point on the slope.

Digital Signals

A digital signal is discrete. It only has two states: on or off (represented as \(1\) or \(0\)). Most modern computers and controllers use digital signals because they are less likely to be affected by "noise" or interference.
Analogy: A staircase. You are either on one step or the next; there is no in-between.

Key Takeaway: Analogue is "infinite variety," while Digital is "High/Low" or "On/Off."

3. Control Systems: Open-Loop vs. Closed-Loop

How a system manages its "Process" depends on whether it listens to its own results. This is the concept of feedback.

Open-Loop Systems

An open-loop system does not have feedback. It performs its task regardless of the final result.
Example: A simple toaster. You set the timer for 2 minutes. Even if the bread is already burnt after 1 minute, the toaster keeps going because it has no way to "see" the color of the toast. It just follows the time command.

Closed-Loop Systems

A closed-loop system uses feedback. It has a sensor that monitors the output and sends information back to the process to make adjustments.
Example: A central heating system. You set it to \(21^\circ C\). A thermometer (sensor) constantly checks the room temperature. If the room hits \(21^\circ C\), the system turns the heater off. If it drops to \(19^\circ C\), it turns it back on.

Did you know? Closed-loop systems are much more efficient and "smarter," but they are usually more expensive and complex to design.

4. Logic Gates: The Decision Makers

In the "Process" stage of a digital system, decisions are made using logic gates. These are tiny electronic switches that follow specific rules. For IB Design Technology, you need to understand the basic logic behind them.

The "Big Three" Logic Gates:

  • NOT Gate: The "Opposite" gate. If the input is \(1\) (ON), the output is \(0\) (OFF). If the input is \(0\), the output is \(1\).
  • AND Gate: The "Both" gate. The output is \(1\) ONLY if both Input A AND Input B are \(1\). Example: A safety cutter that only works if the user presses two separate buttons at the same time.
  • OR Gate: The "Either/Or" gate. The output is \(1\) if Input A OR Input B (or both) are \(1\). Example: A doorbell system that rings if the front door button OR the back door button is pressed.

Memory Trick:
AND needs ALL inputs to be high.
OR needs ONE (or more) inputs to be high.

5. Why Electronic Systems Matter in Design

As a designer, you aren't just making "pretty objects." You are creating interactions.
Electronic systems allow for:
1. Automation: Reducing the need for human effort (e.g., self-watering plants).
2. Safety: Adding sensors to stop machines if a hand gets too close.
3. Efficiency: Using only the energy needed (e.g., streetlights that turn off when it’s sunny).

Summary Checklist

Before moving on to the practical application in B3.4, make sure you can:
- Identify the Input, Process, and Output of a common product.
- Explain the difference between Analogue and Digital signals.
- Describe why a Closed-Loop system is often better than an Open-Loop system.
- Understand the basic "truth" of NOT, AND, and OR logic gates.

Don't worry if the logic gates feel a bit abstract! In the next section (B3.4), you’ll see how these actually get wired up into real circuits. You're doing great!