Please enable JavaScript.
Coggle requires JavaScript to display documents.
operators (computer cant understand true or false, instead they use binary…
operators
computer cant understand true or false, instead they use binary numbers
1- true
0-false
boolean expression
can be true or false
==
equality operator
asks if two things are equal or not
=
assignment operator to set the value of a variable
<
checks if one value is less than another
checks if one value is greater than another
<=
checks if one value is less than or equal to
!=
checks if one value is not equal to another
named after the mathematician George Boole
comparison operators ask if one value is greater than another
computers use logic for everything they do
combining to logic gates together is called a combined and gate