1,458 views

1 Answer

2 2 votes

If we see, 11 bits(0-10) are used to address in the instruction. So, main memory can be up to 211 bytes. 

This assumes byte addressing and that there is no virtual memory. 

If word addressing is used, we get 211 words = 2 * 211 = 212 bytes as each word here is 16 bits = 2 bytes.

http://www.cs.ucla.edu/classes/winter04/csM151B/l2/examples/ByteVSWordAddr.pdf

Position:
Show:

Related questions

0 0 votes
0 0 answers
486
486 views
0 0 votes
0 0 answers
569
569 views
kallu singh asked Sep 18, 2018
569 views
24. Consider the following instructions.I 1 : R 1 = 100I 2 : R 1 = R 2 + R 4I 3 : R 2 = R 4 + 25I 4 : R 4 = R 1 + R 313I 5 : R 1 = R 1 + 30Calculate sum of (WAR, RAW and ...
0 0 votes
1 1 answer
227
227 views
Vardhan_Kadali asked Jan 14
227 views
Sita can complete a work in 20 days and Gita can complete the same work in 25 days. They start the work together. After a few days, Sita leaves the work, and Gita alone f...