What is the unit of force in the International System of Units (SI)?
What is a Newton (N)
This is the result of adding 45 and 37.
What is 82?
This operating system, developed by Microsoft, is the most widely used OS for personal computers.
What is Windows?
According to Ohm's Law, the current flowing through a resistor is directly proportional to this and inversely proportional to this.
What is voltage and resistance?
This logic gate outputs 1 only when both of its inputs are 1.
What is an AND gate?
This law states that for every action, there is an equal and opposite reaction.
What is Newton's Third Law of Motion?
The sum of the interior angles of a triangle is always this number of degrees.
What is 180 degrees?
This component of a computer is responsible for processing instructions and performing calculations.
What is the CPU (Central Processing Unit)?
This law states that the sum of currents entering a junction is equal to the sum of currents leaving that junction.
What is Kirchhoff’s Current Law
This is the Boolean expression for a circuit where the output is 1 if either input is 1 (but not both).
What is an XOR (Exclusive OR) gate?
This is the unit of electrical resistance, named after a German physicist.
What is the ohm?
This is the solution to the quadratic equation x^2−5x+6.
What are x=2 and x=3.
This type of loop repeats a block of code as long as a specified condition is true.
What is a "while" loop?
n an AC circuit, this is the term for the opposition to the flow of alternating current, which combines both resistance and reactance.
What is impedance?
The output of this gate is 0 unless both inputs are 1, and it outputs 1 only when both inputs are 0.
What is a NAND gate?
This famous physicist is known for his uncertainty principle, which states that the position and momentum of a particle cannot both be precisely measured at the same time(last name accepted).
Who is Werner Heisenberg?
This is the value of sin(30∘) (NO CALCULATORS!)
What is 1/2?
This is the primary storage device in a computer, used to store data and programs for quick access.
What is RAM (Random Access Memory)?
This theorem simplifies any linear circuit into a single voltage source and a single resistor in series, making it easier to analyze.
What is Thevenin’s Theorem?
This method is used to simplify Boolean expressions by visually grouping cells that have a value of 1 in a BLANK map, minimizing the number of terms.
What simplification using Karnaugh maps?
This is the term for the quantity that describes an object's rotational inertia, which depends on both its mass and the distribution of that mass.
What is the moment of inertia?
The integral of (3x^2)dx.
What is x^3+C?
This data structure, often used in algorithms like Depth First Search (DFS) and Breadth First Search (BFS), follows the principle of "Last In, First Out" (LIFO) or "First In, First Out" (FIFO), depending on its implementation.
What is a stack or queue?
n an AC circuit, this is the phase shift between the current and voltage in a purely inductive circuit, expressed in degrees.
What is 90 degrees?
This type of flip-flop has two stable states and is commonly used for memory storage in sequential circuits, where the output changes based on the clock signal and the input values.
What is a D flip-flop?