Understanding system architecture & input/output devices
Grade XI โข Computer Scienceโฑ๏ธ ~25 min
Brief Intro โ Computer Organization & I/O
A computer system is a complex orchestra of hardware components, from the "brain" of the CPU to the memory that stores your data and the devices that let you interact with the digital world. Understanding how these parts are organized is key to understanding how technology works.
In this activity, you'll explore CPU architecture, the instruction cycle, and the variety of input/output devices and system buses that make computing possible.
๐ฏ Objectives What you will learn
Distinguish computer architecture from computer organization.
Describe the functions of CPU, Control Unit, ALU, and registers.
Explain the instruction cycle (Fetch โ Decode โ Execute).
Identify various I/O devices and storage types (primary vs secondary).
Understand the role of system buses (data, address, control).
๐ง Overview System architecture & I/O
Computer Architecture refers to the design and structure of the computer system as seen by the programmer (instruction set, addressing modes, data types). Computer Organization deals with how the hardware components are implemented and interconnected.
The CPU (Central Processing Unit) consists of three main units:
ALU โ performs arithmetic and logical operations
Control Unit โ coordinates and controls the execution of instructions
Registers โ high-speed temporary storage inside the CPU
The Instruction Cycle follows: Fetch โ Decode โ Execute.
System Bus is a set of parallel wires connecting major components. It includes Data Bus (carries data), Address Bus (carries memory addresses), and Control Bus (carries control signals).
๐ Part 1 CPU architecture & organization
The Central Processing Unit (CPU) uses its internal components โ the ALU, Control Unit, and Registers โ to execute instructions with incredible speed.