Across
- 2. For a variable to work globally throughout the script, where does it need to be placed relative to an OnEvent component.
- 4. A term that is generally considered as a data type and is often implemented as an array data structure of bytes (or words) that stores a sequence of elements
- 8. What is this term called when a single value is stored
- 10. What term is a sequence of instructions that is continually repeated until a certain condition is reached
- 11. A program that asks for information from other processes or programs
- 12. What element makes text appear only?
- 13. Practice of capitalizing the first letter of each compound word in a programming variable to improve readability
- 14. What element displays text and numbers in the console?
- 16. The process of identifying and removing errors from computer hardware or software
Down
- 1. What is placed or used after every line of code?
- 3. A concept in computer science where a number of variables or constants, and operators and functions, are put together in a single line that is acted on by a particular programming language.
- 5. A well known method for referencing the elements in a list or string using numbers
- 6. A way to select a colour from 3 values
- 7. A element that randomizes a number
- 9. What goes on a 'callback' section of an onEvent
- 15. For an index inside of a loop, what goes inside the index to make it a traversal?
