Iti 1100 Lab 1
Autor: udot838 • March 18, 2016 • Lab Report • 353 Words (2 Pages) • 1,221 Views
Objective )
Build four circuits by following the figures shown (6.1.1)(6.1.3)(6.1.5)(6.1.8)
Find the functional operation of a combinational logic circuit.
Show common logic using a truth table.
Connect various gates together to create simple logic functions.
Understand the circuits and predicate their outputs.
Put together and test more complicated combinational logic circuits.
Equipment and Components
QUARTUS 9.0 Service Pack 2 Web Edition
Altera UP-1 Circuit Board
AC adapter, minimum output: 9 VDC, 250 mA
#22 solid-core wires
Wire Strippers
Experimental Data and Data Processing
Figure 6.1.1 ((A + B) + C) = R
A B C (A + B) (A + B) + C
0 0 0 0 0
0 0 1 0 1
0 1 0 1 1
0 1 1 1 1
1 0 0 1 1
1 0 1 1 1
1 1 0 1 1
1 1 1 1 1
Figure 6.1.3 ((AB) + (A’B’)) = K
A B A’ B’ AB A’B’ (AB) + (A’B’)
0 0 1 1 0 1 1
0 1 1 0 0 0 0
1 0 0 1 0 0 0
1 1 0 0 1 0 1
Figure 6.1.5 (( )) = L
A B AB AB' (AB)’A (AB)’B ((AB)’A) + (B(AB’))
0 0 0 1 0 0 0
0 1 0 1 0 1 1
1 0 0 1 1 0 1
1 1 1 0 0 0 0
Figure 6.1.8 ((A ⊕ B) ⊕ C) = S) ( (AB)’((C (A ⊕ B))’ )’ = Co
A B C A ⊕ B S AB AB’ ((A ⊕ B) C)’ Co
0 0 0 0 0 0 1 1 0
0 0 1 0 1 0 1 1 0
0 1 0 1 1 0 1 1 0
0 1 1 1 0 0 1 0 1
1 0 0 1 1 0 1 1 0
1 0 1 1 0 0 1 0 1
1 1 0 0 0 1 0 1 1
...