In: Computer Science
Simulation Project
Design a Seven Segment Decoder to decode and display CS and the last 2 numbers of your #900 number (Student ID). Assume the corresponding inputs for the letters and numbers.
Example: If your #900 number is 900123456 take last 2 numbers that is 56 and display 'CS56'
Inputs Assumptions
00- for C
01-for S
10— Last number (6 in the given example)
11— Last but one number (5 in the given example)
What to turn in:
The designing of the given "CS65" using seven segment decoder.
Truth table for the given problem:
Here i take the inputs as s1 and s0 where s1 is the msb and s0 is the lsb bit.
To represent S on the 7 segment display it looks like 5 only. there fore the 5 and S are looks like same.
K-maps:
It is used to decrease the gates in the circuit. Group the max number of ones in powers of 2 for minimizing the gates.
K-maps for a and its equation:
K-maps for b and its equation:
K-maps for c and its equation:
K-maps for d and its equation:
K-maps for e and its equation:
K-maps for f and its equation:
K-maps for g and its equation:
circuit with Outputs for different inputs:
input s1s0=00
input s1s0=01
input s1s0=10
input s1s0=11
Seven segment decoder is combination circuit which consists of 7 leds which are arranged in a specific manner from a to g.
Here in logisim open window tab and click the combination anlaysis.It opens a window with inputs,outputs,truthtable,expression.
Add inputs to in the input tab and outputs in the output tab.
Now fill the truthtable based on the given problem.And finnaly give name to the circuit and build it.
Then it gives the circuit as above without 7 segment dispaly.
Here i connected the seven segment display here for better understanding.
Please upvote this..