Know and understand characteristics of analogue and digital data

1. Types and Components of Computer Systems

1.1 Types of Computer Systems

Computers can be grouped by size and power:

  • Microcomputers – the PCs and laptops you use. Small, affordable, and great for everyday tasks.
  • Minicomputers – larger than microcomputers, used in small businesses or labs. Think of a mid‑size workstation.
  • Mainframes – huge machines that run critical services for banks, airlines, and governments.
  • Supercomputers – the fastest on Earth, used for weather forecasting, space research, and complex simulations.

📚 Analogy: If a microcomputer is a single‑person bike, a mainframe is a massive train, and a supercomputer is a rocket ship.

1.2 Components of a Computer System

Every computer has several key parts that work together:

Component Function Example
CPU (Central Processing Unit) The brain – performs calculations and runs programs. Intel Core i7, AMD Ryzen 5
RAM (Random‑Access Memory) Short‑term memory – holds data the CPU needs right now. 8 GB DDR4
Storage (HDD/SSD) Long‑term memory – keeps your files even when the power is off. 512 GB SSD, 2 TB HDD
Motherboard The main circuit board that connects all components. ASUS Prime B550‑M
Power Supply Unit (PSU) Provides electrical power to all parts. 650 W 80 + Gold
Input Devices Allow users to give commands. Keyboard, Mouse, Touchscreen
Output Devices Show results of computer processes. Monitor, Printer, Speakers

🧠 Remember: The CPU does the thinking, RAM is the short‑term workspace, and storage is the long‑term filing cabinet.

1.3 Analogue vs Digital Data

Data is the information your computer processes. It can be analogue or digital:

  • Analogue Data – continuous signals that can take any value within a range. Think of a radio signal or a temperature reading from a thermometer.
  • Digital Data – discrete values, usually represented as 0s and 1s (binary). This is how computers store and process information.

📊 Key Characteristics

  1. Analogue data is continuous; digital data is discrete.
  2. Analogue signals can be affected by noise (e.g., static on a phone line). Digital signals are more robust because they can be regenerated.
  3. Digital data can be compressed and encrypted easily, making it ideal for computers.

🔢 Binary Example

In binary, the decimal number 13 is written as $1101_2$.

📚 Analogy: Analogue is like a continuous line on a graph, while digital is like stepping stones – you can only stand on the stones, not in between.

Exam Tip

When answering questions about analogue vs digital:

  • Define each term clearly.
  • List at least two characteristics for each.
  • Give a real‑world example (e.g., a radio for analogue, a computer file for digital).
  • Use the word binary when discussing digital data.

📝 Practice: Convert the decimal number 27 to binary: $11011_2$.

Revision

Log in to practice.

3 views 0 suggestions