Computer Science, asked by Jenengapik9262, 1 year ago

A certain small computer has a 4k ram and a 12k rom. The number of locations in memory are available both for introducing and rrertriving data

Answers

Answered by shubham9155
0

Answer:

You need log2(n) bits to address n bytes. For example, you can store 256 different values in an 8 bit number, so 8 bits can address 256 bytes. 210 = 1024, so you need 10 bits to address every byte in a kilobyte.

Similar questions