COMPUTER FUNDAMENTALS

DATA REPRESENTATION AND NUMBER SYSTEMS

BINARY OCTAL DECIMAL AND HEXADECIMAL NUMBER SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of these are hexadecimal digits?
A
F
B
G
C
6
D
0
E
H
Explanation: 

Detailed explanation-1: -The word “Hexadecimal” means sixteen because this type of digital numbering system uses 16 different digits from 0-to-9, and A-to-F.

Detailed explanation-2: -The prefix 0x is used in code to indicate that the number is being written in hex. But what is ‘B’ doing in there? The hexadecimal format has a base of 16, which means that each digit can represent up to 16 different values. Unfortunately, we run out of numerical digits after ‘9, ‘ so we start using letters.

There is 1 question to complete.