You are on page 1of 3

Name with signature: Khenjie L.

Resmayr. & Section: BET-CpET

2C Date: January 2 , 2023

Teacher: Ms. Mary Jane Concepcion

Experiment #8
ACTUAL APPLICATION USING LOGIC GATES

I. Answer the following problem:


1. Draw a circuit to realize each of the expressions using AND gates, OR gates, and Inverter.

A B Y
0 0 1
0 1 0
1 0 0
1 1 1

A B C Z

0 0 0 1

0 0 1 0

0 1 0 0

0 1 1 0

1 0 0 0

1 0 1 1

1 1 0 1

1 1 1 1
A B C W
0 0 0 1
0 0 1 0
0 1 0 1
0 1 1 0
1 0 0 1
1 0 1 0
1 1 0 1
1 1 1 1

A B Y
0 0 1
0 1 1
1 0 1
1 1 1
2. A bulb in a staircase has two switches, one switch being at the ground floor and the other one
at the first floor. The bulb can be turned ON and can be turned OFF by and one of the switches
irrespective of the state of the other switch. The logic of switching of the bulb resembles.
Express the process in terms of digital operation, used software simulation and draw the
schematic diagram.
S1 S2 Y
Boolean Expression:
0 0 0

0 1 1 Logic Gate:
1 0 1 XOR Gate

1 1 0

Let the switch at the first floor be labeled


as “Switch A” and at the top floor as “Switch
B.”
According to the truth table, it will result to
logic 1 if either of the switches is ON and will
result to logic 0 if otherwise. Therefore, this
problem has an operation of an XOR gate.

You might also like