1.1 systems architecture key words Flashcards

1
Q

processor

A

a machine that processes data and it is the brains of the computer

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

MHz

A

a unit of frequency equal to one million hertz per second

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

GHz

A

a measure of frequency equal to one cycle per second

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

hertz

A

the SI unit of frequency equal to one cycle per second

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

instruction

A

a code in a program witch defines and carries out an operation

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

execute

A

carry out an instruction or program

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

embedded system

A

a computer within another device a calculator a dishwasher burglar alarm usually dedicated alarm

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

clock speed

A

speed the processor carry’s out

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

cache

A

very fast memory between the processor and the RAM main memory use instruction

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

core

A

core is the part of the processor that execute instructions dual core means two core means that you cant do two diffrent instructions instructions quad core can do four

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

von neumann architecture

A

The computer hard wear when program instructions and data are held in the same memory where as Harvard architecture has separate memory for the data and memory

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

MAR

A

Memory address register holds an a dress of main memory that to be fetched or written to

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

MDR

A

Memory data register holds data from memory or about to be written

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

Program Counter

A

Holds address of the next instruction to be fetched

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

Accumulator

A

Holds the result of a calculation and value that is being input

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

ALU

A

Arithmetic and logic unit preform arithmetic like calculations and preforming logic (and or and not)

17
Q

CU

A

Holds the instruction just from memory and its been decoded an instruction is split into an op code (an operation to be preformed) and operand (the data preform on)

18
Q

busses

A

Address bus carry’s the address from the MAR to main memory data bus this carry’s data/instructions from main memory to MDR. control bus send a read or write signal depending ether it need to fetch something from memory