Prelab3 TT02 Group05
Prelab3 TT02 Group05
Prelab3 TT02 Group05
A. PRELAB
Application Circuit:
GND
+5V
8
14
13
12
11
10
14
13
12
11
10
14
13
12
11
10
1 2 34
ON
1
7
GND
+5V
Question 2: Design a 4 bit full adder/full subtractor circuit using IC 74LS283. The circuit has three inputs: Sel
(1bit), A (4bit) và B (4bit) and 2 outputs: S (4bit), Cout (1bit).
- When Sel = 0, S = A + B
- When Sel = 1, S = A – B
74LS283 is an IC 4-bit ripple-carry adder. It adds two 4-bit binary numbers [A (A4A3A2A1) and B
(B4B3B2B1)] and a carry in bit (Cin). It is composed of four fulladders. The augend’s bits of “B” are added
to the addend bits of “A” respectfully of their binary position. Each bit addition produces a sum (S) and a
carry out (Co). The carry out is then transmitted to the carry in (Ci) of the next higher-order bit. The final
result produces a sum of four bits S (S4S3S2S1) plus a carry out (Cout) bit.
Appendix 2: Sample lab.
Draw logic diagram and show how to design: 4-bit parallel adder
Appendix 2: Sample lab.
Application circuit:
Application circuit:
Appendix 2: Sample lab.
Question 4: Design sequential circuit for the state diagram in Figure 3.4:
State table:
Logic diagram:
S1+ = S0.X ; S0+ = S0’X + S1’X = X.(S0’+S1’)
Appendix 2: Sample lab.
Required ICs:
- 74LS74
- 74LS08
- 74LS32
+5V
GND
+5V
GND
1 2 34
ON
1 14
2 13
Application circuit:
3 12
4 11
5 10
6 9
7 8
1 14
2 13
3 12
4 11
5 10
6 9
7 8
1 14
2 13
3 12
4 11
5 10
Appendix 2: Sample lab.
6 9
7 8
Appendix 2: Sample lab.