F452 Crossword

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