Online test · 10 questions

Sequences, Variables & Your First Scene

Pick the best answer for each question, then submit. Auto-graded — your score is saved to your dashboard.

Q1A variable is best described as…
Q2Which line correctly creates a changeable variable?
Q3After let x = 10; x = x * 2; the value of x is…
Q4Which stores text correctly?
Q5Code in a program runs…
Q6A circle is drawn with position (x, y). If you increase y, the circle moves…
Q7const PI = 3.14; then later PI = 3; will…
Q8To make one number resize a whole balloon, every shape must use…
Q9Why draw the background before other shapes?
Q10score starts at 0. You run score = score + 1; three times. score is…