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