Basic computer concepts
1. Components of a Computer
CPU (Central Processing Unit):
• What it is: The CPU, or processor, is the main unit in a computer that performs most
of the processing inside a computer. It executes instructions from software,
coordinating with other hardware components to carry out tasks.
• Uses: Executes logical and arithmetic operations, controls input/output operations,
and processes instructions from software programs.
• Example: The Intel Core i9-13900K is a high-performance CPU used in desktops for
gaming and professional tasks due to its high clock speed and many cores.
• Where it's located: On the motherboard in a dedicated CPU socket.
RAM (Random Access Memory):
• What it is: RAM is a type of computer memory that can be accessed randomly. It
temporarily holds data that is being processed by the CPU, allowing quick access to
active data.
• Uses: Supports multitasking by allowing programs and data to be accessed quickly.
More RAM enables smoother performance when running multiple applications
simultaneously.
• Example: Corsair Vengeance LPX 16GB DDR4 RAM is used in gaming PCs to support
the fast performance needed for modern games and multitasking.
• Where it's located: In slots on the motherboard.
Storage Devices:
• What they are: Storage devices are used to retain digital data for long-term use.
• Uses: Store the operating system, applications, files, and other data permanently or
temporarily.
• Examples:
o HDD (Hard Disk Drive): Seagate Barracuda 2TB HDD. It uses spinning disks to
read and write data and is cost-effective for large storage.
o SSD (Solid-State Drive): Samsung 970 EVO 1TB NVMe SSD. It is faster and
more durable than HDDs due to the absence of moving parts.
• Where they are located: Connected to the motherboard via SATA or NVMe
interfaces.
Motherboard:
• What it is: The motherboard is the primary circuit board that connects all the
computer’s components and allows them to communicate.
• Uses: Provides power and data pathways to the CPU, RAM, storage devices, and
other peripherals.
• Example: ASUS ROG Strix Z790-E Gaming WiFi supports advanced CPUs and multiple
RAM slots, making it suitable for high-end gaming PCs.
• Where it is located: Inside the computer case, acting as the backbone of the system.
Power Supply Unit (PSU):
• What it is: The PSU converts electrical power from a wall outlet into usable power for
the computer's components.
• Uses: Provides the necessary voltage and current for the CPU, GPU, storage, and
other internal components.
• Example: Corsair RM850x PSU, which supplies 850 watts of power, suitable for high-
performance computers.
• Where it is located: Inside the computer case, typically at the bottom or top of the
chassis.
2. Operating Systems (OS)
What it is: An OS is system software that manages computer hardware and software
resources and provides services for computer programs.
Uses:
• User Interface: Provides a way for users to interact with the computer.
• Resource Management: Allocates CPU time, memory, and other resources.
• File System Management: Organizes and manages data storage.
• Security: Manages user permissions and protects against unauthorized access.
Examples:
• Windows: Known for its compatibility with most software and user-friendly interface.
• Linux: Open-source, highly customizable, commonly used in servers and for
development.
• macOS: Exclusive to Apple products, known for a secure and sleek user experience.
Where it is located: Installed on the computer’s primary storage device (e.g., SSD, HDD).
3. File Systems and Directory Structures
File Systems:
• What they are: Methods for storing and organizing computer files on storage
devices.
• Uses: Determine how data is read and written on the disk, manage file allocation,
and handle file permissions.
• Examples:
o NTFS (Windows): Supports large files and provides features like file
compression and encryption.
o EXT4 (Linux): Common for data-centric applications due to its stability and
efficiency.
o APFS (macOS): Optimized for SSDs, with features like encryption and fast file
access.
Directory Structures:
• What they are: Hierarchies that organize files and folders on a storage device.
• Uses: Help users and programs locate files efficiently.
• Examples:
o In Windows: C:\Users\Username\Documents\[Link].
o In Linux: /home/username/Documents/[Link].
4. Software vs. Hardware Differences
Hardware:
• What it is: Physical components of a computer that you can touch.
• Uses: Executes and interacts with the software to perform tasks.
• Examples:
o Keyboard: Used for inputting text and commands.
o Monitor: Outputs visual data for the user to see.
Software:
• What it is: A collection of programs that instructs the hardware on how to perform
tasks.
• Uses: Allows users to interact with the computer and accomplish various functions
(e.g., word processing, web browsing).
• Examples:
o System Software: Windows 11, Linux Kernel.
o Application Software: Microsoft Word, Google Chrome.
5. Common Computer Peripherals
Input Devices:
• What they are: Devices that allow users to enter data and commands into the
computer.
• Examples:
o Keyboard: For typing text and entering commands.
o Mouse: For pointing and clicking to navigate on the screen.
Output Devices:
• What they are: Devices that display or produce data from the computer.
• Examples:
o Monitor: Displays video output.
o Printer: Converts digital documents into physical copies.
Storage Devices:
• What they are: External devices used to store data.
• Examples:
o USB Drive: For portable data transfer.
o External SSD: For backing up data and expanding storage.
6. Basic Troubleshooting Techniques
Rebooting:
• Use: Clears the system memory, resets software, and solves minor performance
issues.
• Example: Restarting a computer to solve a sluggish system or app crash.
Checking Connections:
• Use: Ensures all cables and connections are secure to avoid connectivity issues.
• Example: Confirming the HDMI cable is properly connected between the monitor
and GPU.
Task Manager/Activity Monitor:
• Use: Helps identify and end unresponsive applications.
• Example: Pressing Ctrl + Shift + Esc in Windows to open Task Manager and terminate
a frozen browser tab.
Device Manager:
• Use: To manage hardware devices and update drivers.
• Example: In Windows, if a printer is not detected, open Device Manager to check for
issues and update the driver.
Updating Software:
• Use: Ensures the system and applications are secure and running efficiently.
• Example: Running Windows Update to patch vulnerabilities and improve system
performance.