Roblox Unit 1 Terms

1234567891011121314151617181920
Across
  1. 2. Operators that include +, -, *, /, and %
  2. 5. To add to or increase
  3. 8. A problem in your code
  4. 9. An online platform where millions gather to create and share experiences
  5. 11. Managing complexity by focusing on relevant concepts
  6. 13. Any set of rules that converts strings to machine code output
  7. 15. The part of a function that contains the commands
  8. 17. A set of steps or rules to follow to solve a particular problem
  9. 18. To subtract from or decrease
  10. 19. Software tools that allow developers to create video games
  11. 20. The first program you typically write when learning
Down
  1. 1. Giving a variable an initial value
  2. 3. A game engine and developer tool for creating Roblox games
  3. 4. Teaching the computer a new command
  4. 6. Defining a variable for the first time
  5. 7. Fixing a problem in your code
  6. 8. A true or false value
  7. 10. A FUNCTION
  8. 12. Changing a geometric object's position or orientation
  9. 14. The name for instructions you write to a computer in a program
  10. 16. A symbol or container that holds a value