CMPSC
CMPEN
EE
DS
You didn't forget Calc right?
100

This data structure uses Last-In-First-Out ordering.

What is a stack?

100

This component executes arithmetic and logical operations in a CPU. Hint: Learned in CMPEN 331

What is the ALU?

100

The SI unit of electrical resistance.

What is the ohm?

100

A technique that groups similar data points together.

What is clustering?

100

The integral of 1 with respect to x.

What is x+C?

200

This graph traversal algorithm explores all neighboring vertices before moving deeper into the graph.

What is breadth-first search?

200

This combinational logic circuit selects one of several input signals and forwards it to a single output.

What is a multiplexer?

200

Circuit component that stores energy in a magnetic field when electric current flows through it.

What is an inductor?

200

A supervised learning method used for classification.

What is logistic regression?

200

The derivative of sin⁡(x).

What is cos⁡(x)?

300

A technique that solves problems by breaking them into overlapping subproblems and storing results.

What is dynamic programming?

300

The technique that guesses the outcome of branches to improve pipeline performance.

What is branch prediction?

300

A device that converts alternating current to direct current.

What is a rectifier?

300

In machine learning, splitting data into training and testing sets helps avoid this problem.

What is overfitting?

300

A point where the derivative is zero or undefined.

What is a critical point?

400

To find the minimum spanning tree, this algorithm sorts edges and adds them one by one while avoiding cycles.

What is Kruskal’s Algorithm?

400

In pipelined execution, this occurs when an instruction depends on the result of a previous instruction that hasn’t finished yet.

What is a data hazard?

400

A law stating that voltage around a closed loop sums to zero.

What is Kirchhoff’s Voltage Law?

400

A statistic indicating how much variance a regression model explains.

What is R-squared?

400

This method evaluates limits that result in indeterminate forms like 0/0.

What is L’Hôpital’s Rule?

500

Collisions in this data structure are handled using chaining or open addressing.

What is a hash table?

500

A processor that can execute more than one instruction per clock cycle using multiple execution units is called this.

What is a superscalar processor?

500

In AC circuits, this is the ratio of the root-mean-square (RMS) voltage to the RMS current.

What is impedance?

500

The tradeoff between model simplicity and training error.

What is the bias–variance tradeoff?

500

The integral of 1/(x^2+1) dx.

What is arctan⁡(x)+C?

M
e
n
u