Logic Gates
Sequential Circuits
Number Systems
Electronics
Digital Logic
100

Output is only on if both inputs are on

AND Gate

100

Basic building block of counters and shift registers

Flip Flop or Latch

100

Uses only 1s and 0s

Binary

100

Used to turn a circuit on or off

Switch

100

If I need a light to turn on when 2 switches are turned on, what gate do I need?

AND

200

Inverts the signal

NOT gate

200

A signal that repeats on and off in a fixed interval

Clock

200

Uses 0-9

Decimal

200
Used to connect devices on a breadboard

Wires or Jumpers

200
If I needed a light to turn on when 2 switches were off, what gate would I need? 

NAND

300

Has output when only 1 input is on. If both are on or off the output is off.

XOR gate

300

Used to remember how many times a 1 signal has been received.

Counter

300

Base 16

Hexidecimal

300

Black chips used on breadboards

ICs (Integrated Circuits)

300
On an SR flip flop, if the R was 0 and the S was given 1,0,1,0 what would the output Q be?

0 or Low

400

The opposite of an AND gate.

NAND Gate

400

Used to move data from one location to another

Shift Register

400

Contains only 8 numbers

Octal

400

What does LED stand for?

Light Emitting Diode

400

How many 2 input AND gates would I need to have 1 output with 4 inputs?

3

500

Has output only if both inputs are off or on. If one input is on, there is no output.

XNOR

500

Used to store information

Memory

500

0011 converted to decimal

3

500

When something is off, is it a 0 or a 1 signal?

0

500

If a NOT gate was connected to the output of an AND gate, what kind of gate would I have?

NAND