CT Textbook Site
  

Interactive Truth Value Tables

Enter your own Boolean expression to create an interactive truth table for you to fill out. Be careful, it counts your mistakes!



Challenges

  • Try NOT (a AND b): !(a&b)
  • Try (NOT a) OR (NOT b): !a | !b
  • Try proving the De Morgan theorem