AP CSP Conditionals Vocab Flashcards

1
Q

Boolean Value

A

a data type that is either true or false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Comparison Operator

A

<, >, <=, >=, ==, != indicate a Boolean expression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Logical Operator

A

NOT, AND, and OR, which evaluate to a Boolean value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Conditional Statement

A

affects the sequential flow of control by executing different statements based on the value of a Boolean expression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly