1.1.1-2 CPU Flashcards

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

What is an Input?

A

Data that feeds to a system from an input device (keyboard, mouse, webcam)

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

Process

A

Data collected needs to be processed and actions carried out

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

Output

A

Result presented via output devices (display, speaker, printer)

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

Arithmetic logic unit (ALU)

A

Where calculations are carried out

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

Control unit

A

Controls flow of data around the system (signals sent to ALU, cache and memory registers)

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

Cache

A

Small area of very fast memory, used to store frequently used data and instructions

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

Registers

A

Quickly accessible memory location, either stores memory locations or data to be processed

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

Stored program

A

Both the computer program and the data it processes are stored in memory

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

Memory address register (MAR)

A

Location address in memory of the next piece of data or instruction that the CPU needs to be fetched or stored

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

Memory data register (MDR)

A

Instruction or piece of data fetched from memory, stored here temporarily until used.

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

Program counter

A

Continuously provides CPU with the memory address of the next instruction in the cycle to be fetched

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

Accumulator

A

Where the results of calculations carried out by the ALU are temporarily stored until they are needed

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

Bus

A

Physical pathway shared by signals to and from components of a computer system (input and output devices)

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

What is the ALU?

A

Arithmetic logic unit

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

What is the MAR?

A

Memory address register

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

What is the MDR?

A

Memory data register

17
Q

What century was the von Neumann design created?

A

1940’s

18
Q

What are the main concepts of von Neumann architecture?

A

Memory address register
Memory data register
Program counter
Accumulator
Bus