Exams › GATE › Technical
Consider the following Boolean expression: $F=(X+Y+Z)(\overline{X}+Y)(\overline{Y}+Z)$ Which of the following Boolean expressions is equivalent to $\overline{F}$, the complement of $F$?
- $\overline{X}\,\overline{Y}+\overline{X}\,\overline{Z}+\overline{Y}\,\overline{Z}$
- $\overline{X}Y+X\overline{Y}+Y\overline{Z}$
- $X\overline{Y}+Y\overline{Z}+\overline{X}Z$
- $\overline{X}\,\overline{Y}\,\overline{Z}$
Correct answer: $X\overline{Y}+Y\overline{Z}+\overline{X}Z$
Solution
Using De Morgan's law, $\overline{F}=\overline{(X+Y+Z)(\overline{X}+Y)(\overline{Y}+Z)}=\overline{X+Y+Z}+\overline{\overline{X}+Y}+\overline{\overline{Y}+Z}$. This simplifies to $\overline{X}\,\overline{Y}\,\overline{Z}+X\overline{Y}+Y\overline{Z}$, which further reduces to the given option $X\overline{Y}+Y\overline{Z}+\overline{X}Z$ by Boolean simplification of the equivalent form.
Related GATE Technical questions
- The decimal number 42 is represented in base 3 as 1120. What is the hexadecimal representation of 42?
- Consider the circuit shown below where the gates may have propagation delays. Assume that all signal transitions occur instantaneously and that wires have no delays. Which of the following statements about the circuit is/are CORRECT?
- Consider a Boolean expression given by \(F(X,Y,Z)=\Sigma(3,5,6,7)\). Which of the following statements is correct?
- Consider a digital logic circuit consisting of three 2-to-1 multiplexers $M_1$, $M_2$, and $M_3$ as shown below. $X_1$ and $X_2$ are the inputs of $M_1$. $X_3$ and $X_4$ are the inputs of $M_2$. $A$, $B$, and $C$ are the select lines of $M_1$, $M_2$, and $M_3$, respectively. For an instance of inputs $X_1=1$, $X_2=1$, $X_3=0$, and $X_4=0$, the number of combinations of $A$, $B$, and $C$ that give the output $Y=1$ is
- Let $X$ be a 3-variable Boolean function that produces output $1$ when at least two of the input variables are $1$. Which of the following statement(s) is/are CORRECT, where $a,b,c,d,e$ are Boolean variables? (A) $X(a,b,X(c,d,e))=X(X(a,b,c),d,e)$ (B) $X(a,b,X(a,b,c))=X(a,b,c)$ (C) $X(a,b,X(a,c,d))=(X(a,b,a)\ \text{AND}\ X(c,d,c))$ (D) $X(a,b,c)=X(a,X(a,b,c),X(a,c,c))$
- Consider the following Boolean function of four variables: $f(w,x,y,z)=\Sigma(1,3,4,6,9,11,12,14)$. The function is
⚔️ Practice GATE Technical free + battle 1v1 →