It's complicated
Trust me I'm an engineer
It's too early for Boolean
That's Life, deal with it
It's not COVID
100

Digital integrated circuit that can be programmed by the user to implement any digital logic function.

What is a PLC Programmable Logic Device?

100

Digital circuitry in which an output is derived from the combination of inputs, independent of the order in which they are applied.

What is combinational logic?

100

A type of Boolean expression where several product terms are summed (OR’ed) together.

What is SOP Sum of Products?

100

A written notation that is part code, part human language.

What is pseudocode?

100

A series of events that are regularly repeated in the same order.

What is cycle?

200

A circuit board for wiring temporary circuits, usually used for prototypes or laboratory work.

What is a bread board?

200

A sequential circuit based on a latch whose output changes when its CLOCK input receives a pulse.

What is a flip flop?

200

A movement of electrical charges around a closed path or circuit.

What is a current?

200

multiplication over addition. The property that allows us to distribute (“multiply through”) an AND across several OR functions. For example, a(b+c)=ab+ac.

What is distributive property?

200

A seven-segment LED display where the anodes of all the LEDs are connected to the circuit supply voltage. Each segment is illuminated by a logic LOW at its cathode.

What is a common anode display?

300

The instantaneous voltage of a waveform. Often used to mean maximum amplitude, or peak voltage, or a pulse.

What is amplitude?

300

Two-input logic circuit that produces a high output only when the inputs are equal.

What is an Exclusive - NO (XNOR)?

300

Type of counter in which each flip-flop output serves as the clock input signal for the next flip-flop in the chain.

What is an asynchronous counter?

300

Digital signal in the form of a rectangular pulse train or a square wave.

What is a clock?

300

Digital circuit that accepts binary data from some input source and then shifts these data through a chain of flip-flops one bit at a time.

What is a shift register?

400

A way of representing some physical quantity, such as temperature or velocity, by a proportional continuous voltage or current. An analog voltage or current can have any value within a defined range.

What is Analog?

400

Group of flip-flops connected in a special arrangement in which the states of the flip-flops represent the binary number equivalent to the number of pulses that have occurred at the input of the counter.

What is a binary counter?

400

An electrical device used to store electrical charge.

What is a capacitor?

400

An algebraic expression made up of Boolean variables and operators, such as AND (-), OR (+), or NOT (-). Also referred to as Boolean function or a logic function.

What is a Boolean Expression?

400

A seven-segment display in which the cathodes of all the LEDs are connected together and grounded. A logic HIGH illuminates a segment when applied to its anode.

What is a common cathode display?

500

An integrated circuit having 12 or fewer gates in one package.

What is SSI or Small-scale Integration?

500

A graphical tool for finding the maximum SOP or POS simplification of a Boolean expression. A Karnaugh map works by arranging the terms of an expression so that variable scans are cancelled by grouping minterms or maxterms.

What is a K Map or Kaurnaugh map?

500

Digital circuit that implements the AND operation. The output of this circuit is HIGH only if all of its inputs are HIGH. Digital circuit that implements the AND operation. The output of this circuit is HIGH only if all of its inputs are HIGH.

What is an AND gate?

500

Term derived from “transfer resistor.” Semiconductor device that can be used as an amplifier or as an electronic switch.

What is a transistor?

500

Theorem stating that the complement of a sum (OR operation) equals the product (AND operation) of the complements, and
2) Theorem stating that the complement of a product (AND operation) equals the sum (OR operation) of the complements

What is DeMorgan's Theorems?

M
e
n
u