F452 Crossword
Across
- 3. When tree IF statements which are inside one another
- 5. This is a date type which they are only two answers
- 6. (Two Words) <,>,=,<>,,<=,>=
- 9. In the subroutine, the values are called *********
- 10. When the instructions are repeated
- 11. (Two words) When you divide a problem into smaller ones
- 13. This is a self contained block of code that has a anme and is executed by another program
- 18. This can recieve values from another program but only returns one value back.
- 19. This means that the computer has to decide which instructions to do according to some criterion
- 20. Is a set of instructions that will solve a problem
- 21. This is a value that, once set, cannoth be changed while the program is running
- 24. This is a programming language which is simply a instruction that can be executed
Down
- 1. This is a name that is used to represent a varible, constant etc.
- 2. When the main program calls a subroutine, the values being passed to the subroutine are called *********
- 4. This is a data type which can be anything as long as the computer recognises
- 7. (Two words) +,-,*,/
- 8. This can recieve values from another program and can return no, one or many values back
- 9. It's a type of code simular to structured english
- 12. A set of instructions that are executed in the order in which they are written (No branches or loops)
- 14. This data is can be stored in a certain order of the name for example alphabetic
- 15. A file that stores data in no order
- 16. This is one that is defined in programming language, it can only be used for the purpose specified by the language
- 17. Data is stored in the computer in the order in which is arrives
- 22. A collection of characters whioch is given a name
- 23. This is a name associated with a location in memory which may hold different values
- 25. This is a date type in which there are different types of numbers that teh compuetr must be able to recognise.