Algorithm to calculate number of address bits needed for memory
Answers
Answered by
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
Math,
7 months ago