y10 ComSci

123456789101112131415
Across
  1. 2. iteration that depends on a condition
  2. 5. not an actually programming language but follows a similar structure
  3. 8. these can be local or global
  4. 10. operator that produces a Boolean value
  5. 11. operator that gives a value to a variable
  6. 13. operators that only work on integers and reals
  7. 14. computer number system
  8. 15. storage that is non-volatile
Down
  1. 1. base-16 number system
  2. 3. visual representation of a program
  3. 4. 1,000 bits
  4. 6. set of instructions stored under one name
  5. 7. boolean and char are examples of this
  6. 9. sets of instructions for solving a problem
  7. 12. different action carried out depending on condition
  8. 14. AND, OR, NOT are these kids of operators