Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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):
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

LO4 List options for development needs analyses.

Answered: 1 week ago