Computer Science AS CIE
-
data-representation as5 主题
-
multimedia as3 主题
-
compression as2 主题
-
networks-and-the-internet as11 主题
-
computers-and-components as5 主题
-
logic-gates-and-logic-circuits as2 主题
-
central-processing-unit-cpu-architecture as6 主题
-
assembly-language- as4 主题
-
bit-manipulation as1 主题
-
operating-systems as3 主题
-
language-translators as2 主题
-
data-security as3 主题
-
data-integrity as1 主题
-
ethics-and-ownership as3 主题
-
database-concepts as3 主题
-
database-management-systems-dbms- as1 主题
-
data-definition-language-ddl-and-data-manipulation-language-dml as1 主题
-
computational-thinking-skills as1 主题
-
algorithms as4 主题
-
data-types-and-records as2 主题
-
arrays as2 主题
-
files as1 主题
-
introduction-to-abstract-data-types-adt as1 主题
-
programming-basics as1 主题
-
constructs as2 主题
-
structured-programming as1 主题
-
program-development-life-cycle as1 主题
-
program-design- as2 主题
-
program-testing-and-maintenance as3 主题
embedded-systems- as
Exam code:9618
Embedded systems
What is an embedded system?
-
An embedded system is a computer system which is used to perform a dedicated function, inside a larger mechanical unit
-
Examples of embedded systems include
-
Heating thermostats
-
Hospital equipment
-
Washing machines
-
Dishwashers
-
Coffee machines
-
Satellite navigation systems
-
Factory equipment
-
Security systems
-
Traffic lights
-

Benefits and drawbacks of embedded systems
|
Benefits |
Drawbacks |
|---|---|
|
Small and compact – easy to fit into dedicated devices |
Limited functionality – only performs specific tasks |
|
Low power consumption – efficient and cost-effective |
Hard to upgrade or repair – often built into the device |
|
Fast and reliable – designed for quick, repetitive tasks |
Limited memory and processing power |
|
Cheaper to produce – uses minimal hardware |
Not flexible – can’t easily be reprogrammed for other tasks |
|
Works in real-time – ideal for time-sensitive operations (e.g. alarms) |
May be less secure – limited protection if connected to other systems |
Worked Example
A car has several features. One feature is a lane detection system. This system monitors the lines on either side of the lane. If the car gets too close to one line, the system automatically moves the car away from the line.
Explain why the lane detection system is an example of an embedded system. [2]
Answer
-
The lane detection system is built into / integrated into the car [1 mark]
-
The lane detection system only performs one task [1 mark]
-
The lane detection system is not easily changed/updated by the car owner [1 mark]
Responses