CSC 141 / QUIZ 1 / UNGRADED PRACTICE
A little practice before Tuesday.
Twelve short questions to help you prepare for Quiz 1. Predict first, choose an answer, then read the explanation.
Quiz: Tuesday, September 15, 2026, 11:00–11:15 AM.
Classes 1–5. Ten multiple-choice questions on basic concepts and short code traces.
These are different questions from the graded quiz. Practice as often as you like. No name, student ID, or submission is required; this page does not record a grade.
Course home · PA1 step-by-step guide
What to review
- Values and types, input(), int(), float(), and assignment.
- Arithmetic, comparisons, Boolean expressions, and flags.
- if / elif / else, simple nesting, and indentation.
- F-strings, pseudocode, tracing, and boundary tests.
For each snippet, track the values, check conditions from top to bottom, and write the exact output before running it. The quiz will not ask you to write a complete program.