Complete the truth tables for these two Boolean expressions: (a) Output = A + B (b) Output = A + AB
Let us complete the truth tables for these two Boolean expressions:
(a) Output = A + B
ABA+B000011101111\begin{array}{||c|c||c||} \hline\hline A & B & A+B\\ \hline\hline 0 & 0 & 0\\ \hline 0 & 1 & 1 \\ \hline 1 & 0 & 1\\ \hline 1 & 1 & 1\\ \hline\hline \end{array}A0011B0101A+B0111
(b) Output = A + AB
ABABA+AB0000010010011111\begin{array}{||c|c||c|c||} \hline\hline A & B & AB& A+AB\\ \hline\hline 0 & 0 & 0 & 0\\ \hline 0 & 1 & 0 & 0\\ \hline 1 & 0 & 0 & 1\\ \hline 1 & 1 & 1 & 1\\ \hline\hline \end{array}A0011B0101AB0001A+AB0011
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment