Question 16.12: 1For the logic circuit shown in Fig. 16.10, write the Boolea......

For the logic circuit shown in Fig. 16.10, write the Boolean expression and construct the truth table.

ad13acb0-ba46-465a-9e42-a469f2961130
Step-by-Step
The 'Blue Check Mark' means that this solution was answered by an expert.
Learn more on how do we answer questions.

The Boolean expression is developed from Fig. 16.11 as

The Boolean expression is

\begin{aligned} \mathrm{X} & =\overline{\mathrm{A}+\mathrm{B}}+\mathrm{A} \cdot \mathrm{B} \\ & =\mathrm{Y}+\mathrm{Z} \end{aligned}

where \mathrm{Y}=\overline{\mathrm{A}+\mathrm{B}} \text { and } \mathrm{Z}=\mathrm{A} \cdot \mathrm{B}

For constructing the truth table, we will first write the various combinations of the inputs at A and B in the form of binary numbers (the total number of possible combinations being Z^N where N is the number of inputs). We then calculate Y and Z, and then X is calculated.

Truth table
\begin{array}{|ccccc|} \hline \mathrm{A} & \mathrm{B} & \mathrm{Y} & \mathrm{Z} & \mathrm{X}=\mathrm{Y}+\mathrm{Z} \\ \hline 0 & 0 & 1 & 0 & 1 \\ 0 & 1 & 0 & 0 & 0 \\ 1 & 0 & 0 & 0 & 0 \\ 1 & 1 & 0 & 1 & 1 \\ \hline \end{array}

Boolean expression for any logic function can be obtained from the truth table. This is done by taking the sum of all terms which correspond to all those combinations of inputs for which the output attains a high value. Let us consider the truth table of the above example.

\begin{array}{|ccc|} \hline \mathrm{A} & \mathrm{B} & \mathrm{X} \\ \hline 0 & 0 & 1 \\ 0 & 1 & 0 \\ 1 & 0 & 0 \\ 1 & 1 & 1 \\ \hline \end{array}

The first row and fourth row have to be considered where output is high, i.e., 1.
Inputs A and B are to be considered 1. The complement \overline{\mathrm{A}} \text { and } \overline{\mathrm{B}} therefore 0.
For row 1

\mathrm{Y}=\overline{\mathrm{A}+\mathrm{B}}

For row 4

Z = A.B

The Boolean expression for the output is

\mathrm{X}=\mathrm{Y}+\mathrm{Z}=\overline{\mathrm{A}+\mathrm{B}}+\mathrm{A} \cdot \mathrm{B}
d2a1c297-f4d4-4898-a05a-2359aabcf194

Related Answered Questions

Question: 16.11

Verified Answer:

The Boolean expression is developed as shown below...
Question: 16.10

Verified Answer:

\begin{array}{llll} & & \text { Fra...
Question: 16.9

Verified Answer:

\begin{array}{llll} & & \text { Fra...
Question: 16.8

Verified Answer:

\begin{array}{llrr}&&&Reminder\...
Question: 16.7

Verified Answer:

\begin{array}{llrr}&&&Reminder\...
Question: 16.6

Verified Answer:

\begin{array}{llrr}&&&Reminder\...
Question: 16.5

Verified Answer:

The number 0.1101 is converted into decimal number...
Question: 16.4

Verified Answer:

The number 0.1011 is converted into decimal number...