Skip to content
Educator
GCSE Computer Science

Computer Systems

147 questions15 subtopicsAQAOCREdexcelEduqas
Practise all 147 questions free →

What's covered

Logic Circuits and Truth Tables12
Secondary Storage — Magnetic, Optical, Solid State12
Main Memory — RAM and ROM11
Boolean Logic — AND, OR, NOT Gates10
CPU Components — ALU, Control Unit, Registers10
Factors Affecting CPU Performance — Clock Speed, Cores, Cache10
Operating Systems — Roles and Purposes10
The Fetch-Execute Cycle10
Translators — Compilers and Interpreters10
Assemblers and Assembly Language9
Hardware vs Software9
Systems Architecture — Von Neumann9
Utility Software9
Classification of Programming Languages — High and Low Level8
Software Classification — System and Application8

Key facts

1

Assemblers and Assembly Language

A program written in one CPU's assembly language is tied to that CPU architecture and won't run on a different one without being rewritten.

2

Boolean Logic — AND, OR, NOT Gates

For inputs A=1 and B=0, A AND B = 0.

3

CPU Components — ALU, Control Unit, Registers

The accumulator (ACC) is the register that holds the data the ALU is currently working on and the result of the most recent ALU operation.

4

Classification of Programming Languages — High and Low Level

Assembly language is a low-level language — its instructions are mnemonics for the instruction set of one specific CPU architecture.

5

Factors Affecting CPU Performance — Clock Speed, Cores, Cache

Adding cores does not always double performance because many programs cannot fully exploit parallel execution (Amdahl's law).

6

Hardware vs Software

The CPU is a hardware component (a physical silicon chip), not software.

7

Logic Circuits and Truth Tables

For Q = A AND (NOT B): with A=1, B=1, NOT B = 0, so Q = 1 AND 0 = 0.

8

Main Memory — RAM and ROM

Most computers need both: ROM holds the boot code so the machine can start up; RAM holds the running programs once the OS has loaded.

9

Operating Systems — Roles and Purposes

The OS manages files so users and applications can organise, store, and retrieve data using human-readable names rather than raw disk addresses.

10

Secondary Storage — Magnetic, Optical, Solid State

A CD-ROM is optical (read by a laser), not magnetic storage.

Sample questions

A taste of the 147 questions in this topic, answers marked. Sign up to practise the full set with spaced repetition.

1Assemblers and Assembly Language

What does an assembler do?

  • •Converts machine code into human-readable source code
  • •Links compiled object files into an executable program
  • ✓Translates assembly into machine code
  • •Translates high-level code into assembly language
2Boolean Logic — AND, OR, NOT Gates

How many inputs does a NOT gate have?

  • ✓Exactly one input
  • •Exactly two inputs
  • •Two or more inputs
  • •Up to four inputs
3CPU Components — ALU, Control Unit, Registers

What does ALU stand for?

  • •Accumulator logic unit
  • •Advanced logic unit
  • •Arithmetic load unit
  • ✓Arithmetic logic unit
4Classification of Programming Languages — High and Low Level

Which is an example of a high-level language?

  • •Assembly language tied to a specific CPU
  • •Machine code made of binary instructions
  • •Microcode hidden deep inside a processor
  • ✓Python using readable English-like keywords
5Factors Affecting CPU Performance — Clock Speed, Cores, Cache

Name three factors that affect CPU performance.

  • •Cache size, GPU cores, power supply wattage
  • ✓Clock speed, cores, cache size
  • •Clock speed, RAM capacity, screen resolution
  • •Cores, storage type, operating system version
6Hardware vs Software

What is the key difference between hardware and software?

  • •Hardware can be updated remotely; software cannot be changed once installed
  • •Hardware is written by programmers; software is built in factories
  • •Hardware works only on desktops; software works only on mobile devices
  • ✓Hardware: physical components; software: instructions that run on hardware

Try it for four weeks. Free.

One school. Unlimited classes. No card limit. No teacher limit. If your students aren't practising daily by the end of the trial, you owe us nothing.

More GCSE Computer Science topics

📖 All GCSE Computer Science key terms & vocabulary →