Python Chapter 1 Review Crossword

12345678910111213141516171819202122232425262728
Across
  1. 2. This unit of the CPU controls and coordinates the actions of the other components that the logical unit does not manage.
  2. 3. This type of error is example of missing a keyword or mistyping a statement.
  3. 6. Named after the individual that pioneered calculating machines in the seventeenth century, this language is used for teaching
  4. 8. A simple general-purpose scripting language good for writing short programs or advanced GUIs.
  5. 13. Compromised by 8 bits.
  6. 14. An encoding scheme...besides ASCII.
  7. 15. A kilobyte has _____ bytes.
  8. 16. The instructions that control the physical components of a computer or program.
  9. 17. Retrieves instructions from memory and executes them.
  10. 18. It is an ordered sequence of bytes for storing and handling data before execution by the CPU.
  11. 19. This unit of the CPU performs mainly numeric and logical operations, the alternative name is the logic unit.
  12. 24. Reads one statement at a time from the source code then translates it to machine code.
  13. 26. A gigabyte has _____ bytes.
  14. 27. A built-in graphics module for drawing simple graphics which is relatively learn and simple to use.
  15. 28. This type of language known to be mnemonic, represents machine language instructions and is a low-level type.
Down
  1. 1. This connection uses a phone line, but at least it is faster, 20 times faster that is, than a standard dial-up modem.
  2. 2. Non-GUI based programs.
  3. 4. The visible components of a computer.
  4. 5. Under the direction of Oracle, this language is used for developing platform independent Internet apps.
  5. 7. Reads all statements from the source code then translates into an executable machine-code file.
  6. 9. Sequence of characters.
  7. 10. To create or develop software.
  8. 11. Is our IDE for our course used to develop programs.
  9. 12. Another word for the tiny electric switches on the CPUs that are silicon semiconductor chips.
  10. 17. Documents what the program is and how it is constructed; it is not executed by a compiler or interpreter.
  11. 20. The measure of speed on a CPU.
  12. 21. Part of the processor that performs the reading and executing instructions.
  13. 22. Represented by 1's and 0's
  14. 23. A physical component or device that allows a computer to connect to a LAN or ethernet network.
  15. 25. Devices for operating a medium such as disks or CDs; responsible for reading or writing data onto the medium.