Question 7.5: Converting Octal and Hexadecimal Numbers to Binary Convert t...
Converting Octal and Hexadecimal Numbers to Binary
Convert the numbers 317.28 and F3A.216 to binary.
The blue check mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.
Learn more on how we answer questions.
We simply use Table 7.1 to replace each digit by its binary equivalent. Thus, we have
317.28 = 011 001 111. 0102 = 011001111.0102
and
F3A.216 = 1111 0011 1010. 0010 = 111100111010.00102
Table 7.1. Symbols for Octal and Hexadecimal Numbers and Their Binary Equivalents
Octal | Hexadecimal | ||
0 | 000 | 0 | 0000 |
1 | 001 | 1 | 0001 |
2 | 010 | 2 | 0010 |
3 | 011 | 3 | 0011 |
4 | 100 | 4 | 0100 |
5 | 101 | 5 | 0101 |
6 | 110 | 6 | 0110 |
7 | 111 | 7 | 0111 |
8 | 1000 | ||
9 | 1001 | ||
A | 1010 | ||
B | 1011 | ||
C | 1100 | ||
D | 1101 | ||
E | 1110 | ||
F | 1111 |
Related Answered Questions
Question: 7.12
Verified Answer:
The Karnaugh map for E is shown in Figure 7.32. Th...
Question: 7.11
Verified Answer:
First, we construct the Karnaugh map. Because ther...
Question: 7.10
Verified Answer:
First, we translate the description of the desired...
Question: 7.9
Verified Answer:
First, we replace each variable by its inverse, re...
Question: 7.8
Verified Answer:
The truth table listing all possible combinations ...
Question: 7.7
Verified Answer:
First, we convert 2910 and 2710 to binary form. Th...
Question: 7.6
Verified Answer:
For conversion to octal, we first form three-bit g...
Question: 7.4
Verified Answer:
See Figure 7.7.
Question: 7.3
Verified Answer:
From Examples 7.1 and 7.2, we have
34310 = 1010101...
Question: 7.2
Verified Answer:
The conversion is illustrated in Figure 7.5. The f...