computing

123456789101112131415
Across
  1. 7. statement in computer programming that is used to set a value to a variable name
  2. 8. else if
  3. 9. the reason that
  4. 10. a data type that has one of two possible values
  5. 12. a plain language description of the steps in an algorithm or another system
  6. 14. not consistent
  7. 15. a programmer needs to change the data type of the contents of a variable
Down
  1. 1. programming construct where a section of code is run only if a condition is met
  2. 2. values made up of ordered sequences of characters
  3. 3. data type composed of a number that is not an integer
  4. 4. doesn't change
  5. 5. repetition of a process in order to generate a sequence of outcomes
  6. 6. code is repeated based on a certain condition
  7. 11. a picture of the separate steps of a process in sequential order
  8. 13. data structure that contains a group of elements