comp 110 boolean operators

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

false or false evaluates to

false

2
New cards

true or false evaluates to

true

3
New cards

false or true evaluates to

true

4
New cards

true or true evaluates to

true

5
New cards

false and false evaluates to

false

6
New cards

true and false evaluates to

false

7
New cards

false and false evaluates to

false

8
New cards

true and true evaluates to

true

9
New cards

not false evaluates to

true

10
New cards

not true evaluates to

false

11
New cards

order of precedence - first

arithmetic operators (PEMDAS)

12
New cards

order of precedence - second

relational operators

13
New cards

order of precedence - third

not

14
New cards

order of precedence - fourth

and

15
New cards

order of precedence - fifth

or