question 13 1 pts decimal and binary values can also be represented by hex characters. what are the valid…

question 13 1 pts decimal and binary values can also be represented by hex characters. what are the valid hex characters? 0-9, a-f 0-10, a-f 0-16 0-9, a-g
Answer
Answer:
A. 0-9, A-F
Brief Explanations:
Hexadecimal is base - 16 number system. It uses digits 0 - 9 and letters A - F (where A = 10, B = 11, C = 12, D = 13, E = 14, F = 15) to represent values.