Here is the block diagram of a computer explained
Main Blocks of a Computer
A basic block diagram of a computer consists of four main units:
Input Unit
Devices like keyboard, mouse, scanner, microphone, etc.
It takes data/commands from the user and converts them into a form (binary) the computer can understand, then sends it to the memory.
Memory Unit
Primary Memory (RAM): Temporary storage for running programs and data.
Secondary Memory (HDD, SSD, pendrive, etc.): Permanent storage for files, OS, and applications.
CPU (Central Processing Unit)
This is the “brain” of the computer and has two parts:ALU (Arithmetic Logic Unit): Performs calculations (+, −, ×, ÷) and logical operations (comparisons, decisions).
Control Unit (CU): Controls all other units, fetches instructions, and manages timing and data flow.
Output Unit
Devices like monitor, printer, speakers, etc.
They show or give the processed result to the user.
Simple Data Flow (How to Draw the Diagram)
Draw the blocks in this order and connect them with arrows (→):
Input → Memory
Memory ↔ CPU (ALU + CU)
CPU → Memory (intermediate/final results)
Memory → Output
This simple layout clearly shows how data moves inside a computer



Comments
Post a Comment