F452 Terminology

12345678910111213141516171819202122232425
Across
  1. 2. C Function to compare if 2 strings are the same
  2. 5. Posh word fro joining together two strings
  3. 6. The validation check that tests for if an item of data has been input
  4. 9. The keyword relating to what happens in RAD
  5. 10. Posh word for loop
  6. 11. The data type that is 4 bytes in size
  7. 12. A small section of code, like a function or procedure
  8. 15. The memory location that recursion uses to store all the variables, that can become full
  9. 18. The validation check that tests for a specific layout
  10. 20. Type of statement that gives a value to a variable
  11. 21. ....Refinement- Breaking down a problem into smaller and smaller parts
  12. 23. The type of operator that can only be set to Yes/ No or True/ False
  13. 25. C Function used to count the length of a string
Down
  1. 1. A subroutine that doesn't have to return a value or can return many
  2. 3. Posh word for brackets
  3. 4. The traditional type of system design
  4. 7. A type of variable whose value can't be changed during run time
  5. 8. The posh term for a variable or function's name
  6. 13. The validation check that tests for if an item of data is already in the database
  7. 14. The validation check that tests for if data falls between a preset number
  8. 16. A data type that is one byte in size each time it is used
  9. 17. A variable that has an index
  10. 19. A subroutine that has to return a single value
  11. 22. The data type that is 2 bytes in size
  12. 24. The validation check that tests for how long a field of data is