Understanding system architecture & input/output devices
Grade XI โข Computer Science โฑ๏ธ ~25 minComputer 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:
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).