computer science - computer systems

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Get a hint
Hint

What is a computer system?

Get a hint
Hint

A system that takes inputs, processes data, and produces outputs using hardware and software.

Get a hint
Hint

What is the difference between hardware and software?

Get a hint
Hint
  • Hardware – The physical parts of a computer (e.g., CPU, RAM, SSD).

  • Software – Programs that run on a computer (e.g., OS, applications).

Card Sorting

1/24

Anonymous user
Anonymous user
flashcard set

Earn XP

Description and Tags

aqa Computer Science

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

What is a computer system?

A system that takes inputs, processes data, and produces outputs using hardware and software.

2
New cards

What is the difference between hardware and software?

  • Hardware – The physical parts of a computer (e.g., CPU, RAM, SSD).

  • Software – Programs that run on a computer (e.g., OS, applications).

3
New cards

What are the two main types of software?

  1. System Software – Controls the computer (e.g., OS, drivers, utilities).

  2. Application Software – Used by users for tasks (e.g., Word, Photoshop).

4
New cards

What is an Operating System (OS)?
A: Software that manages hardware and so

Software that manages hardware and software, providing an interface for users and applications.

5
New cards

Name four key functions of an Operating System.

  1. Memory management – Allocates RAM to programs.

  2. Process management – Runs multiple applications at once.

  3. File management – Organizes and stores files.

  4. Device management – Controls hardware like printers and keyboards.

6
New cards

What are the two main types of user interfaces?

  • CLI (Command-Line Interface) – Text-based, used by advanced users (e.g., Linux terminal).

  • GUI (Graphical User Interface) – Uses icons, windows, and menus (e.g., Windows, macOS).

7
New cards

compare CLI vs GUI

CLI is faster, but GUI is easier to use.

8
New cards

What is the difference between memory and storage?

  • Memory (RAM & Cache)Temporary, fast, used while programs run.

  • Storage (SSD, HDD)Permanent, stores files and OS.

9
New cards

What’s the difference between RAM and ROM?

  • RAM (Random Access Memory)Volatile, stores temporary data.

  • ROM (Read-Only Memory)Non-volatile, stores BIOS/Firmware.

10
New cards

compare RAM vs ROM

RAM is faster than storage but loses data when powered off.

11
New cards

What is virtual memory?

A section of the hard drive used as extra RAM when RAM is full.

12
New cards

Name three types of secondary storage.

  • HDD (Hard Disk Drive) – Cheap, slow, mechanical.

  • SSD (Solid-State Drive) – Fast, expensive, no moving parts.

  • Optical (CD/DVD) – Used for backups, slow.

13
New cards

What is cloud storage?

Data stored on remote servers, accessed via the internet (e.g., Google Drive).

14
New cards

pros and cons of cloud storage

Pros: Access from anywhere, no hardware needed.
Cons: Requires internet, security risks.

15
New cards

What is the CPU (Central Processing Unit)?

The "brain" of the computer that processes instructions.

Measured in GHz (speed) and has multiple cores for multitasking.

16
New cards

What are CPU registers?

Small, fast storage locations inside the CPU used for quick data access.

examples - Accumulator, Program Counter, MAR, MDR

17
New cards

What are the three stages of the CPU cycle

  • Fetch – Gets instruction from RAM.

  • Decode – Understands the instruction.

  • Execute – Runs the instruction.

18
New cards

Name three factors that affect CPU performance.

  • Clock speed – Higher GHz = faster.

  • Number of cores – More cores = better multitasking.

  • Cache size – More cache = faster access to frequently used data.

19
New cards

What is a virtual machine (VM)?

Software that simulates a computer inside another computer.

Used for testing software, running different OS, or cybersecurity.

20
New cards

What is emulation?

Software that imitates different hardware (e.g., playing PlayStation games on a PC).

Used in gaming, legacy software, and software testing.

21
New cards

What’s the difference between open-source and proprietary software?

  • Open-source – Free, can be modified (e.g., Linux).

  • Proprietary – Paid, owned by a company (e.g., Windows, Photoshop)

22
New cards

What is utility software?

Small programs that help maintain a computer system (e.g., antivirus, backup software).

23
New cards

What does compression software do?

Reduces file sizes to save space (e.g., ZIP, RAR).

24
New cards

What is defragmentation?

Reorganizing files on a hard drive to improve speed.

Not needed for SSDs (they don’t fragment).

25
New cards

What are the two types of backup?

  1. Full backup – Copies everything, takes time.

  2. Incremental backup – Only new/changed files, faster.