2.1.11 Define the Boolean operators: AND, OR, NOT, NAND, NOR and XOR | 2.1.12 Construct truth tables using the above operators

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

1/17

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.

18 Terms

1
New cards

the AND operator returns true only if…

both of its inputs are true

2
New cards

in boolean logic 0 represents…

false

3
New cards

in boolean logic 1 represents..

true

4
New cards

the OR operator returns true if…

at least one of its inputs is true

5
New cards

the NOT operator … the input.

inverts

6
New cards

If the input of a NOT operator is true..

it returns false

7
New cards

the NAND operator is the negation of the…

AND operator.

8
New cards

the NAND operator returns false only if…

both inputs are true; otherwise, it returns false

9
New cards

the NOR operator is the negation of the…

OR operator

10
New cards

the NOR operator returns true only if…

both inputs are false; otherwise it returns false

11
New cards

the XOR operator returns true if…

exactly one of its inputs is true

12
New cards

if both inputs of an XOR operator are the same it returns…

false

13
New cards

AND operator table

14
New cards

OR operator table

15
New cards

NOT operator table

16
New cards

NAND operator table

17
New cards

NOR operator table

18
New cards

XOR operator table