Chapter 1: Q17E (page 2)
B.17 [5] <§§B.2, B.3> Show a truth table for a multiplexor (inputs A, B, and S; output C ), using don’t cares to simplify the table where possible .
Short Answer
The truth table for the multiplexer:
Input:A | Input:B | Input:S | Output:C |
0 | 0 | 0 | B’ |
0 | 0 | 1 | B’ |
0 | 1 | 0 | B |
0 | 1 | 1 | B |
1 | 0 | 0 | B’ |
1 | 0 | 1 | B’ |
1 | 1 | 0 | B |
1 | 1 | 1 | B |