- Each wire of the
address bus can
convey (= transfer) 1 bit of the
address
Therefore:
- An address bus that contains
n wires can
convey n bits
|
- Each memory byte is
identified by
a unique memory address !!!
So:
- A address bus that consists of
8 wires (= bits), can
convey
28 (= 256) different addresses
- A address bus that consists of
16 wires (= bits), can
convey
216 (= 64K) different addresses
- The Apple II PC has
a 16 bit address bus and
has maximum 64 K byte RAM memory
Wikipedia:
click here
|
- A address bus that consists of
24 wires (= bits), can
convey
224 (= 16M) different addresses
- A address bus that consists of
32 wires (= bits), can
convey
232 (= 4G) different addresses
- If your PC has 8 G byte memory, then
your PC has an address bus that
contain at least
33 wires (bits) because
233 =
8,589,934,592 (~= 8 × 109
= 8 G byte)
|
- And so on
|
|