Phase 2-Technical Description

This document explains selected computer hardware components, focusing on their physical characteristics and functional roles within a computer system.

Central Processing Unit:

i. Description:
The CPU is often referred to as the “brain” of the computer. It is a small, square-shaped chip made of silicon and mounted on the motherboard. The CPU contains millions (or billions) of microscopic transistors that perform calculations and logic operations. Modern CPUs come in different sizes, typically measuring around 1.5 inches by 1.5 inches, and are protected by a metallic or ceramic casing.

ii. Function:
The CPU executes instructions from software programs by performing arithmetic, logic, control, and input/output (I/O) operations. It consists of the Arithmetic Logic Unit (ALU) for calculations, the Control Unit (CU) for managing data flow, and registers for temporary data storage. It communicates with memory and storage devices to process and execute commands efficiently.

Explanation:

The Central Processing Unit (CPU) is the main component of a computer that performs all processing and calculations. It executes instructions, manages data flow between memory and other devices, and controls the overall operation of the system. 

Memory (RAM – Random Access Memory)

i. Description:
RAM consists of small rectangular modules made of semiconductor chips and is installed on the motherboard in dedicated slots. Each RAM stick typically ranges from 4 GB to 32 GB in capacity. It is volatile memory, meaning data is lost when power is turned off.

ii. Function:
RAM temporarily stores data and instructions that the CPU needs while performing tasks. It allows fast read and write operations, enabling quick access to active programs and files. The more RAM a computer has, the more applications it can run simultaneously without slowing down.

Explanation:

RAM (Random Access Memory) is the temporary storage of a computer that holds data and instructions currently in use. It allows the CPU to access information quickly for faster processing.

Storage Device (Hard Disk Drive or Solid-State Drive)

i. Description:
A storage device holds all permanent data, such as the operating system, software applications, and user files. Hard Disk Drives (HDDs) are made of magnetic platters enclosed in a metal case, while Solid-State Drives (SSDs) use flash memory chips without moving parts. SSDs are smaller, lighter, and faster than HDDs.

ii. Function:
The storage device provides long-term data storage and retrieval. It communicates with the CPU and memory to save or load data as needed. SSDs significantly improve boot times and application loading speeds compared to traditional HDDs.

Explanation:

It stores the operating system, software, and user data permanently. HDDs use spinning magnetic disks, while SSDs use fast flash memory chips for quicker data access. It retains information even when the computer is turned off.

Motherboard

i. Description:
The motherboard is a large, flat printed circuit board (PCB) made of fiberglass or composite epoxy. It serves as the main platform that connects all computer components. It has sockets, slots, and connectors for the CPU, memory, storage devices, and peripheral components.

ii. Function:
The motherboard provides electrical connections and communication pathways between components. It distributes power from the power supply, enables data transfer through buses, and contains the BIOS/UEFI firmware that initializes hardware during startup.

Explanation:

It is the main circuit board that connects all computer components like the CPU, RAM, and storage. It allows communication between parts and distributes power throughout the system, acting as the backbone of the computer.