Digital_Logic_Design_Notes_with_Examples
Digital_Logic_Design_Notes_with_Examples
2. Logic Gates
- Basic Gates: AND, OR, NOT
3. Boolean Algebra
- Boolean laws and theorems
- DeMorgan's Theorems
Example: 2-bit Half Adder adds A=1 and B=1 -> Sum=0, Carry=1
- Synchronous Counters
- Up/Down Counters
Example: Traffic light system using FSM with states: Red, Yellow, Green
8. Memory Devices
- RAM (Random Access Memory)
Example: Design a circuit that turns on an LED when two switches are ON (A AND B)