computer architecture Flashcards

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

state the name of the famous computer architecture system

A

von neumann architecture

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

what do buses do

A

they move data around the computer and send out control signals to synchronize internal operation

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

name three types of buses

A

address bus, data bus, control bus

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

what do the address buses do

A

they carry signals relating to the address between the processor and memory

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

what is the direction of address bus

A

uni-directional (operating in a single direction)

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

what do the data buses do

A

they send data between the processor, memory unit and the input/output devices

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

what is the direction of data bus

A

bi-directional (operating in both direction)

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

what do the control buses do

A

they carry signals relating to control and coordination of all activities within the computer

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

what is the direction of control bus

A

uni-directional

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

what are registers

A

high-speed storage areas within the computer
they are needed so that data can be manipulated within the computer
all data must be represented in a register before it can be processed

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

name five types of registers

A
memory address register (MAR)
memory data register (MDR)
program counter (PC)
current instruction register (CIR)
accumulator (ACC)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is the memory unit made out of

A

address and contents

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

what will each address in memory unit identify

A

it will uniquely identify each location within the memory map

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

what does the control unit do

A

it controls the operation of the memory,processor, input/output devices

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

what does the control unit do with the instruction that it reads

A

it interprets them and sends out signals along the control bus to synchronize all computer components

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

what does the arithmetic logic unit (ALU) do

A

carries out calculations
carries out logic operation
holds values during calculations in the accumulator

17
Q

state the 7 steps in the fetch-execute cycle

A

1- PC contains the address of the next instruction to be fetched
2- the address is copied from the PC to MAR via the address bus
3- the instruction at the memory address in MAR is copied into MDR
4- the instruction in MDR is copied into CIR
5- value in PC is then incremented by 1 so that it points to the next instruction to be fetched
6- address of instruction is placed in MAR
7- instruction is decoded and then executed

18
Q

what was the main idea of von neumann architecture

A

to hold programs and data in a memory to make the data move between the memory unit and the processor

19
Q

what is an address

A

location of where data can be found within the computer memory

20
Q

which registers do the control unit contain?

A

CIR (contains the current instruction during processing) and PC (contains the address of the next instruction to be executed)