computer architecture - How many memory addresses are there in 32k byte RAM? -
i'm aware 32k = 32 * 2^10
equals **32768 memory addresses**
. byte throwing me off here. indicate width of addressable memory?
how byte come play here? indicate byte addressable? if word addressable slash available memory locations half? replies in advance
there 2 things in computer architecture: 1:address bus(n-bit processor) 2:memory,
here, address bus defines number of addresses in system, suppose if have 16 bit processor, means may have 2^16 address space, , if have 32k byte ram, represents memory of system.
now, how these 32k memory represented in 2^16 address space different , how memory accessed based on type of addressing, whether byte addressable or word addressable.
Comments
Post a Comment