1.1 System Architecture Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

CPU

A

Responsible for carrying out all the instructions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Number of institutions that can be performed in 1 second

A

GHz

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

CU

A

Control unit

  • decides which instruction to carry out and fetches it and executes it
  • executes instructions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ALU

A

Performs calculation, makes logical decisions. Gateway between CPU and rest of computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Register contains…

A
PC
MDR
MAR
CIR
ACC
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Fetch- Decode- Execute cycle

A

How the CPU processes all of the data and institutions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Cache

A
  • Very fast memory within the CPU
  • Slower than register but faster than RAM
  • Stores data and instructions that are used regularly so CPU can access it quickly
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Three main factors that effect the performance of the CPU

A
  1. Clock speed
  2. Number of cores
  3. Cache size
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

1 hertz = __ pulses per second

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

1 Megahertz=____pulses per second

A

1000,000

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Dangers of over clocking include

A
  • data can get corrupted

- overheating

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How many processing units can a CPU contain ?

A
  • One or more (dual core, quad core)

- Each unit is called a core

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does a core contain

A

ALU, control unit and registers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What happens if a computer has too little RAM?

A

It may run slowly due to having to use virtual memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does having lots of RAM allow you to do?

A

-You will be able to run more programs at the same time and also run more memory intensive programs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

GPU

A
  • Graphics processing unit

- Specialises in processing graphics and images

17
Q

The 2 parts of a computer instruction

A

Opcode- operation that needs to be performed

Address (location) in memory the data for the instruction can be found

18
Q

What does each instruction go through

A

Fetch, decode and execute

19
Q

Registers

A

small areas of memory

20
Q

PC

A

Program counter

21
Q

MAR

A

Memory address register

22
Q

MDR

A

Memory data register

23
Q

ACC

A

Accumulator

24
Q

CIR

A

Current instruction register