AQA GCSE Computer Science : Systems Architecture

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

Hardware

The physical elements of a computer system

<p>The physical elements of a computer system</p>
2
New cards

Embedded system

A system developed for a single, or set purpose. E.g. A washing machine, microwave, digital watch

3
New cards

General Purpose System

A computer system that can change its purpose by adding more software

4
New cards

Volatile Memory

Memory which is only saved whilst the power is on. E.g. RAM

5
New cards

Non-Volatile Memory

Memory which is saved even when the power is switched off. Eg. ROM

6
New cards

ROM

Non Volatile. Small area of memory which holds the boot up program.

<p>Non Volatile. Small area of memory which holds the boot up program.</p>
7
New cards

RAM

Volatile memory. Very fast. Holds the currently running programs & files.

<p>Volatile memory. Very fast. Holds the currently running programs &amp; files.</p>
8
New cards

Device Driver

A program stored on the hard drive that tells the computer how to communicate with a hardware device such as a printer, mouse, or keyboard.

<p>A program stored on the hard drive that tells the computer how to communicate with a hardware device such as a printer, mouse, or keyboard.</p>
9
New cards

Scheduler

System software which establishes the order in which instructions are executed by the processor

10
New cards

Address Bus

A physical wire which transmits memory addresses between the CPU and the RAM

<p>A physical wire which transmits memory addresses between the CPU and the RAM</p>
11
New cards

Von Neumann architecture

Instructions (programs) and data are stored in the same memory.

12
New cards

Bus

A collection of parallel wires which transmits data between components

<p>A collection of parallel wires which transmits data between components</p>
13
New cards

Fetch

Fetches the next instruction and data into the CPU from main memory.

14
New cards

Decode

Decodes the instruction so it can carry it out

15
New cards

Execute

Carries out the instruction

16
New cards

CPU

Central Processing Unit. Responsible for all of a computers processing.

17
New cards

Control Unit

Part of the CPU responsible for coordinating and controlling all computer operations

18
New cards

ALU

Arithmetic and Logic Unit. Carries out arithmetic operations (+, -, *, /) and Logic operations - comparing two pieces of data (e.g. is A

<p>Arithmetic and Logic Unit. Carries out arithmetic operations (+, -, *, /) and Logic operations - comparing two pieces of data (e.g. is A</p>
19
New cards

System clock

controls the timing of all computer operations - measured in GHz (3 GHz == 3 billion cycles per second)

20
New cards

System performance

CPU performance affected by clock speed, number of cores, cache size

21
New cards

Number of cores

The number of processors linked together on a single chip. Dual core - 2 / Quad core - 4 cores

22
New cards

Cache

Superfast memory in the CPU used to store common instructions / data

23
New cards

Clock speed

Cycles per second - measured in Hertz.

24
New cards

Virtual memory

When RAM is full the operating system uses storage on the hard disk drive as an extension to RAM. Very slow to read / write data.