Sunteți pe pagina 1din 5

UNIVERSITY OF ZIMBABWE

LABORATORY REPORT: LOGIC GATES

NAME: WILLIAM CHIZEMA

REG. NUMBER: R165789W

DEPARTMENT: ELECTRICAL

COURSE: DIGITAL ELECTRONICS

COURSE CODE: EE 206


Objective
To determine the logic function performed by a gate in an integrated circuit by
changing input logic values into a variety of logic gates and observing the
changes in the outputs.

Procedure
Power each integrated circuit in turn (EXACTLY 5 volts, MIND THE POLARITY),
and for each integrated circu9it determine the logic function performed.
Express the output ‘Y’ in terms of the inputs ‘A’, ‘B’, ‘C’, ‘D’. For each I.C. use
the gate indicated on the pinout diagram which gives you the input pins and
the corresponding output pin. The gate is represented by a rectangular box to
hide its identity.
Having established the identity of the gates now construct a logic circuit that
will add two binary digits A and B to obtain the sum S and carry C. Verify that
your circuit gives outputs which are in agreement with the truth table for the
half adder. Draw your logic circuit clearly labelling all the binary digits.

Results

7404/74LS04
Input Output A Y
A Y Y
0 1
1 0

Y = A’ :NOT gate
7400/74LS00

Inputs output
A B Y A
0 0 1 Y
0 1 1 B A

A
1 0 1
1 1 0

Y = A’ + B’ : NAND gate

7411/74LS11
inputs output
A B C Y A
0 0 0 0 B Y
0 0 1 0 C
0 1 0 0
0 1 1 0
1 0 0 0
1 0 1 0
1 1 0 0
1 1 1 1

Y = ABC : AND gate

7486/74LS86
inputs output
A B Y A
0 0 0 Y
0 1 1 B
1 0 1
1 1 0

Y =A’B + AB’ : EX-OR gate

7427/74LS27

inputs output
A B C Y
0 0 0 1 A
0 0 1 0 B Y
0 1 0 0 C
0 1 1 0
1 0 0 0
1 0 1 0
1 1 0 0
1 1 1 0

Y = ABC : NOR gate

7451/74LS51
inputs output inputs output
A B C D Y A B C D Y
0 0 0 0 1 1 0 0 0 1
0 0 0 1 1 1 0 0 1 1
0 0 1 0 1 1 0 1 0 1
0 0 1 1 0 1 0 1 1 0
0 1 0 0 1 1 1 0 0 0
0 1 0 1 1 1 1 0 1 0
0 1 1 0 1 1 1 1 0 0
0 1 1 1 0 1 1 1 1 0

Y = A’D’ + A’B’C’ + AB’D’ + AB’C’


Half Adder
Half Adder Truth Table:

A1 B1 S1 C1
0 0 0 0
0 1 1 0
1 0 1 0
1 1 0 1

A
S

S-ar putea să vă placă și