This 9-letter word refers to a step-by-step procedure for solving a problem
Algorithm
Draw the truth table for an AND circuit

Draw the truth table for a XOR circuit

What type of gate is shown? (put together your existing knowledge)
XNOR gate
The NAND gate performs the inversion of which basic logic operation?
AND
How many inputs does a half-adder circuit use?
2
This "visual algorithm" uses boxes and arrows to show the flow of a process
Flowchart

What types of logic gates are in the picture above?
AND, OR, NOT

Given A = 0, B = 1, what is Z?
Z = 1
This type of table lists all possible input combinations and their corresponding outputs for a logic circuit.
Truth Table
How many rows will there be in the truth table for a circuit with 3 inputs?
8

Given A = 0, B = 0, what is Z?
Z = 0
What type of gate is shown?
OR Gate
Draw a circuit that will make the same truth table as a NAND gate.
AND -> NOT
![]()
Given A = 0, B = 0, C = 1, what will the output be?
Q = 0