333 views
0 votes
0 votes
A computer employs RAM chips of 256 bytes and ROM chips of 1024 bytes . If the computer system needs 1 KB of RAM and 1 KB of ROM . then how many address lines are required to access the memory ?

My work : num of rams needed of 256 byte = 1024 / 256 =4 num of rom chip required = 1024 / 1024 =1 so total address lines are 4 * log 256 + log 1024 ( i take base of 2) = 4 * 8+ 10 =42 .Is it right approach ?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
chirudeepnamini asked Jan 28, 2019
467 views
Consider a disk containing 10 equidistance tracks, the inner track capacity is 20 MB and diameter is 1 cm;
1 votes
1 votes
1 answer
2
1 votes
1 votes
0 answers
3
2 votes
2 votes
3 answers
4
Na462 asked Jan 21, 2019
695 views
CPU can leave current instruction execution, without completing it for :Service of interruptDMABothNeither