COMPUTER NETWORKING

NETWORK LAYER

NEXT GENERATION IP

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
what does E in hexadecimal represent in decimal?
A
11
B
15
C
16
D
14
Explanation: 

Detailed explanation-1: -Use the decimal value for each hexadecimal digit. For 0-9, it is the same, but A = 10, B = 11, C = 12, D = 13, E = 14, and F = 15.

Detailed explanation-2: -E is 14 in decimal representation and 14 is 1110 in binary representation. 9 is 9 in decimal representation and 1000 in binary. A is A in decimal and 111 in binary.

There is 1 question to complete.