Solved

Write Each of the Boolean Functions as a Boolean Expression

Question 63

Multiple Choice

Write each of the Boolean functions as a Boolean expression in dnf.
- ABf(A,B) 111100011000\begin{array}{|c|c|c|}\hline \boldsymbol{A} & \boldsymbol{B} & \boldsymbol{f}(\boldsymbol{A}, \boldsymbol{B}) \\\hline 1 & 1 & 1 \\\hline 1 & 0 & 0 \\\hline 0 & 1 & 1 \\\hline 0 & 0 & 0 \\\hline\end{array}


A) ABABA B \vee A B ^ { \prime }
B) ABABA B \vee A ^ { \prime } B
C) ABABA ^ { \prime } B \vee A ^ { \prime } B ^ { \prime }
D) ABABA B ^ { \prime } \vee A ^ { \prime } B ^ { \prime }
E) None of these

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions