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 DA to binary.
|
1100 1010
|
|
1101 1011
|
|
1101 1010
|
|
1101 1110
|
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.