Von Neumann Architecture Flashcards

1
Q

ALU

A

Given x and y, calculates
> x+y
>x-y
>x+1
>x-1
>NOTx, xANDy, xORy, xXORy
Operation selected by sending ALU a binary code
Can also receive 1+ status codes
Output is result of calculation and 1+ status codes

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

CU

A

Directs operations of components on computer
Receives instructions from memory, interprets it and sends appropriate signals to other computer components

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

CPU

A

Holds addresses of instructions to be run when computer boots up
Keeps track of next instruction to be executed by program
Has memory caches with frequently used instructions and data

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

Processors

A

Word size= #of bits that can represent an instruction= memory address length
32 or 64 bit standard
32 can store 4GB of ram
64 theoretically stores 18 exabytes
Some supercomputers store 1 petabyte

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