Wk 1 Flashcards
What’s the meaning of this command?
What’s the meaning of this command?
What’s the meaning of this command?
What’s the meaning of this command?
What’s the meaning of this command?
What are Boolean variable? What are the only possible values?
Logical values
TRUE (=1)
FALSE (=0)
Name of these operators and their definitions
Comparison operators
Name of these operators and their definitions
Logical Operators (AND,OR,NOT)
Determine if C is TRUE or FALSE
for LHS, inside bracket is TRUE so with the squigy line makes it FALSE
Predict what x1 is
x1 = 1
|| = True if AND OR values are True
Predict what x2 is
x2= 1
&& = true if AND both values true
> = greater than OR equal to
define array
variable that consists list of numbers
define variable
the name by which a value can be recalled