+ 2
Boolean theory ! If you know this you can easily understand it !
True means 1 False means 0 And condition: 0Ă0 = 0 (false conditionĂ false condition = flase) 0Ă1 = 0 ( false Ă true = false ) 1Ă1 = 1 (true Ă true = true) 1Ă0 = 0 (true Ă false = false) And condition: 0+0=0 (false + false = false) 0+1=1 (false + true= true) 1+0=1 (true+ false= true) 1+1=1 ( true + true= true) NOT condition: 1 = 0 0=1
2 Answers
+ 3
I think you meant "OR" instead of the second "AND".
0
Yeah, that's Boolean Algebra and that's why it is not taught first, because it is an Algebra, so at a pretty high level of mathematics.
Teaching Algebra first is a bad idea.