Computer Science

1234567891011121314
Across
  1. 1. The coding language that You learned
  2. 4. a way to simplify your code. It will take repeated lines (that are exactly the same) and make it so that you only need to write the COMMAND once
  3. 7. the first step to making a variable work, it is when you make the variable
  4. 8. a way for programs to store and track information
  5. 10. the way you can talk to your app through the debug console
  6. 11. the second step to making a function work, it is to actually use it
  7. 12. a math symbol used to evaluate a problem
  8. 14. what you are changing about an element in a setProperty
Down
  1. 2. statements that can tell if something is true then this will happen
  2. 3. What element you are changing (it is the first part of a setProperty)
  3. 5. What you will change a property to in a setProperty
  4. 6. a command that will change the property of an element in your app
  5. 9. a way to talk in “our” terms to either yourself or a partner to show what a line or section of code does
  6. 13. the three primary colors on a screen