Logic Gates: 1. NOT Gate (74LS04 Hex Inverter): Truth Table Innput A 0 1 Output Q 1 0 2. *OR Gate (74LS32 Quad two input OR gate): Input A Input B Output (Q) 0 0 0 0 1 1 1 0 1 1 1 1 3. **AND Gate (74LS08 Quad two input AND gate): - Truth Table: Input A Input B Output (Q) 0 0 0 0 1 0 1 0 0 1 1 1 4. **NAND Gate (74LS37 Quad two input NAND gate):** Truth Table: Input A Input B Output (Q) 0 0 1 0 1 1 1 0 1 1 1 0