EMBEDDED SYSTEMS
Download the Lessonotes Mobile Ghana app for faster lesson access on Android and iPhone.
Subject: Engineering
Class: SHS 1
Term: 2nd Term
Week: 17
Grade code: 1.4.2.LI.3
Strand code: 4
Sub-strand code: 2
Content standard code: 1.4.2.CS.1
Indicator code: 1.4.2.LI.3
Theme: AUTOMATION AND EMBEDDED SYSTEMS
Subtheme: EMBEDDED SYSTEMS
This page supports the lesson note with a companion video and a short classroom-ready summary.
For class groups and homework, share this lesson page so learners also get the summary, objectives, and full lesson context.
Welcome, future engineers! Look around you. Your smartphone, the digital TV in your living room, the ECG prepaid meter, and even the traffic lights in our cities all have a small, powerful "brain" inside them. These are called embedded systems. Today, we are going to learn about the fundamental design philosophy of these brains—their *architecture*. Understanding these architectures (CISC, RISC, and ARISC) is like understanding the difference between a master chef who can cook a whole complex meal from one command, and a team of specialist cooks who each do one simple thing very fast.
A. Introduction: What is a Computer Architecture?
Before we discuss CISC and RISC, we need to understand what we are talking about. Microprocessor (CPU): This is the "brain" of any computer or electronic device. It performs calculations and executes commands. Instruction: A single command that the microprocessor can understand and execute. Examples: `ADD`, `SUBTRACT`, `LOAD`, `STORE`. Instruction Set Architecture (ISA): This is the complete collection of all the instructions that a specific microprocessor can execute. It is the "vocabulary" or "language" of the processor.
Analogy: Think of a chef in a kitchen. The Chef is the Microprocessor. An Instruction is a single command you give the chef, like "Chop onions" or "Fry chicken". The Instruction Set Architecture (ISA) is the entire recipe book the chef has memorized. It contains every single command they understand.
The way this "recipe book" is designed is what leads us to different architectures. Some recipe books have very complex recipes, while others only have very simple, basic steps. B. CISC: Complex Instruction Set Computer