📚 Seth MB

Search

Search IconIcon to open search

Boolean Algebra

Last updated May 26, 2023 Edit

NOT XOR

000 011 101 111

NOT A OR B AND C

OR 0 1 1 1

NAND 1 1 1 0

# Adders and flip-flops

# Half adder

# Full Adder

# Expanding full adders

# Combinational vs Sequential Circuits

# Combinational circuit

# Sequential Circuit


# Recall

  1. AND
  2. NOR

# SR Latch

# Sequential Circuits - Clock

# Falling Edge

# D flip-flop

Requires the clock pulse.

D = Delay

# JK Flip Flops

Binary Logic