tags:
- digital-systems
- school
- bsu
- video
- fall-2024
source: https://www.youtube.com/watch?v=ywjK8fPGVTQ
created: 2024-10-01
published: 2021-04-18
What are multiplexers?
Multiplexers are logic devices which choose an output from among several possible inputs based on the value of a select signal.
What is the short name for a multiplexer?
The short name for a multiplexer is a mux.
What is the other name for the signal that controls the output of a multiplexer?
The other name for the signal that controls the output of a multiplexer is the control signal.
What variable is used to represent the control signal?
The variable used to represent the control signal is.
In general, the number of data inputs (represented with ...) is an integer power of ...
In general, the number of data inputs (represented with
How many select lines does a multiplexer need based off of the number of input lines
The number of select lines a multiplexer needs based off of the number of input lines
What are the two ways that a 4:1 multiplexer can be built?
The two ways that a 4:1 multiplexer can be built are:
What is the truth table for a 4:1 multiplexer?
The truth table for a 4:1 multiplexer is:
0 | 0 | |
0 | 1 | |
1 | 0 | |
1 | 1 |
How can you use to make a 16:1 multiplexer?
You can use five 4:1 multiplexers a make a 16:1 multiplexer.
What can multiplexers be used as to implement any logic function?
Multiplexers can be used as lookup tables to implement any logic function.
How do you implement an AND2 gate using a 4:1 multiplexer?
To implement an AND2 gate using a 4:1 multiplexer:
What size of input multiplexer can be used to implement any
A multiplexer with an input size of
How do you implement an AND2 gate using a 2:1 multiplexer?
To implement an AND2 gate using a 2:1 multiplexer: