edited by
10,645 views
10 votes
10 votes

Minimum number of $2 \times 1$ multiplexers required to realize the following function, $f = \overline{A} \;\overline{B} C + \overline{A}\; \overline{B} \;\overline{C}$

Assume that inputs are available only in true form and Boolean a constant $1$ and $0$ are available.

  1. $1$
  2. $2$
  3. $3$
  4. $7$
edited by

6 Answers

0 votes
0 votes
  • The given function $f = A'B'C + A'B'C'$ can be simplified using Boolean algebra to $f = A'B'$.
  • This means the output is $1$ only when both $A$ and $B$ are $0$, regardless of $C'$s value.
  1. First Multiplexer:

    • Select between $C$ and $C'$ using $A'B'$ as the select line.
    • When $A'B'$ is $1$, the output of this multiplexer will be either $C$ or $C'$, depending on the value of $A'B'$.
  2. Second Multiplexer:

    • Select between the output of the first multiplexer (which is either $C$ or $C'$) and constant $0$ using $A'B'$ as the select line again.
    • When $A'B'$ is $1$, the output of this multiplexer will be the same as the output of the first multiplexer (either $C$ or $C'$).
    • When $A'B'$ is $0$, the output will be $0$, ensuring the correct output for $f = A'B'$.
0 votes
0 votes
  1. The given function $f = A'B'C + A'B'C'$ can be simplified using Boolean algebra to $f = A'B'$.
  2. This means the output is $1$ only when both $A$ and $B$ are $0$, regardless of $C'$s value.
  1. First Multiplexer:

    • Select between $C$ and $C'$ using $A'B'$ as the select line.
    • When $A'B'$ is $1$, the output of this multiplexer will be either $C$ or $C'$, depending on the value of $A'B'$.
  2. Second Multiplexer:

    • Select between the output of the first multiplexer (which is either $C$ or $C'$) and constant $0$ using $A'B'$ as the select line again.
    • When $A'B'$ is $1$, the output of this multiplexer will be the same as the output of the first multiplexer (either $C$ or $C'$).
    • When $A'B'$ is $0$, the output will be 0, ensuring the correct output for $f = A'B'$.
Answer:

Related questions

9 votes
9 votes
5 answers
5
go_editor asked Jun 17, 2016
6,797 views
The boolean expression $\text{AB + A}\text{B}'+\text{A}'\text{C + AC}$ is independent of the boolean variable$\text{A}$$\text{B}$$\text{C}$None of these
10 votes
10 votes
4 answers
6
go_editor asked Jun 16, 2016
4,415 views
The complement of the Boolean expression $\text{AB}(\overline{\text{B}}\text{C + AC})$ is$(\overline{\text{A}} + \overline{\text{B}})+(\text{B} + \overline{\text{C}}). (\...
13 votes
13 votes
2 answers
7
go_editor asked Jun 15, 2016
4,931 views
Which of the given number has its $\text{IEEE - 754}$ $32$-bit floating point representation as $\text{(0 10000000 110 0000 0000 0000 0000 0000)}$$2.5$$3.0$$3.5$$4.5$
12 votes
12 votes
4 answers
8
anand007 asked Jun 14, 2016
10,389 views
The decimal number has $64$ digits. The number of bits needed for its equivalent binary representation is?$200$$213$$246$$277$