You are on page 1of 4

ASSIGNMENT # 04

COMSATS UNIVERSITY ISLAMABAD

Submitted by MUHAMMAD
IRTAZA KARAMAT

Registration no FA21-BEE-116
Submitted to DR. RAIZ HUSSAIN

TASK:
ASSIGNMENT # 04

You have to design a combinational circuit on Proteus that displays three digits of your
registration number on a 7-segment display. The circuit should display 1st (the
Hundreds), 2nd (the Tens) and 3rd (the Ones) digits of your registration number when
the inputs are 0001, 0010, 0011, respectively. When the inputs are 0100, 0101, 0110
the outputs on the 7-segment display are 1st (the Hundreds), 2nd (the Tens) and 3rd
(the Ones) digits of the 9’s complement of your registration number, respectively.
Likewise, 1st (the Hundreds), 2nd (the Tens) and 3rd (the Ones) digits of the 10’s
complement of your registration number are displayed as the input combinations are
0111, 1000 and 1001 respectively. For all other four bits valid BCD code input
combinations only the middle segment is On, whereas for all invalid BCD codes as
inputs you can apply the Don’t care condition. Once you have verified the functionality
of your designed circuit you will implement the circuit on the breadboard and
demonstrate me the fully functional circuit. To submit your work, you will create a video
of 5 minutes duration with the running commentary, upload it on your youtube channel
and share the url of the video with me. In the video, you will start with the introduction
to yourself and the assigned task, followed by the demonstration, then design
procedure that you followed and concluding with the learning experience through
which you will prove your analytical understanding of the combinational circuits. You
have to do all this within 5 minutes of video. (300 Points).
ANSWER:
First of all my university registration number is FA21-BEE 116:
And it’s 9th compelemt is:
999
-116
883
.And their 10th complement is : (9th complement +1)
883
+ 1
884
ASSIGNMENT # 04

Truth table:
A B C D A b c d e f g
0 0 0 0 0 1 1 0 0 0 0
0 0 0 1 0 1 1 0 0 0 0
0 0 1 0 1 0 1 1 1 1 1
0 0 1 1 1 1 1 1 1 1 1
0 1 0 0 1 1 1 1 1 1 1
0 1 0 1 1 1 1 1 0 0 1
0 1 1 0 1 1 1 1 1 1 1
0 1 1 1 1 1 1 1 1 1 1
1 0 0 0 0 1 1 0 0 1 0
1 0 0 1 0 0 0 1 0 0 0
1 0 1 0 0 0 0 1 0 0 0
1 0 1 1 0 0 0 1 0 0 0
1 1 0 0 0 0 0 1 0 0 0
1 1 0 1 0 0 0 1 0 0 0
1 1 1 0 0 0 0 1 0 0 0
1 1 1 1 0 0 0 1 0 0 0

BY USING K-MAP:
Taking equations for every single functions for truth table.
Y(a)=A’C+A’B ------------(1)

Y(b)=A’D’+A’B+B’C’D’ ------------(2)

Y(c)=A’+B’C’D’ ------------(3)

Y(d)=C+B+AD ------------(4)

Y(e)=A’C+A’BD’ ------------(5)

Y(f)=A’C+A’BD’+AB’C’D ------------(6)
Y(g)=A’C+A’B + AB’C’D ------------(7)

Applying this circuit on proteous and find circuit then show its result;
ASSIGNMENT # 04

Result:

Link of my youtube video:


https://youtu.be/mKFUQAzzdt0

You might also like