Vocabulary
Logic Gates 1
Logic Gates 2
100

This 9-letter word refers to a step-by-step procedure for solving a problem

Algorithm

100

Draw the truth table for an AND circuit

100

Draw the truth table for a XOR circuit

200

What type of gate is shown? (put together your existing knowledge)

XNOR gate

200

The NAND gate performs the inversion of which basic logic operation?

AND

200

How many inputs does a half-adder circuit use?

2

300

This "visual algorithm" uses boxes and arrows to show the flow of a process

Flowchart

300

What types of logic gates are in the picture above?

AND, OR, NOT

300

Given A = 0, B = 1, what is Z?

Z = 1

400

This type of table lists all possible input combinations and their corresponding outputs for a logic circuit.

Truth Table

400

How many rows will there be in the truth table for a circuit with 3 inputs?

8

400

Given A = 0, B = 0, what is Z?

Z = 0

500

What type of gate is shown?

OR Gate

500

Draw a circuit that will make the same truth table as a NAND gate.

AND -> NOT

500

Given A = 0, B = 0, C = 1, what will the output be?

Q = 0