Practice Programming

12345678
Across
  1. 5. This sensor measures how close an object is (2 words).
  2. 7. This type of loop runs code repeatedly as long as a condition is true (2 words
Down
  1. 1. This part of a code stores a value that can be reused (1 word).
  2. 2. The light component that can change colors based on RGB values (3 words).
  3. 3. The color you get from RGB values (255, 0, 0)
  4. 4. A statement that runs when no other conditions are met
  5. 6. A device that rotates based on commands from a program (2 words).
  6. 8. The statement that checks whether a condition is true and runs code if it is (2 words)