crossword programming
Across
- 2. any finite sequence of characters
- 5. term used in various programming languages
- 7. step by step set of operations to be performed
- 8. type a classification of data which tells the compiler or interpreter how the programmer intends to use data
- 9. a value that can change depending on conditions or information passed to the program
- 11. a whole number
Down
- 1. loop computer programming languages a control flow statement that allows code to be executes repeatedly
- 2. error an error in the syntax of a sequence of characters
- 3. variable a variable with global scope meaning that it is visible thought the program unless shadowed
- 4. informal language theory and computer programming the operation of joining character stings end
- 6. a data type intended to represent the truth of values
- 8. locating and removing computering program bugs
- 10. loop a sequence of instructions that is continually repeated until a certain condition is reached