# Lab Report Basic Logic Gates
# Lab Report Basic Logic Gates
### **Objective**
The objective of this lab is to understand the operation of basic logic gates using the following
ICs:
- 74LS04 (NOT Gate)
- 74LS32 (2-input OR Gate)
- 74LS08 (2-input AND Gate)
- 74LS00 (2-input NAND Gate)
- 74LS10 (3-input NAND Gate)
- 74LS86 (2-input XOR Gate)
### **Equipment**
1. **Power Supply** (from Lab 1)
2. **Logic Probe / LED** (from Lab 1)
3. **Switches with 10K Ohm pull-down resistor**
---
1. **Datasheet**:
I referred to the [74LS08 datasheet](https://www.futurlec.com/74LS/74LS08.shtml) for the pin
diagram, function table, and operating conditions of the IC.
2. **Connections**:
- The **74LS08** IC was placed on a breadboard.
- **Pin 14** was connected to **+5V** (VCC), and **Pin 7** to **GND**.
- **Pin 1** and **Pin 2** were connected to two switches, each using a 10k Ohm pull-down
resistor.
- The **output** from **Pin 3** was connected to an LED through a resistor, with the LED
grounded to complete the circuit.
4. **Results**:
The output matched the expected behavior of the AND gate. The LED turned ON only when
both inputs were HIGH (1), verifying the truth table.
---
1. **Datasheet**:
I referred to the 74LS32 datasheet for the pin diagram and function table.
2. **Connections**:
- The **74LS32** IC was placed on the breadboard.
- **Pin 14** was connected to **+5V** and **Pin 7** to **GND**.
- **Pin 1** and **Pin 2** were connected to switches (with pull-down resistors).
- The **output** from **Pin 3** was connected to an LED.
---
### **Conclusion**
The basic logic gates (AND, OR, NOT, NAND, XOR) were successfully implemented using their
respective ICs. Each gate’s function was verified through circuit construction and comparison
with the respective truth tables. The circuits worked as expected, and outputs were observed
through LEDs or logic probes.
---
### **Pictures**
Include pictures or screenshots of the working circuits with both input combinations and their
corresponding outputs.