APCSA Midterm Part 2 - 2016

123456789101112
Across
  1. 2. information, such as text, quantities (numerical values), characters, or symbols that are the inputs and outputs of computer programs.
  2. 7. a connection that uses light to transmit information.
  3. 9. data that is entered into a computer: for example, the microphone, keyboard, or mouse
  4. 10. a number with a decimal point in it
  5. 11. a number given to an item in a list
  6. 12. the action of doing something over and over again; part of the program that repeats itself (to prevent the need for the same piece of code to be typed multiple times)
Down
  1. 1. the basic language understood by computers; programming language must be translated into machine code before the processer can read them
  2. 3. the number system based on 16, where the numbers 10 to 15 are represented by the letters A to F
  3. 4. to look for and correct errors in a programs
  4. 5. data that is produced by a computer program and viewed by the user
  5. 6. a loop with a predetermined beginning, end, and increment (step interval).
  6. 8. a collection of functions that can be reused in other projects
  7. 10. a collection of data stored with a name