logic gates

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

1/9

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.

10 Terms

1
New cards

NOT gate

  • inverter

  • inverts the input

  • “a switch that toggles on and off”

2
New cards

AND gate

  • outputs only one if both inputs are 1

  • “a two key safe that opens only if both are turned”

3
New cards

OR gate

  • outputs 1 if at least 1 input is 1

  • “a doorbell with two switches, pressing either rings the bell”

4
New cards

NAND gate

  • outputs 0 only if both inputs are 1

  • “a safety switch operation stops only if both switches are on”

5
New cards

NOR gate

  • outputs 1 only if both inputs are 0

  • a security alarm that activates only if no motion is detected

6
New cards

NOT boolean

A’

7
New cards

AND boolean

A * B

8
New cards

OR boolean

A + B

9
New cards

NAND boolean

A’ * B’

10
New cards

NOR boolean

A’ + B’