You are on page 1of 2

Name: Thriloknath Palla.

Roll no: 17EE10027.


Group no: 5.

2)Part A: working of IC-74138 (Truth table).


Using IC-7493 as a mod-8 counter. It’ truth table will be as follows:
(keeping ‘Enables’ E1-low, E2-Low, E3-High.)

A0 A1 A2 Y0 Y1 Y2 Y3 y4 Y5 Y6 Y7
0 0 0 0 1 1 1 1 1 1 1
0 0 1 1 0 1 1 1 1 1 1
0 1 0 1 1 0 1 1 1 1 1
0 1 1 1 1 1 0 1 1 1 1
1 0 0 1 1 1 1 0 1 1 1
1 0 1 1 1 1 1 1 0 1 1
1 1 0 1 1 1 1 1 1 0 1
1 1 1 1 1 1 1 1 1 1 0

2)Part B: Displaying our roll no (only 8 digits)- 17EE1027 one digit after another, giving
clock input
Writing the 4-bit binary code for the output digits. (E- is not exact shape here, we get
a shape closer to E when input is 1110, in the 7-segmented display).
1) Without correction in E.
D C B A Y0 Y1 Y2 Y3 y4 Y5 Y6 Y7
1 0 0 0 1 0 1 1 1 1 1 1 1
7 0 1 1 1 1 0 1 1 1 1 1 1
E 1 1 1 0 1 1 0 1 1 1 1 1
E 1 1 1 0 1 1 1 0 1 1 1 1
1 0 0 0 1 1 1 1 1 0 1 1 1
0 0 0 0 0 1 1 1 1 1 0 1 1
2 0 0 1 0 1 1 1 1 1 1 0 1
7 0 1 1 1 1 1 1 1 1 1 1 0

FA = ∑m(Y0,Y1,Y4,Y7).
FB= ∑m(Y1,Y2,Y3,Y4,Y7).
FC = ∑m(Y1,Y2,Y3,Y7).
FD = ∑m(Y2,Y3).

By connecting above logic with using 4 NAND gates we can get the sequence as 1 7
E(without ‘a’) E 1 0 7.

Now to fix the E. we can use the logic that whenever the input to the 7 segment display
is (DCBA) 1110 and the LED is at high(it should be at low to glow).
We have to make LED low.
The following logical circuit will help to make it possible.

The output will be a shown in the video below.


17EE1027_with_E.

You might also like