crossword programming

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