Programming
DC Circuits
Digital Logic
AC Circuits
Electronics and Semiconductors
100

The heading to every HTML file

what is <!DOCTYPE html> 

100

The equation for power

What is P = I * V or P = V^2/R or P = R * I^2?
100

The gate that output is HIGH only when both inputs are HIGH

What is an AND gate?

100

The words that AC stands for

What is Alternating Current?

100

The device only allows current to flow in one direction

What is a diode?

200

The C++ structure that stores multiple values of the same data type under one name?

What is an array?

200

The formula for equivalent resistance for 2 resistors in parallel

What is (R2*R1)/(R1+R2) or 1/R2 + 1/R1?

200

The boolean expression for a NAND gate

What is Y = A' * B'

200

The number of AC cycles per second

What is frequency?

200

The type of diode that glows when current flows through it

What is an LED?

300

The structure in C++ that repeats a set of code until a condition becomes false

What is a while loop?

300

In a parallel circuit,  the same ______ will be measured across all the resistors

What is voltage drop?

300

The number system with base-16

What is hexadecimal?

300

The component that stores electric charge 

What is a capacitor?

300

The ratio between voltage input and output in a transistor

What is gain?

400

The tag used to insert an image into an HTML doc

What is the <img> tag? 

400

The theorem that states a complex circuit can be replaced with a single voltage source and 1 resistor in parallel connected to a load

What is Norton's Theorem?

400

The device that stores 1 bit of data and is the basis of memory

What is a flip-flop?

400

The unit of inductance

What is Henry?

400

The 3 terminals of a JFET or MOSFET

What are gate, drain, and source?

500

The method of passing a variable in C++ that allows the function to modify the original variable 

What is pass-by-reference?

500

The technique evaluates circuits by defining independent current loops and applying Kirchhoff’s Voltage Law to each loop to form simultaneous equations for circuit analysis  

What is Mesh Analysis?

500

The combinational circuit determines if two binary numbers are equal

What is a comparator?

500

The condition where inductance and capacitance reactance are equal (XC = XL)

What is resonance?

500

The transistor type controlled by voltage, not current

What is a MOSFET?