AP CSP Conditionals Vocab Flashcards
1
Q
Boolean Value
A
a data type that is either true or false
2
Q
Comparison Operator
A
<, >, <=, >=, ==, != indicate a Boolean expression
3
Q
Logical Operator
A
NOT, AND, and OR, which evaluate to a Boolean value
4
Q
Conditional Statement
A
affects the sequential flow of control by executing different statements based on the value of a Boolean expression