computing scinces

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