Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

24 bit-address in hex

How many hex digits does a 24-bit memory address have?

like image 352
node ninja Avatar asked Dec 07 '22 22:12

node ninja


1 Answers

One hex digit corresponds to 4 binary digits(bits)

for 24 bits, there are 3 bytes(8bits) which makes 6 hex digits.

like image 154
user623879 Avatar answered Jan 17 '23 18:01

user623879