• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/7

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

7 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)
AND Gate
x=A×B
Truth Table
0 0 = 0
0 1 = 0
1 0 = 0
1 1 = 1
statement
+ when all inputs are high the output is high
- when all inputs are low the output Is low
OR Gate
X= A+B
TRUTH TABLE
0 0 = 0
0 1 = 1
1 0= 1
1 1= 1
Statement
All high input gives a high output.
All inputs must be low for the input to be low.
NOT Gate

X = Bar over A
Truth Table
0 1
1 0

NAND Gate
X = Bar over AB
Truth Table
0 0 = 1
0 1 = 1
1 0 = 1
1 1 =0
Statement.
when all inputs are high the output low
when all inputs are low the output is high
XOR Gate
X = Bar over A+B
Truth Table
0 0 = 0
0 1= 1
1 0 = 1
1 1 = 0
Statement
when inputs are the same the output is low
when inputs are different the output are high
Can only have two inputs
NOR Gate
X = Bar over A+B
Truth Table
0 0 = 1
0 1 =0
1 0 = 0
1 1 = 0
Statement
when all inputs are low the output is high
when input have a high input the output is low
b
XNOR Gate
Truth Table
0 0 =1
0 1 =0
1 0 = 0
1 1 = 1
STATEMENT
when both inputs are the same output the output is high
when inputs are different the output is low
Can only have two inputs