Higher SDD and Systems Crossword

12345678910111213141516171819202122232425
Across
  1. 5. variable that can only be accessed from within a procedure
  2. 6. the system used to represent positive numbers
  3. 7. open mode that allows a file to be read from
  4. 10. the actual digits of the number
  5. 12. represents whether the decimal number is negative or positive
  6. 16. type of sub-program that returns a single value
  7. 17. where in the program a variable can be accessed from
  8. 19. finds whether a value is present in a list or not
  9. 20. variables passed in/out of a sub-program
  10. 23. occurrences, finds the total number of instances of a value in a list
  11. 24. used to verify a document and it's sender are genuine
  12. 25. open mode that allows a file to be written to
Down
  1. 1. stops code at a predefined point
  2. 2. a method of passing parameters that creates a second copy of the variable
  3. 3. the system used to represent decimal numbers
  4. 4. finds the smallest value in a list
  5. 8. finds the highest value in a list
  6. 9. a method of passing parameters to allow the variable's value to be altered
  7. 11. a parameter declared in the call statement of a procedure
  8. 13. variable that can be accessed by the entire program
  9. 14. the system used to represent negative numbers
  10. 15. a parameter declared in the procedure name
  11. 18. stops code when the variable it is placed on is updated
  12. 21. the number of places the decimal point is moved
  13. 22. data structure that can store different variable types