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