National 5 Computing

12345678910111213141516171819
Across
  1. 5. A data structure with a list of values, unlike a variable
  2. 6. Stage of the development process, before implementation
  3. 7. A basic conditional statement
  4. 8. The term that covers presence checks, range, length and restricted choice
  5. 10. Data is scrambled so that only the intended recipient can read it
  6. 15. Companies that use your personal data must make sure it is ______
  7. 16. When two strings are joined together
  8. 17. A vector image is made up of objects with _______
  9. 19. AND, OR and NOT are this kind of operator
Down
  1. 1. The number of bits in standard ASCII
  2. 2. One of the conditional loops
  3. 3. Type of requirement that says what a database must have tables or queries to do
  4. 4. One of the pre-defined functions
  5. 7. Blank space at the start of a line of code, makes it easier to read
  6. 9. Type of SQL statement used to add new values to a database
  7. 11. Filters traffic from a network and can block unwanted connections
  8. 12. Component that moves things between memory and the processor
  9. 13. Floating point numbers have a _____ and an exponent
  10. 14. Something that is passed into a function, e.g. Round(3.14)
  11. 18. Type of error that doesn't show an error message - the code still runs