retagged by
6,393 views
1 1 vote
by using a 8 * 1 MUX if 4 variable function is realized then the circuit is ?

(a) unique circuits

(b) 2 possible circuits

(c) multiple possible circuits

(d) not possible to realise the boolean function

3 Answers

2 2 votes

Ans -(c) Multiple possible circuit

 we have a 8*1 Mux and a 4 variable boolean function(say w,x,y,z) .So , to implement a 4 variable boolean function by using a 8*1 mux

1.>we need to apply any three of the  input to the three selection line of mux which can be done in 24 ways.(The first selection line scan be w or x or y or z and in the same way shas 3 possibilty ,shas 2 possibilty

total combination=4ways *3ways*2ways=24ways)

2.>The remaining one input will be adjusted in the 8 input line.

so,for each possible combination out of those 24 combination we will get a completly different ckt but the functionality of all thesr ckt will be same. 

0 0 votes

The ans is A - unique circuit (only a not gate required )

the question is saying With a single 8:1 mux how to convert a 16:1 mux .......  we can manage the extra variable D (say four variables are A B C D ) by putting D according to the function in the input line of 4:1 mux and there are 2 possibility either D or D' .  for this we need a extra not gate .

if the Question would be like this "by using 8 * 1 MUX if 4 variable function is realised than the circuit is ?"

then the answer will be like :

8:1 MUX means it can support (with only one 8:1 MUX) 3 variables ,the input line will be 8 , select lines are 3 (variables) and one output line. and now 16:1 MUX it can support (with only one 16:1 MUX) 4 variables ,the input line will be 16 , select lines are 4 (variables) and one output line.


So the question can be converted like this .... how many 8:1 MUX is needed to build a 16:1 MUX !!!

and i assume you know how to calculate it  ..... upper ceiling ( (16/8) + (16/8^2) )  = 3

3 8:1 MUX is required .

edited by
0 0 votes
by using "A" 8 * 1 MUX ... // word 'A' matters
We need additional NOT GATE with a 8*1 mux to implement 4 variable function..
Unique circuit..
Position:
Show:

Related questions

3 3 votes
2 2 answers
530
530 views
GO Classes asked Jun 19, 2025
530 views
The propagation delay of the $2 \times 1 \mathrm{MUX}$ shown in the circuit is 10 ns . Consider the propagation delay of the inverter as 0 ns .If $S$ is set to 1 then the...
3 3 votes
2 2 answers
437
437 views
GO Classes asked Jun 19, 2025
437 views
Q. An 8-to-1 multiplexer has its select lines $S_2, S_1, S_0$ connected to $A, B, C$ respectively. The data inputs are as follows:$$\begin{aligned}& I_1=I_2=I_7=0 \\& I_3...
3 3 votes
4 4 answers
835
835 views
GO Classes asked Jun 8, 2025
835 views
The Boolean function realized by the logic circuit shown is$\quad F=\Sigma m(0,1,3,5,9,10.14)$$\quad \mathrm{F}=\Sigma \mathrm{m}(2,3,5,7,8,12.13)$$\quad F=\Sigma m(1,2,4...
10 10 votes
11 11 answers
1.4k
1.4k views
GO Classes asked May 31, 2025
1,371 views
An 8-to-1 multiplexer has inputs $\mathbf{A}, \mathbf{B}$, and $\mathbf{C}$ connected to the selection inputs $\mathbf{S2}, \mathbf{S1}$, and $\mathbf{S0}$, respectively....