d) Logic Gates and Truth Tables

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

1/15

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.

16 Terms

1
New cards

What does a boolean equation equate to?

True or false

2
New cards

What are the 4 boolean expressions?

Conjunction, disjunction, negation and exclusive disjunction.

3
New cards

What is a conjunction equivalent to?

AND

4
New cards

What is the symbol for a conjunction?

^

5
New cards

What is a disjunction equivalent to?

OR

6
New cards

What is the symbol for a disjunction?

V

7
New cards

What is the logic gate for a negation?

NOT

8
New cards

What is the symbol for a negation?

¬

9
New cards

What must you include when drawing a NOT gate?

A small circle between the triangle and the next line.

10
New cards

What is the logic gate for an exclusive disjunction?

XOR

11
New cards

What is the symbol for an exclusive disjunction?

V

12
New cards

Define truth table

A table showing every possible permutation of inputs to a logic gate and the corresponding output.

13
New cards

Define conjunction

Equivalent to a multiplication of binary inputs.

14
New cards

Define disjunction

The equivalent of adding binary inputs.

15
New cards

Define negation

Reverses the truth value of the input.

16
New cards

Define exclusive disjunction

Similar to a disjunction, but is false when both inputs are true.