Module 3 Flashcards

1
Q

Tests if two conditions both evaluate to True or False

A

AND

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

Evaluates if either condition or both conditions are True or False and only until its truth or falsity is known

A

ORElse

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

A statement which allows a program to execute different paths based on the truth or falsity of an expression

A

If…Then…Else

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

Evaluates if both conditions are True or False and only until its truth or falsity is known

A

AndAlso

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

Tests two condition and if either condition or both conditions are True of False then expression evaluates

A

OR

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

A statement which allows a program to execute a path based on the truth or falsity of an expression

A

If…Then

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

Checks if two values are equal to each other or not

A

Equality Operators

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

Not equal

A

<>

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

Sign Operators

A

+, -

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

Check the mathematical relation between two values

A

Relational Operators

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