Home ] Up ] #2.1 Decoders ] #2.2 Mutiplexer ] [ #2.3 Combinatorial Ex. ] #2.4 Boolean equations ]
#2.3 Combinatorial Ex.

Up ]

Create a logic circuit with the following functionality:

There should be three inputs A, B, C + one output F

F = f( A, B, C)

If C = 1 then   F = A and B
If
C = 0 then   F = A or B

The fast "ad hoc" solution.