Number Systems and Codes
Logic Gates and Boolean
Combinational Logic Circuits
Sequential Logic & Memory
Counters, Registers, and Troubleshooting
100

This base-2 number system uses only 0 and 1.

What is binary?

100

This gate outputs HIGH only when all inputs are HIGH.

What is an AND gate?

100

This circuit selects one of several inputs and routes it to a single output.

What is a multiplexer?

100

This device stores one bit of data using clocked operation.

What is a flip-flop?

100

The number of states a counter goes through before repeating.

What is modulus?

200

The decimal value of 1010.

What is 10?

200

This gate outputs LOW only when all inputs are HIGH.

What is a NAND gate?

200

This circuit converts one binary input into one of many output lines.  

What is a Demultiplexer?

200

This flip-flop copies the D input to Q on the clock edge.

What is a D flip-flop?

200

A MOD-8 counter counts from this decimal range.

What is 0 to 7?

300

The binary equivalent of decimal 15.

What is 1111?

300

The Boolean expression for an OR gate with inputs A and B.

What is A + B?

300

This circuit adds binary numbers and includes a carry output.

What is an adder?

300

This timing signal coordinates state changes in sequential circuits.

What is a clock or clock pulse?

300

In this type of counter, all flip-flops receive the clocked at different times?

What is an asynchronous counter?
400

This method is commonly used to represent negative binary numbers.

What is two’s complement?

400

This theorem states that (A + B)' = A'B'.

What is DeMorgan’s Theorem?

400

This document lists all possible input combinations and outputs.

What is a truth table?

400

Type of counters that rely on the same clock signal.  

What are synchronous counters?

400

A common problem caused by wires connected when they shouldn't be.  

What is a short? 

500

The hexadecimal value represented by decimal 13.

What is D?

500

The simplified result of A + A'B.

What is A + B?

500

Logic circuits whose outputs depend only on present inputs.

What are combinational circuits?

500

This is the type of gate used at the end of a counter in order to "set" the first number in a counters range. 

What is a Nandgate or 3-input Nandgate

500

The first thing to check when a digital circuit has no output at all.

Is it powered?

M
e
n
u