Subject

Digital Logic 101

Combinational digital fundamentals: number systems, gates, Boolean algebra, K-maps, and the building blocks of MUX / decoder / adder logic.

9topicsLearn → Example → Simulate → Quiz
  1. 01

    Number Systems

    Binary, octal, hex, BCD, and Gray code — fluency with every base you'll meet.

    Ready10 min read
    Start →
  2. 02

    Logic Gates

    Seven canonical gates, IEEE symbols, NAND/NOR universality, and the bubble convention.

    Ready10 min read
    Start →
  3. 03

    Boolean Algebra

    Postulates, identities, DeMorgan's theorems, absorption, and step-by-step simplification of SOP expressions.

    Ready12 min read
    Start →
  4. 04

    Sum-of-Products & Product-of-Sums

    Canonical SOP and POS forms, minterms, maxterms, Σm / ΠM compact notation, and don't-care annotation.

    Ready10 min read
    Start →
  5. 05

    Karnaugh Maps

    Visual minimisation: Gray-coded 2/3/4/5-variable K-maps, prime-implicant grouping, edge wrap, and don't-cares.

    Ready13 min read
    Start →
  6. 06

    Quine–McCluskey

    Tabular two-level minimisation: ones-count grouping, the combine rule, prime implicants, the PI chart, essentials, and Petrick's method.

    Ready14 min read
    Start →
  7. 07

    Combinational Blocks

    Multiplexers, decoders, encoders, and magnitude comparators — standard SOP blocks with IEC shorthand and the MUX-as-function-implementer trick.

    Ready12 min read
    Start →
  8. 08

    Adders & Subtractors

    Half and full adders, ripple-carry chains, and the 4-bit add/subtract datapath — overflow vs carry-out, the way an ALU sees them.

    Ready12 min read
    Start →
  9. 09

    Hazards & Glitches

    Static and dynamic hazards in combinational logic, K-map adjacency diagnosis, and the consensus theorem cover that eliminates static-1 glitches.

    Ready12 min read
    Start →
Share