Computer Fundamentals
Computer basics & hardware, memory & storage, and operating systems.
Computer Basics and Hardware
The parts of a computer and how it processes information.
Definition: A computer is an electronic device that accepts data (input), processes it, stores it, and produces information (output).
Core Parts
- CPU (Central Processing Unit) — the "brain"; has the ALU (arithmetic & logic) and Control Unit.
- Input devices — keyboard, mouse, scanner.
- Output devices — monitor, printer, speakers.
- Storage — hard disk, SSD, pen drive.
Hardware vs Software
- Hardware — the physical parts you can touch.
- Software — the programs and instructions (system and application software).
Real-world example: When you type a document, the keyboard is input, the CPU processes it, the screen is output, and the disk stores the file.
Example 1. The "brain" of the computer is the:
- CPU (Central Processing Unit).
Example 2. Which of these is an input device: monitor, printer, keyboard, speaker?
- Keyboard.
Example 3. The ALU inside the CPU performs:
- Arithmetic and logical operations.
- CPU = ALU (arithmetic/logic) + Control Unit; it's the 'brain'.
- Input: keyboard, mouse, scanner. Output: monitor, printer, speaker.
- Hardware = physical; software = programs.
Calling the monitor an input device — it is an output device.
Memory and Storage
Primary vs secondary memory and units of storage.
Definition: Memory holds data and instructions. It is divided into primary (main) memory and secondary (storage) memory.
Primary Memory
- RAM (Random Access Memory) — temporary, volatile (lost when power is off); holds currently-running programs.
- ROM (Read Only Memory) — permanent, non-volatile; stores start-up instructions.
Secondary Storage
Hard disk, SSD, pen drive, CD/DVD — permanent, larger, slower than RAM.
Units (smallest → largest)
Bit → Byte → KB → MB → GB → TB. 1 Byte = 8 bits; each next unit is ×1024.
Real-world example: Closing a program without saving loses unsaved work because it lived in volatile RAM, not on the disk.
Example 1. Which memory is volatile (erased when power is off)?
- RAM.
Example 2. How many bits are in one byte?
- 8 bits.
Example 3. Arrange from smallest to largest: GB, KB, MB, TB.
- KB < MB < GB < TB.
- RAM = volatile (lost on power-off); ROM = non-volatile (permanent).
- 1 byte = 8 bits; units ×1024: Bit < Byte < KB < MB < GB < TB.
- Secondary storage (HDD/SSD/pen drive) is permanent and larger than RAM.
Thinking RAM stores data permanently — RAM is temporary; only ROM/secondary storage persist.
Operating System and Windows
What an OS does and basic Windows operations.
Definition: An operating system (OS) is system software that manages the computer's hardware and software and provides an interface for the user.
What an OS Does
- Manages memory, processes, files and devices.
- Provides the user interface (desktop, windows, icons).
- Examples: Windows, macOS, Linux, Android.
Windows Basics
- Windows Explorer / File Explorer — manages files and folders.
- Keyboard shortcuts: Ctrl+C copy, Ctrl+V paste, Ctrl+X cut, Ctrl+Z undo, Ctrl+S save.
- The Recycle Bin temporarily holds deleted files.
Real-world example: When you copy a file with Ctrl+C and paste it elsewhere, the OS is managing that file operation for you.
Example 1. Which is an operating system: MS Word, Windows, Chrome, Excel?
- Windows.
Example 2. The shortcut Ctrl+Z is used to:
- Undo the last action.
Example 3. Deleted files in Windows are first moved to the:
- Recycle Bin.
- OS examples: Windows, macOS, Linux, Android; it manages hardware & software.
- Shortcuts: Ctrl+C copy, Ctrl+V paste, Ctrl+X cut, Ctrl+Z undo, Ctrl+S save.
- Deleted files go to the Recycle Bin first.
Calling Chrome/Word an operating system — those are applications; Windows is the OS.