Computer Science, asked by Hados6855, 1 year ago

Algorithm to calculate number of address bits needed for memory

Answers

Answered by rjgolu
2
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 ...
Similar questions