What is an embedded system?
A computer system designed to perform one dedicated function.
Where is an embedded system usually found?
Built into a larger device.
Give examples of devices that use embedded systems.
Cars, washing machines, security systems, lighting systems, vending machines.
How is an embedded system different from a general-purpose computer?
An embedded system performs one specific task, while a general-purpose computer performs many tasks.
What is a microcontroller?
A single chip containing CPU, RAM, ROM, and peripherals.
What is a microprocessor?
A single chip that contains only the CPU.
Why is a microcontroller suitable for embedded systems?
Because all required components are on one chip, reducing size and cost.
What are the two main ways input is provided to an embedded system?
Manually by the user or automatically via sensors.
What type of data can sensors provide?
Analogue or digital data.
What happens after an embedded system processes input?
It sends output signals to control components.
Why are embedded systems optimised by engineers?
To reduce size, cost, and power consumption.
What is the difference between programmable and non-programmable embedded systems?
Programmable systems can be updated; non-programmable systems must be replaced
Give two ways embedded systems can be updated.
Via computer connection or automatic updates using Wi-Fi/satellite/mobile networks
How can embedded systems be controlled remotely?
Using internet-enabled devices like smartphones or computers.
Why are PCs and laptops not embedded systems?
Because they are multi-functional and not dedicated to one task.
State three benefits of embedded systems.
Small size, low cost, low power consumption
State three drawbacks of embedded systems.
Difficult upgrades, specialist troubleshooting, vulnerable to cyber attacks.