CSS Optional — Paper-II, Computer Organization & Architecture

1. Definition

A computer system is defined functionally as an interconnected set of hardware units that together perform four operations on data: processing, storing, moving, and controlling it.

2. Classification — The Four Basic Functions (Stallings)

3. Classification — The Four Structural Components

4. The Stored-Program Concept

🗺️ Architecture Diagram — Structural View

graph LR
    CPU["CPU<br>ALU + CU + Registers"] <--> BUS["System Bus<br>Address / Data / Control"]
    MEM["Main Memory<br>Instructions + Data"] <--> BUS
    IO["I/O Devices"] <--> BUS

🎯 CSS Exam Angle

Frequently opens Section-A as a short, definitional question. Examiners test whether you can distinguish the four functions with an example device for each, and whether you can draw the four-block structural diagram from memory.