Game Preview

Boolean Algebra

  •  English    14     Public
    Boolean Algebra for A-level Computer Science
  •   Study   Slideshow
  • A.B' + A'.B (A XOR B)
  •  15
  • A + B (A OR B)
  •  15
  • A
  •  15
  • A.C'
  •  15
  • A.B (A AND B)
  •  15
  • A.B'
  •  15
  • B
  •  15
  • X.Z + X.Y + W.Z; alternatively: X.(Z + Y) + W.Z
  •  15
  • If input A is 0 then A' will be 1, and if A is 1 then NOT A will be 0 - they cannot both be 1!
  •  15
  • A + B
  •  15
  • A.B
  •  15
  • A.B' + C
  •  15
  • A
  •  15
  • A'.B + A.B' (A XOR B)
  •  15