IT 231: IT and Application
By the end of this introductory chapter, you will be able to:
This unit takes us inside the computer case to explore the fundamental hardware that powers everything you do.
CPU (Central Processing Unit)
Memory (RAM, Cache, Storage)
Interconnections (Motherboard, Buses)
Definition: The CPU is the primary component of a computer that executes instructions. It performs most of the processing inside the computer.
Not all memory is created equal. Computers use a memory hierarchy to balance speed, cost, and capacity.
🎯 The Trade-off: The faster the memory, the more expensive and smaller it is. The slower the memory, the cheaper and larger it is.
A pyramid model helps visualize the speed vs. size trade-off.
CPU Registers & Cache
Instantly accessible by the CPU. Holds data being actively processed.
Main Memory (RAM)
The computer's "working memory". Holds active programs and data. Volatile (loses data on power off).
Secondary Storage
Hard Drives (HDD), SSDs. Permanent storage for files and OS. Non-volatile.
Definition: The motherboard is the main printed circuit board (PCB) that connects all the hardware components of a computer together.
🔍 Analogy: If the CPU is the brain, the motherboard is the central nervous system, allowing communication between the brain, memory, and all other body parts (peripherals).
How do the components talk to each other on the motherboard?
A fast CPU is useless if the bus connecting it to RAM is slow. It creates a bottleneck!
Scenario: A university student needs a laptop for coding, research, and presentations.
Priority 1: Storage ⚡
An SSD is non-negotiable. The speed boost for booting up, opening apps, and compiling code is massive. Even a smaller 256GB SSD is better than a large 1TB HDD for performance.
Priority 2: Memory 📚
Aim for at least 8GB of RAM. This allows for smooth multitasking between a web browser (with many tabs), a code editor, and other applications.
Priority 3: CPU 🧠
A modern mid-range CPU (like an Intel Core i5 or AMD Ryzen 5) is more than enough. The performance gains from an SSD and sufficient RAM will be more noticeable for daily tasks.
Any questions about the core components?
Next Up: Unit 3.2 - A Deeper Dive into the CPU