You must login before you can post a comment.
Author: akashgupta2200290130023
Forked from: akashgupta2200290130023/8x1 Multiplexer
Project access type: Public
Description:
8x1 multiplexer has 8 data input lines I0, I1, I2, I3, I4, I5, I6, I7, 3 select lines S0, S1, S2 and one output, Y.
Truth Table for 8x1 Multiplexer
Data Select Input
Output
Y
S2
S1
S0
0
0
0
I0
0
0
1
I1
0
1
0
I2
0
1
1
I3
1
0
0
I4
1
0
1
I5
1
1
0
I6
1
1
1
I7
Created: Jan 09, 2024
Updated: Jan 09, 2024
Comments