Assignment - 1:
Figure 1: 7-Segment Display
A seven-segment display is a simple electronic component that displays numbers and some
letters by illuminating seven individual segments (LEDs). Each segment is a small LED arranged
in a specific pattern. You can create or show numerical digits and a few letters by turning the
LEDs on or off in different combinations.
Seven LEDs are labeled A, B, C, D, E, F, G, and DP (Figure 1). We can turn different LEDs on
or off to form numbers and letters.
Here's an example of how to display the number "2" using a
seven-segment display:
To display the number "2" we would turn on LEDs A, B, D, E, G,
and E while turning off LEDs C and F.
Here are the other patterns:
Now, what lights need to be turned on and off for display CSE23113 is in the following:
Character A B C D E F G DP
ON OFF OFF ON ON ON OFF OFF
ON OFF ON ON OFF ON ON OFF
ON OFF OFF ON ON ON ON OFF
ON ON OFF ON ON OFF ON OFF
ON ON ON ON OFF OFF ON OFF
OFF ON ON OFF OFF OFF OFF OFF
OFF ON ON OFF OFF OFF OFF OFF
ON ON ON ON OFF OFF ON OFF
Inputs Outputs
Character W X Y A B C D E F G DP
0 0 0 1 0 0 1 1 1 0 0
0 0 1 1 0 1 1 0 1 1 0
0 1 0 1 0 0 1 1 1 1 0
0 1 1 1 1 0 1 1 0 1 0
1 0 0 1 1 1 1 0 0 1 0
1 0 1 0 1 1 0 0 0 0 0
1 1 0 0 1 1 0 0 0 0 0
1 1 1 1 1 1 1 0 0 1 0
Covert the table as a digital circuit Truth Table using ON=1 and OFF=0
● Task 1: Write down the number of inputs, number of outputs, input literals, and output
literals from the given truth table.
Number of inputs:
Inputs literals:
Number of outputs:
Output literals:
● Task 2: Determine the equations for each output variable based on the given truth table
in the Sum of Minterm form.
Canonical form of A:
Equation of A:
Canonical form of B:
Equation of B:
Canonical form of C:
Equation of C:
Canonical form of D:
Equation of D:
Canonical form of E:
Equation of E:
Canonical form of F:
Equation of F:
● Task 3: Determine the equations for each output variable based on the provided truth
table in the Product of Maxterm form.
Canonical form of A:
Equation of A:
Canonical form of B:
Equation of B:
Canonical form of C:
Equation of C:
Canonical form of D:
Equation of D:
Canonical form of E:
Equation of E:
Canonical form of F:
Equation of F:
Canonical form of DP:
Equation of DP:
● Task 4: Find the minimal 1st canonical functions of each output variable using Karnaugh
Map.
A: B:
Equation of A: Equation of B:
C: D:
Equation of C: Equation of D:
E: F:
Equation of E: Equation of F:
G:
Equation of G:
● Task 5: Find the minimal 2nd canonical functions of each output variable using
Karnaugh Map.
A: B:
Equation of A: Equation of B:
C: D:
Equation of C: Equation of D:
E: F:
Equation of E: Equation of F:
G:
Equation of G:
● Task 6: Prepare Logisim Simulation from Task-2 to Task-5.