Logic Gates

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

1/5

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.

6 Terms

1
New cards
<p><strong>NOT </strong>gate</p>

NOT gate

it accepts a single input and the output is the opposite value

<p>it accepts a single input and the output is the opposite value</p>
2
New cards
<p><strong>AND</strong> gate </p>

AND gate

it accepts 2 wires, and if both the wires are ‘on’ it outputs 1. If either are off, the output is 0

<p> it accepts 2 wires, and if both the wires are ‘on’ it outputs 1. If either are off, the output is 0</p>
3
New cards
<p><strong>OR</strong> gate </p>

OR gate

it accepts 2 wires, and as long as either wire is 1, the output is 1

<p> it accepts 2 wires, and as long as either wire is 1, the output is 1</p>
4
New cards
<p><strong>NOR</strong> gate </p>

NOR gate

it accepts 2 wires, and if any of its inputs are 1 it will give an output of 0

<p> it accepts 2 wires, and if any of its inputs are 1 it will give an output of 0</p>
5
New cards
<p><strong>NAND</strong> gate </p>

NAND gate

It accepts 2 wires, and if both inputs are 1 the output is 0, or if both wires are 0 the output is 1 . If there is a 1 output is 1.

<p>It accepts 2 wires, and if both inputs are 1 the output is 0, or if both wires are 0 the output is 1 . If there is a 1 output is 1.</p>
6
New cards
<p><strong>XOR</strong> gate</p>

XOR gate

it accepts 2 wires, and if one input is 1 the output is 1, and if both inputs are 0 or if both are 1 the output is 0

<p> it accepts 2 wires, and if one input is 1 the output is 1, and if both inputs are 0 or if both are 1 the output is 0</p>