Computer Science, asked by rggkima, 2 months ago

If a memory has 512 location the address ranges from?

Answers

Answered by yashkm111204
2

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.

Explanation:

hope this will help you plz mark as Brainliest answers

Answered by jyotijindal24
3

Answer:

0 to N-1

in your case n is 512 hence the address ranges from.0 to 511

Similar questions