Digital Logic Foundations
Gates and Boolean Algebra
Logic gates are the fundamental building blocks of digital circuits. Boolean Algebra provides the mathematical framework to analyse and design gate networks.
Truth Tables and De Morgan's Laws
Truth tables are systematic tools for evaluating Boolean expressions. De Morgan's Laws allow transformation between AND/OR forms, essential for circuit simplification.
Logisim Basics
Logisim Evolution is a free, cross-platform digital logic simulator used to design, build, and test gate circuits visually. This lesson covers the interface, components, and workflow.
Half and Full Adders
Adder circuits are the foundation of arithmetic in digital computers. The half adder adds two bits; the full adder extends this with a carry-in, enabling multi-bit addition.
Programmable Gates and Data Routing
Beyond basic logic gates, digital systems use multiplexers to route data, decoders to select outputs, and flip-flops to store state. This lesson covers combinational data routing circuits.