CS1 Units 5-6
Across
- 4. motion that reverses the direction of a shape to move back and forth between the edges of the canvas
- 7. keyword to test if at least one of two conditions is true
- 8. type of or that tests if either or both test cases are true
- 11. when onStep is called to make a shape appear to be moving without any action from the user
- 14. speeds up or slows down the app when performing tasks
- 15. the group name that encompasses all the shapes inside the grou
- 16. the property that stores all shapes inside a group as a list
- 18. conditionals that use the keywords or, and or not to combine simple test cases
- 19. a collection of shapes treated as a single shape
- 20. the person who tests a program and presses the mouse or key to make things happen, without seeing or understanding the code
- 21. the parameter for onKeyHold
- 22. keyword to test if two conditions are both true
- 24. motion that has a shape exit on one side of the canvas and reappear on the other
- 25. conditionals that use compound and nested conditionals to test more complicated cases
- 27. motion that moves an object left or right on the canvas
Down
- 1. the function that checks if any key is pressed and not released for some time
- 2. motion that moves an object vertically and horizontally at once
- 3. motion that moves an object up or down on the canvas
- 5. a shape inside of a group
- 6. conditionals that indent a conditional inside the body of another conditional
- 7. function that is called repeatedly as time passes without action from the user
- 9. the default number of times onStep is called per second
- 10. property that shows or hides shapes or groups of shapes
- 11. method that creates a new shape for a group
- 12. type of or that tests if either but not both test cases are true
- 13. method that deletes one shape from a group
- 14. motion that sets dx to zero
- 17. motion that changes the sign of dx
- 18. method that removes all shapes from a group at once
- 23. motion that sets a shape to still when it reaches the edge of the canvas
- 26. keyword to make some test case the opposite of its result, or false