computing scinces

12345678910111213141516
Across
  1. 4. a linear sequence of characters, words, or other data.
  2. 5. manipulation (use) of technology for some aims beyond the tool itself.
  3. 6. the specific order in which instructions are performed in an algorithm.
  4. 8. a data item that may take on more than one value during the runtime of a program.
  5. 10. a diagram that depicts a process, system or computer algorithm.
  6. 12. a control flow statement that allows code to be executed repeatedly based on a given Boolean condition
  7. 14. changing the data type of a piece of data from one type to another
  8. 16. a simple way of describing a set of programming instructions in a manner that resembles a programming language
Down
  1. 1. with the object or purpose of:
  2. 2. Data values that stay the same every time a program is executed
  3. 3. a statement in computer programming that is used to set a value to a variable name
  4. 7. else if
  5. 9. a programming construct where a section of code is run only if a condition is met
  6. 10. a data type composed of a number that is not an integer
  7. 11. a series of memory locations – or 'boxes' – each of which holds a single item of data, but with each box sharing the same name
  8. 13. whole numbers represented as binary values
  9. 15. a data type where the data only has two possible variables: true or false