logistic_guy
Full Member
- Joined
- Apr 17, 2024
- Messages
- 424
here is the question
What memory address (\(\displaystyle 0\) through \(\displaystyle 256\)) is represented by each of the following hexadecimal numbers?
(a) \(\displaystyle 0C_{16}\)
(b) \(\displaystyle 5E_{16}\)
(c) \(\displaystyle DF_{16}\)
my attemb
hexadecimal number don't use digits after \(\displaystyle 9\), it use letters from \(\displaystyle A\) to \(\displaystyle F\)
\(\displaystyle A = 10\)
\(\displaystyle B = 11\)
\(\displaystyle C = 12\)
\(\displaystyle D = 13\)
\(\displaystyle E = 14\)
\(\displaystyle F = 15\)
so
\(\displaystyle 0C_{16} = 0 + 12 = 12\)
\(\displaystyle 5E_{16} = 5 + 14 = 19\)
\(\displaystyle DF_{16} = 13 + 15 = 28\)
is my solution correct?
What memory address (\(\displaystyle 0\) through \(\displaystyle 256\)) is represented by each of the following hexadecimal numbers?
(a) \(\displaystyle 0C_{16}\)
(b) \(\displaystyle 5E_{16}\)
(c) \(\displaystyle DF_{16}\)
my attemb
hexadecimal number don't use digits after \(\displaystyle 9\), it use letters from \(\displaystyle A\) to \(\displaystyle F\)
\(\displaystyle A = 10\)
\(\displaystyle B = 11\)
\(\displaystyle C = 12\)
\(\displaystyle D = 13\)
\(\displaystyle E = 14\)
\(\displaystyle F = 15\)
so
\(\displaystyle 0C_{16} = 0 + 12 = 12\)
\(\displaystyle 5E_{16} = 5 + 14 = 19\)
\(\displaystyle DF_{16} = 13 + 15 = 28\)
is my solution correct?