CH6 Flashcards

1
Q

what the categories of the method

A

conditionals and loops

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

what the other name of conditional statment

A

selection statement

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

what if the equality operators

A

== !=

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

what is the relational operators

A

<=,>=

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

the arithmetic operations have the greater precedence than the relational operators true or false

A

true

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

what is the logical operators

A

not ,or ,and

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

what is the predence of the logical operators

A

the first is not then and then or

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

if the left hand side of the operator (and ) if false then the value is false true or false

A

true

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

if the left hand side of the operator (or )is true then the value would be true
true or false

A

true

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