Question: L and T Inputs Part A: The implementation for this part must use only the three basic logic gates ( AND , OR , NOT

L and T Inputs
Part A:
The implementation for this part must use only the three basic logic gates (AND, OR, NOT).
Each AND gate and each OR gate can have only 2 inputs.
Each NOT gate can have only 1 input.
No other logic gates or circuits are permitted to be used in your circuit for Part A.
You are required to implement a circuit where the user (you) can input a value for the Left number (L) using value (L1,L2, and L3) and a Top number (T) using value (T1, T2, and T3).
The circuit decodes the L1, L2, L3 and T1, T2, T3 values using a decoder (see lecture notes) made up of only the permitted logic gates to determine if the requirements for vending a snack are met (see the requirements section on page 2).
\table[[L value,L1,L2,L3,T value,T1,T2,T3],[0,0,0,0,0,0,0,0],[1,0,0,1,1,0,0,1],[2,0,1,0,2,0,1,0],[3,0,1,1,3,0,1,1],[4,1,0,0,4,1,0,0],[5,1,0,1,5,1,0,1],[6,1,1,0,6,1,1,0],[7,1,1,1,7,1,1,1]]
The output is via a single output pin (green circle in Logisim):
 L and T Inputs Part A: The implementation for this part

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!