|
|
|
74LS00 |
Used to build computers out of many SSIs, but now etch them all onto a single chip
Function: To select one of several inputs
![]() |
![]() 8 input, 1 bit multiplexer |
Majority Function truth table
|
Majority Function using MUX
|
Majority Function direct implementation
|
Function: To direct input to one of several outputs
![]() |
![]() 1 bit, 4 output demultiplexer |
Function: To convert an "n"-bit binary encoded signal
into logic '1' on one of 2n outputs
|
![]() 2 input, 4 output decoder |
| X | Y | Z | F |
|---|---|---|---|
| 0 | 0 | 0 | 1 |
| 0 | 0 | 1 | 0 |
| 0 | 1 | 0 | 1 |
| 0 | 1 | 1 | 1 |
| 1 | 0 | 0 | 0 |
| 1 | 0 | 1 | 1 |
| 1 | 1 | 0 | 0 |
| 1 | 1 | 1 | 0 |
F(X,Y,Z) = X' Y' Z' + X' Y Z' + X Y' Z' + X' Y Z'

![]() 4 output decoder with ENABLE | ![]() 4 output demultiplexer |

Function: Determine if two bit strings are equal
![]() Symbol for XOR gate |
![]() 4 bit Comparator |





|
|
![]() | ||||||||||||||||||