Memory organization Flashcards

(6 cards)

1
Q

von Neuman architecture

A

A typical von Neumann system has three
major components: the central processing unit (CPU), memory, and input/output
(I/O)

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

System bus

A

Most CPUs have 3 buses:

  • data bus
  • address bus
  • control bus
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Data bus

A

CPUs use the data bus to shuffle data between the various components in a
computer system.

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

Address bus

A

Answers the question “Which memory location or I/O device?”

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

Control bus

A
The control bus is an eclectic collection of signals that control how the processor communicates with the rest of the system. system uses two lines on the control bus, read and write, to determine the data
flow direction (CPU to memory, or memory to CPU)

The control bus also contains a signal that helps distinguish between
address spaces on the 80x86 family of processors. The 80x86 family, unlike
many other processors, provides two distinct address spaces: one for memory
and one for I/O.

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

Memory allocation

A

A typical CPU addresses a maximum of 2n different memory locations,
where n is the number of bits on the address bus (most computer systems
built around 80x86 family CPUs do not include the maximum addressable
amount of memory

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