1
vote
1answer
68 views

Finding the no. of decoders required in cascading

I am trying to solve the following question. How many 3 to 8 decoders with an enable input are needed to construct a 6 to 64 line decoder without using any other logic gate. I have a Digital ...
-4
votes
1answer
329 views

Design a 4:1 MUX by three 2:1 MUX or by 2:4 decoder? [closed]

A 4:1 MUX can be built by using three 2:1 MUX. But I've not done it this way: I've used a 2:4 decoder to make a 4:1 MUX. Does it matter?