programming words

1234567891011121314151617
Across
  1. 3. a sequence of characters
  2. 5. a series of events that must be performed in order to achieve a task
  3. 8. used to repeat a specific block of code an unknown number of times until a condition is met
  4. 9. data values that stay the same
  5. 11. something that can be changed
  6. 12. a programmer needs to change the data type of the contents of the variable
  7. 13. a data type composed of a number that is not an integer
  8. 15. a datem of integral data type
  9. 16. one run through a block of code that is repeated multiple times
Down
  1. 1. depicts a process system or computer algorithm
  2. 2. an artificial and informal language that helps programmers develop algorithms
  3. 4. something that changes data around you
  4. 6. else if
  5. 7. statements that evaluate to be true or false
  6. 10. a programming construct where a section of code is run only if a condition is met
  7. 14. used to repeat a specific block of code a known number of times
  8. 17. a series of memory locations each of which hold a single item