Lesson 1: Introduction to Computer

Video tutorial

Choose your preferred explanation language

English audio selectedHD lesson Β· Captions available
Module 1 β€’ Lesson 1

Introduction to Computer & System Architecture

⏱️ Duration: 14 Hours β€’ 🎯 Points: 15 β€’ πŸ”“ Free Preview

1. What is a Computer?

A Computer is an electronic device that accepts raw data as input, processes it according to stored instructions, and produces meaningful information as output (Input-Process-Output Model).

Input DevicesKeyboard, MouseCentral Processing Unit (CPU)ALUArithmetic/LogicControl UnitCU SignalMemory Unit (Registers / Cache)Output DevicesMonitor, Printer

Figure 1.1: Functional Architecture of a Computer System (IPO Model)

Key Components of CPU:

  • ALU (Arithmetic Logic Unit): Performs mathematical calculations (+, -, *, /) and logical comparisons (>, <, ==).
  • CU (Control Unit): Acts as the brain coordinator. It fetches instructions from memory and directs data flow.
  • MU (Memory Unit): High-speed registers and cache inside the CPU for temporary processing.

2. Memory Hierarchy & Comparison

Memory TypeVolatilitySpeedStorage CapacityExample
RAM (Random Access Memory)Volatile (Lost on Power Off)Very Fast4GB - 64GBDDR4 / DDR5 RAM
ROM (Read Only Memory)Non-Volatile (Permanent)Fast4MB - 16MBBIOS / UEFI Chip
HDD (Hard Disk Drive)Non-VolatileModerate500GB - 4TBSATA HDD
SSD (Solid State Drive)Non-VolatileUltra Fast256GB - 2TBNVMe M.2 SSD

πŸ› οΈ Lab Practical Exercise

  1. Identify physical components of the computer system (Cabinet, Monitor, Keyboard, Mouse, SMPS).
  2. Check system RAM and Processor specifications in Windows using Win + Pause/Break or Settings > System > About.
  3. Perform safe system boot and graceful shutdown procedure.