You are on page 1of 2

LAB NUMBER 2

 TITLE
 Diode resistor logic (DRL) gates.
 OBJECTIVES
 To learn about diode resistor logic (AND) gate.
 To learn and implement diode resistor logic (OR) gate.
 COMPONENTS
 Bread board
 Wires
 Digital trainer
 Diodes
 Resistor
 INTRODUCTION
In this lab we are going to learn about the diode resister logic/And gate and diode resistor
logic/Or gate and determine there truth tables.
 PROCEDURE
 First take diode resistor wire and design the circuit on the breadboard according to the
 Requirement.
 Then turn on and off the switches for the verification of AND and OR gates.
 When P-terminal of a Diode is at a higher potential (>.7v) then its n terminal, it acts like a short
circuit. And when n terminal is at a higher potential, Diode act as an open circuit.
AND Gate
The AND gate is a basic digital logic gate that implements logical conjunction - it behaves
according to the truth table to the right. A HIGH output (1) results only if all the inputs to the
AND gate are HIGH (1).
OR Gate
The OR gate is a digital logic gate that implements logical disjunction – it behaves according to
the truth table to the right. A HIGH output (1) results if one or both the inputs to the gate are
HIGH (1). If neither input is high, a LOW output (0) results.
 CIRCUIT
AND Gate

OR Gate
 RESULTS
AND Gate
INPUT A INPUT B OUTPUT

0 0 0
1 0 0
0 1 0
1 1 1

OR Gate

INPUT A INPUT B OUTPUT

0 0 0

1 0 1

0 1 1

1 1 1

 CONCLUSIONS
 Each basic gate works in unique way, which is proved during this experiment. We used the truth
table to examine the operation of the basic logic gate. ... Output from one logic gate can be used as
input for another logic gate to form combinational logic gate.

You might also like