2014-08-08 2 views
0

Я учусь на экзамен, и я немного потерял на этот вопросRAM и адресации памяти

A computer system has a RAM containing 64k bytes, each of which needs its own distinct 
address. Moreover it has 4 peripherals and they each require 2^4 distinct addresses 
in order to interface properly. 

a) How many distinct addresses in total are necessary in this system? Write the total 
    number. 

на этот вопрос я получил 65600

b) Place the number of addresses just computer between the appropriate poweres of two 
    in the expression on the left, by writing the correct exponent.(example: if your 
    answer is 18 you would put 2^<18<2^5.) 

это один я имел 2^16 2^17

c)How many lines does an address bus for this system rquire, given that it must 
    be able to carry all the needed values for the address? 

и я потерял по этому вопросу.

Любая помощь очень ценится, я надеюсь, что разместил ее с правильным тегом.

ответ

1

Для c) вы можете просто написать 17. Из б) вы знаете, что адрес требует строго более 16 бит и менее 17 бит. Таким образом, очевидно, что 16 адресных строк недостаточно, а 17 - это минимум, который может содержать все значения адреса (хотя он может представлять больше адресных значений, чем вам нужно).

Смежные вопросы