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