The heading to every HTML file
what is <!DOCTYPE html>
The equation for power
The gate that output is HIGH only when both inputs are HIGH
What is an AND gate?
The words that AC stands for
What is Alternating Current?
The device only allows current to flow in one direction
What is a diode?
The C++ structure that stores multiple values of the same data type under one name?
What is an array?
The formula for equivalent resistance for 2 resistors in parallel
What is (R2*R1)/(R1+R2) or 1/R2 + 1/R1?
The boolean expression for a NAND gate
What is Y = A' * B'
The number of AC cycles per second
What is frequency?
The type of diode that glows when current flows through it
What is an LED?
The structure in C++ that repeats a set of code until a condition becomes false
What is a while loop?
In a parallel circuit, the same ______ will be measured across all the resistors
What is voltage drop?
The number system with base-16
What is hexadecimal?
The component that stores electric charge
What is a capacitor?
The ratio between voltage input and output in a transistor
What is gain?
The tag used to insert an image into an HTML doc
What is the <img> tag?
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?
The device that stores 1 bit of data and is the basis of memory
What is a flip-flop?
The unit of inductance
What is Henry?
The 3 terminals of a JFET or MOSFET
What are gate, drain, and source?
The method of passing a variable in C++ that allows the function to modify the original variable
What is pass-by-reference?
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?
The combinational circuit determines if two binary numbers are equal
What is a comparator?
The condition where inductance and capacitance reactance are equal (XC = XL)
What is resonance?
The transistor type controlled by voltage, not current
What is a MOSFET?