system architecture Flashcards

1
Q

processor

A

A machine that processes something . The brains of the computer, carry’s out instructions, speed is measured in hertz

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

MHz

A

Megahertz measures clock speed, 1 million instructions a second

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

GHz

A

Gigahertz a measure of frequency equivalent to one the sand million (one billion) cycles per second

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

hertz

A

Number of cycles per seconds

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

instructions

A

An action of introducing something

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

execute

A

Carry out an instruction

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

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

clock speed

A

The speed the processor carry’s out instructions

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 RAM (random access memory)

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

core

A

Part of the processor that executes instructions, dual core can do twice as many instructions where as a quad core can do 4 times

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

Von Neumann Architecture

A

Is the computer hardware when program instructions and data are held in the same memory whereas Harvard architecture has separate memory for instructions and another one for data

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

pc

A

program counter – holds the address of the next instruction to be fetched

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

MAR

A

memory address register – holds the address of the location in the main memory that is to be fetched or written to

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

MDR

A

memory data register – holds data fetched from memory or about to be written to memory

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

CIR

A

current instruction register – holds the instruction that has been fetched from memory and is decoded and instruction is split into a op cord (operation to be preformed) and the operand ( data to preform the operation on)

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

ALU

A

arithmetic + logic unit – preform arithmetic ( + - ) and preforms logic ( and, or)

17
Q

Accumulator

A

holds the result of a calculation and a value that has been input

18
Q

Address bus

A

carries the address from the MAR to the main memory

19
Q

data bus

A

his carries data/instructions from main memory to the MDR or from the MDR to the main memory

20
Q

Control bus

A

this carries data/instructions from main memory to the MDR or from the MDR to the main memory

21
Q

RAM

A

random access memory is a form of computer data storage that stores data and machine code currently being used. RAM is volatile which means the contents are lost when power is removed.

22
Q

ROM

A

Read only memory is a type of non- volatile memory used in computers and other electronic devices. ROM is non-volatile which means the contents are saved. The main use of ROM is to hold the “boot up” or “start up” instructions.