Warning: Update in progress. Before adding new content, I'm going through and updating the content that already existed that I haven't touched in years. Also fixing up a lot of CSS. I wrote bad code a very long time ago and it's taking a while to update it.
This page has not been looked at yet My apologies for any issues this may cause.

4.2 : Basic Operators


These upcoming sections will cover the basic boolean operators. It's like doing math that you know. Your number system is base-10. Your basic operators are addition and subtraction. In boolean algebra, the number system is binary. In boolean algebra, the basic operators are not and or and and. This is a sub-section is gonna cover the basic boolean operators.


Operators

4.2.1 : Not

4.2.2 : Or

4.2.3 : Nor

4.2.4 : And

4.2.5 : Nand

4.2.6 : Xor


Back To Top