GCSE Computer Science vocabulary

123456789101112131415
Across
  1. 1. AND,OR and NOT
  2. 3. The number of pixels in a bitmap image
  3. 8. Denary equivalent of the hexadecimal value F
  4. 10. 1000 terabytes
  5. 11. Devices need this information to display an image
  6. 13. Statement which causes the program to make a choice
  7. 14. Pressing F5
  8. 15. Python, Scratch and HTML are types of these
Down
  1. 1. for and while
  2. 2. The NOT gate outputs this
  3. 4. Makes the program repeat a set of instructions
  4. 5. A 1 or 0
  5. 6. 10100 in denary
  6. 7. Images are stored as a series of these
  7. 9. A named value that can change in a program
  8. 12. Represented by an = in Python