Diagnostic Assessment
A short readiness check spanning algebra, functions, graphs, basic programming, NumPy familiarity, and mathematical notation. It gauges where you are before Week 1 so you can study efficiently. Answer honestly — the goal is to surface gaps, not to score high. After submitting, review the flagged areas noted in each explanation before starting the course.
- 1.
Evaluate using standard operator precedence.
- 2.
Solve for : .
- 3.
What is ?
- 4.
For the function , what is its range when the domain is all real numbers?
- 5.
A line passes through and . What is its slope?
- 6.
In Python, what does the expression
len([2, 4, 6, 8])evaluate to? - 7.
In Python, after
x = 3, what is the value ofx == 4? - 8.
In NumPy, what is the shape of the array created by
np.array([[1, 2, 3], [4, 5, 6]])? - 9.
Expand the summation .
- 10.
For the list of values indexed , what does return?