Boolean Logic Flashcards

1
Q

or

A

if either are true, statement is true

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

not

A

invert parenthesis

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

elif

A

else if. Tests another condition if current elif is false. WIth multiple truths, first one/top runs

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

!=

A

not equal

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

==

A

equal

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

> =

A

greater than equal

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

less than equal

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

and

A

if either are false, statement is false

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