You are on page 1of 28

GOOD AFTERNOON

EVERYONE !
REVIEW
Activity 1 – Complete It!
Direction: Complete the table below by identifying the equivalent decimal number of a given binary
number and vice versa.

0001 0100 0010 0001


14 7 60
What is IC?
Integrated Circuit
Did you know what is inside of an Integrated Circuit?
Logic Gates
LOGIC GATES
Logic Gates are building blocks of a digital circuit.
Digital logic gates can have one or more input and
generally only have one output. Examples of Logic
gates are AND gate, OR gate, NOT gate etc. Logic
gates are commonly used in Integrated Circuits (IC).
Activity 2 – Match It!
Direction: Match the
given schematic symbol
in Colum A with its
name in Column B
Activity 3 – Analyze It!
Direction: Using Logic Gates Simulator create a Truth Table for AND Gate

AND GATE
A B Y
0 0
0 1
1 0
1 1
A ● B = Y or AB = Y
OR GATE
A B Y
0 0
0 1
1 0
1 1
A+B=Y
NOT GATE

A Y
A Y
0
1

A=A
NAND GATE
A B Y
0 0
0 1
1 0
1 1
NOR GATE
A B Y
0 0
0 1
1 0
1 1
EXOR GATE (Exclusive OR)
A B Y
0 0
0 1
1 0
1 1
A+B=A+ B
EXNOR GATE (Exclusive NOR)
A B Y
0 0
0 1
1 0
1 1
A+ B =A+ B
- Based on Activity #2 what are the basic Logic Gates?
AND GATE OR GATE NOT GATE

NAND GATE NOR GATE EXOR GATE EXNOR GATE


-Based on Activity #3 What is a Truth table?
*Truth tables help understand the behaviour of logic gates.
*They show how the input(s) of a logic gate relate to its
output(s).
*The gate input(s) are shown in the left column(s) of the table
with all the different possible input combinations. This is
normally done by making the inputs count up in binary.
*The gate output(s) are shown in the right hand side column.
REMEMBER!
AND GATE
The AND gate gives a
high output (1) only of
all its inputs are high.
OR GATE

The OR gate gives a


high output (1) if one
or more of its inputs
are high.
NOT GATE
The NOT gate
produces and inverted
version of the input.
NAND GATE
The outputs of all
NAND gates are high
if any of the inputs are
low.
NOR GATE
The outputs of all
NOR gates are low
if any of the inputs are
high.
EXOR GATE
A circuit which will
A
Y give a high output
B
if either, but not
both, of its two inputs
are high.  
EXNOR GATE
A
It will give a low
Y output if either, but
B
not both, of its two
inputs are high.
SAMPLE PROBLEM
Direction: Below is an example of 2 input combined logic gates, find the output
function (Q) of the given circuit. Check the answers using Online Logic Gates
Simulator.

A B Q
0 0  
0 1  
1 0  
1 1  
SHORT QUIZ
Get ½ sheet of paper - crosswise
Direction: Identify the missing value of each logic gates.

1. 2. 0
0
0
3. 4.
1
1

5.
0
Assignment
1/2 sheet of paper - crosswise
Direction: Find the output function (Q) of the given Logic circuit below using
truth table.
Thank You !

You might also like