1.1 system architecture Flashcards

1
Q

CPU

A

The brain of the computer, that has registers, ALU and the control unit

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

Fetch-execute cycle

A

The action to retreive what to do from store, translating it and carrying it out also known as the instruction cycle

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

ALU

A

Performs calculations in the CPU

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

CU

A

translates instructions and sends signals to control how data moves

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

Cache

A

Memory that provides fast access to often used instructions and data

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

Register

A

extremely fast memory in the CPU designed to do a specific thing, where data or information is stored temporarily

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

Von Neumann architecture

A

Traditional computer architecture that forms the basis of most digital computer systems. Instructions are fetched, decoded and executed one at a time

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

MAR

A

Holds the address of data ready for use by the memory data register, or the address of an instruction passed from the program counter. Step 2 of the fetch, decode, execute cycle

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

MDR

A

Holds the data fetched from or to be written to the memory. Step 3 of the fetch, decode, execute cycle

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

program counter

A

Holds the address of the next instruction to be executed. Step 1 of the fetch, decode, execute cycle

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

accumulator

A

Holds the result of calculations

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

clock speed

A

Measured in Hertz, the clock speed is the frequency at which the internal clock generates pulses. The higher the clock rate, the faster the computer may work. The “clock” is the electronic unit that synchronizes related components by generating pulses at a constant rate

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

cache size

A

A part of the main store between the central processor and the rest of the memory. It has extremely fast access, so sections of a program and its associated data are copied there to take advantage of its short fetch cycle. The larger the size of the cache the more that can be copied and stored here without having to go back to slower main memory (RAM), this has a significant impact on the speed of processing

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

cores

A

A part of a multi-core processor. A multi-core processor is a single component with two or more independent actual CPUs, which are the units responsibly for the fetch-decode-execute cycle

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

embedded system

A

A computer which has been built to solve a very specific program and is not easily changed. For example the operating system placed inside a washing machine, microwave or set of traffic lights

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