computing scinces

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