Python Final Exam

12345678910111213141516
Across
  1. 4. Instructions that a computer follows, written in code.
  2. 7. Using technology to solve human problems.
  3. 9. Majority of coding language used in your class.
  4. 12. A measure of delay.
  5. 13. Programs that run on hardware.
  6. 14. Command used to mix colors-red, green and blue
  7. 15. A variable that holds many pieces of data at the same time.
  8. 16. Data type that holds letters of the alphabet
Down
  1. 1. Command used to display decimals.
  2. 2. A keyword that tells the subprogram what value to send back.
  3. 3. The maximum amount of data transmitted over an internet connection in a given amount of time.
  4. 4. Command displays text and numbers on the screen.
  5. 5. Command to repeat code.
  6. 6. What is 7 mod 24?
  7. 8. Translates code to machine language.
  8. 10. Command that creates a function.
  9. 11. A(n) ____ is the location of a computer on a network.