asked 197k views
0 votes
Susan is a programmer and uses the hexadecimal number system to represent instructions. Which letters of the alphabet do you think Susan uses to represent the numbers 10 to 15 in this number system?

asked
User Kugg
by
8.3k points

1 Answer

5 votes
Hexadecimal is a base 16 counting system.
1 through 9 is represented by the existing numbers.
A = 10
B = 11
C = 12
D = 13
E = 14
F = 15


answered
User Mikesl
by
9.0k points