DATA REPRESENTATION AND NUMBER SYSTEMS
BINARY OCTAL DECIMAL AND HEXADECIMAL NUMBER SYSTEMS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Convert the Hex number 1F to binary .
|
0011 1111
|
|
0000 1111
|
|
0001 0111
|
|
0001 1111
|
Explanation:
Detailed explanation-1: -Split the hex number into individual values. Convert each hex value into its decimal equivalent. Next, convert each decimal digit into binary, making sure to write four digits for each value. Combine all four digits to make one binary number.
There is 1 question to complete.