CSD Unit 3 Lessons 1 - 4

123456789101112
Across
  1. 1. in this step of the problem solving process, you research and consider possible solutions
  2. 3. in this step of the problem solving process, you may follow thru with your best solution idea and see what happens
  3. 6. one of the parameters of a shape, the size from left to right on the screen
  4. 7. a normal part of coding, this is identifying and fixing problems that you find in your code or the code of others
  5. 8. a field of study related to the principles and uses of computing, including coding and cybersecurity (two words)
  6. 10. one of the parameters of a shape, the size from top to bottom on the screen
  7. 11. a process used to help people systematically slow down and think about how to best solve a problem (three words)
  8. 12. this shortened form of the word rectangle is used when drawing shapes in javaScript or GameLab
Down
  1. 1. additional information provided as input to a block to customize its functionality
  2. 2. another word for an oval or circle used on javaScript or GameLab
  3. 4. in this step of the problem solving process, you look back to see if the solution that you tried worked and what can be improved upon
  4. 5. this command can be used to make the screen a different solid color that will be behind the shapes you place on the screen.
  5. 7. in this step of the problem solving process, you make sure you understand the problem.
  6. 9. background (_______) This is the piece of information that you put between the parenthesis in the background command