Computer Science

12345678910111213141516
Across
  1. 2. For a variable to work globally throughout the script, where does it need to be placed relative to an OnEvent component.
  2. 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
  3. 8. What is this term called when a single value is stored
  4. 10. What term is a sequence of instructions that is continually repeated until a certain condition is reached
  5. 11. A program that asks for information from other processes or programs
  6. 12. What element makes text appear only?
  7. 13. Practice of capitalizing the first letter of each compound word in a programming variable to improve readability
  8. 14. What element displays text and numbers in the console?
  9. 16. The process of identifying and removing errors from computer hardware or software
Down
  1. 1. What is placed or used after every line of code?
  2. 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.
  3. 5. A well known method for referencing the elements in a list or string using numbers
  4. 6. A way to select a colour from 3 values
  5. 7. A element that randomizes a number
  6. 9. What goes on a 'callback' section of an onEvent
  7. 15. For an index inside of a loop, what goes inside the index to make it a traversal?