Question 7.6: Converting Binary Numbers to Octal or Hexadecimal Convert 11...
Converting Binary Numbers to Octal or Hexadecimal
Convert 11110110.12 to octal and to hexadecimal.
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.
For conversion to octal, we first form three-bit groups, working outward from the binary point:
11110110.12 = 011 110 110. 100
Notice that we have appended leading and trailing zeros so that each group contains three bits. Next, we write the octal digit for each group. Thus, we have
11110110.12 = 011 110 110. 100 = 366.48
For conversion to hexadecimal, we form four-bit groups appending leading and trailing zeros as needed. Then, we convert each group to its equivalent hexadecimal integer, yielding
11110110.12 = 1111 0110. 1000 = F6.816
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.5
Verified Answer:
We simply use Table 7.1 to replace each digit by i...
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...