Question III.8: (a) Perform the following conversions. 1. 38F 16 to octal 2....
(a) Perform the following conversions.
- 38F_{16} to octal
- 153_{8} to binary
- 456_{10} to hexadecimal
- 1001 0111_{2} in to decimal
(b) Draw the logic circuit for the following Boolean expression expressed in two forms. Also write the truth table.
Y=\overline{A} \overline{C}+ B \overline{C} (i)
Y=\overline{C}(\overline{A}+B) (ii)
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.
(a) 1. Writing the binary equivalent of each hexdigit of 38F_{16}, we get 0011 1000 1111. We get 001 110 001 111 after arranging this in groups of 3 bits. Writing the octal digit for each group, we get the desired octal number, i.e. 1617_{8}.
- Writing the binary equivalent for each octal digit of 153_{8}, we get 001 101 011, which is the answer.
- Succesive division of 456 by 16 gives:
Divisor | Number | Remainder |
16 | 456 | |
16 | 28 | 8 |
16 | 1 | C |
16 | 0 | 1 |
The answer is 1C8. |
- By providing the weightage of each bit, we get the following:
= 1 × 128 + 0 × 64 + 0 × 32 + 1 × 16 + 0 × 8 + 1 × 4 + 1 × 2 + 1 × 1
= 128 + 0 + 0 + 16 + 0 + 4 + 2 + 1
= 151
(b) The logic circuits are shown in Figures 31 and 32 and the truth table is provided in Table 2.
Form (i)
Form (ii)
Table 2 Truth Table | ||||||||
Input Variables | Form 1 Intermediate Variables |
Form 1 Output | Form 2 Intermediate Variables |
Form 2 Output | ||||
A | B | C | A′·C′ | B·C′ | Y = A′·C′ + B·C′ | \underline{A^{\prime}+B} | \underline{C^{\prime}} | \underline{Y=C^{\prime} .\left(A^{\prime}+B\right)} |
0 | 0 | 0 | 1 | 0 | 1 | \underline{1} | \underline{1} | \underline{1} |
0 | 0 | 1 | 0 | 0 | 0 | \underline{1} | \underline{0} | \underline{0} |
0 | 1 | 0 | 1 | 1 | 1 | \underline{1} | \underline{1} | \underline{1} |
0 | 1 | 1 | 0 | 0 | 0 | \underline{1} | \underline{0} | \underline{0} |
1 | 0 | 0 | 0 | 0 | 0 | \underline{0} | \underline{1} | \underline{0} |
1 | 0 | 1 | 0 | 0 | 0 | \underline{0} | \underline{0} | \underline{0} |
1 | 1 | 0 | 0 | 1 | 1 | \underline{1} | \underline{1} | \underline{1} |
1 | 1 | 1 | 0 | 0 | 0 | \underline{1} | \underline{0} | \underline{0} |


Related Answered Questions
Question: III.7
Verified Answer:
(a) 573_{8}=5 \times 8^{2}+7 \times 8^{1}+3...
Question: III.6
Verified Answer:
(a) Refer to Sections 7.1-7.2.2 on Pages 7.1-7.8.
...
Question: III.5
Verified Answer:
(a) Refer to Sections 7.2.3 and 7.2.4 on Pages 7.8...
Question: III.4
Verified Answer:
(a) Total reluctance of the flux path = Reluctance...
Question: III.2
Verified Answer:
(a) We will consider the 75 V source first and sho...
Question: III.1
Verified Answer:
(a) (i) Refer to Section 2.2.2 on Pages 2.3–2.4.
(...