Wednesday, October 27, 2010

Is That the Truth?

Today we learned the unary and binary boolean operators, then making "Truth Tables"! It all had to do with the two binary boolean operators, and and or. It looks like this:

true + or + true = true
true + or + false = true
false + or + true = true
false + or + false = false
true + and + true = true
true + and + false = false
false + and + true = false
false + and + false = false

So today was all about determining truth from false, I guess. Then we set off to work on Selection Assignments #3-7. When you add selection and boolean expressions into the equation, it sure gets a whole lot more interesting! Today was a fun class.

Other than that, I messed up my 100% Music average today, so I'm feeling pretty bad. >:( Stupid playing test... oh well, I suppose it's just music. I'll just sleep it off and feel better tomorrow. Bad night!

No comments:

Post a Comment