PS Logical Operators Flashcards

1
Q

Logical and. TRUE only when both statements are TRUE.

A

-and

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

Logical or. TRUE when either or both statements are TRUE.

A

-or

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

Logical exclusive or. TRUE only when one of the statements is TRUE and the other is FALSE.

A

-xor

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

Logical not. Negates the statement that follows it.

A

-not

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