Logic Gates

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

1/6

flashcard set

Earn XP

Description and Tags

Logic Gates symbols, logic tables, and descriptions testing

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards
term image
  • AND Gate

  • Outputs true only when all its inputs are true. It performs the logical conjunction operation.

2
New cards
term image
  • NAND Gate

  • Outputs a false only if all inputs are true; otherwise, it outputs true.

3
New cards
term image
  • OR Gate

  • Outputs true if at least one input is true. It performs the logical disjunction operation.

4
New cards
term image
  • NOR Gate

  • Outputs true only if all inputs are false. It performs the logical negation of the OR operation.

5
New cards
term image
  • XOR

  • Gate outputs true if an odd number of inputs are true; otherwise, it outputs false.

6
New cards
term image
  • XNOR Gate

  • Gate outputs true if an even number of inputs are true, effectively performing the logical negation of the XOR operation.

7
New cards
term image
  • NOT Gate

  • Outputs true only if the input is false; performs logical negation.