Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

SBA LOGTIC GATES

Name of School: Northeastern College

Name of Student: __Kervon Lopez__________         Date: 02/12/20


Section 5: Fundamentals of Electronics
Title: To demonstrate and understanding of basic operating principle of
electronics
Demonstrate a working knowledge of circuit assembly tools and equipment.

Diagram:

AND Gate OR Gate

A A
C C

B B
Procedure/Method:
1) Organized the rails and connected the power to the chip.
2) Connected pin14 to Vcc and Pin7 to ground.
3) Then connected the LED to pin3 and used a small resistor to ground to recognize the one
output.
4) Bridged the resistor ensuring that the longer leg was connected to pin3 and the shorter leg
was connected to ground.
5) Connecting both inputs to be high, I connected both pins 1&2 to Vcc set to 5Volts.
6) Turned on the power supply.

Symbols Representing Truth Table: 0 and 1

Relevant Theory: Logic Gates are the building blocks used to create digital circuits. The
symbol ‘0’ represents false and ‘1’ represents true. An AND gate is a logic gate that has a HIGH
output result only if all the inputs to the AND gate are HIGH, if they are not then the output
result is low. An OR gate is a logic gate that has a HIGH output if one or both the inputs to the
gate are HIGH, if no input is high then the output is LOW.

Questions
Draw and complete a Truth Table to represent each gate
AND GATE 

INPUT OUTPUT(LED)
A B C

0 0 0

0 1 0

1 0 0

1 1 1
OR GATE

INPUT OUTPUT(LED)
A B C

0 0 0

0 1 1

1 0 1

1 1 1

2. Identify the Boolean expression for an AND and OR gate.


AND Gate Boolean Expression - C= A . B
OR Gate Boolean Expression - C= A + B
3. (a) Which logic gate is similar to two switches in series?
The AND gate is similar to two switches in series.
    (b) Which logic gate is similar to two switches in parallel?
The OR gate is similar to two switches in parallel.
 ( c) Sketch analogue diagrams using switches to  demonstrate OR and AND gates.

AND Gate

OR Gate

You might also like