Today we talked about basic Boolean operators -- AND, OR, & NOT -- and how to use them in Truth Tables. Understanding how these work is fundamental to computing because IF-THEN-ELSE statements must test for conditions to tell the program where to go in the algorithm.
In case this is tricky for you, you might want to check out this brief video to review the concept of Truth Tables. Make sure you understand before you proceed because so much of your programming will build on this simple logic.
No comments:
Post a Comment