Computer Science GCES AQA
-
Representing Algorithms Aqa4 主题
-
Efficiency Of Algorithms Aqa1 主题
-
Searching Algorithms Aqa3 主题
-
Sorting Algorithms Aqa3 主题
-
Data Types Aqa1 主题
-
Programming Concepts Aqa5 主题
-
Arithmetic Relational And Boolean Operations Aqa1 主题
-
Data Structures Aqa3 主题
-
String Manipulation Aqa1 主题
-
Random Number Generation Aqa1 主题
-
Structured Programming Aqa2 主题
-
Robust And Secure Programming Aqa4 主题
-
Number Bases Aqa2 主题
-
Converting Between Number Bases Aqa3 主题
-
Units Of Information Aqa9 主题
-
Hardware And Software Aqa4 主题
-
Boolean Logic Aqa3 主题
-
Programming Languages And Translators Aqa2 主题
-
Cpu Architecture Performance And Embedded Systems Aqa4 主题
-
Memory Aqa2 主题
-
Secondary Storage Aqa3 主题
-
Fundamentals Of Computer Networks Aqa8 主题
-
Fundamentals Of Cyber Security Aqa1 主题
-
Methods Of Preventing Cyber Security Threats Aqa1 主题
-
Relational Databases Aqa2 主题
-
Ethical Legal And Environmental Impacts Aqa2 主题
Embedded Systems Aqa
Exam code:8525
Embedded Systems
What is an embedded system?
-
An embedded system is a computer system with a dedicated function, inside a larger mechanical unit
-
A non-embedded system is a computer system with multiple functions, referred to a general-purpose machine
-
Examples of embedded systems include
-
Heating thermostats
-
Hospital equipment
-
Washing machines
-
Dishwashers
-
Coffee machines
-
Satellite navigation systems
-
Factory Equipment
-
Traffic lights
-

What are the properties of an embedded system?
-
An embedded system compared to a non-embedded system is typically:
-
smaller in size
-
lower power
-
lower cost
-
lower processing power
-
lower memory
-
Examiner Tips and Tricks
Always use key examples from the list above and don’t try to use different examples such as a fridge or kettle as these will not appear on mark schemes because although they have a single purpose, most fridges and kettles do not have a CPU.
Worked Example
Describe two differences between an embedded system and a non-embedded system [2]
Answer
-
embedded systems have a specific purpose while non-embedded systems are general-purpose
-
embedded systems (tend to) have smaller amounts of memory than non-embedded systems
-
embedded systems (tend to) have less processing power than non-embedded systems
-
embedded systems are built into a specific device while non-embedded systems are not
-
embedded systems (tend to) have a higher proportion of ROM than non-embedded systems
Guidance
-
can be opposites of above
Responses