Computer Science, asked by abhinayaabhi1110, 1 year ago

If the size of the mar is 20 bits, it can address __________________ unique memory locations

Answers

Answered by harshkandpal
0

Explanation:

The signed range of integer values that can be stored in 16 bits is −32,768 (−1 × 215) through 32,767 (215 − 1); the unsigned range is 0 through 65,535 (216 − 1). Since 216 is 65,536, a processor with 16-bit memory addresses can directly access 64 KB (65,536 bytes) of byte-addressable memory.


harshkandpal: plz mark me as brainliest
Similar questions