AP Principles XW-2

12345678910111213141516171819
Across
  1. 2. the value passed to the parameter
  2. 5. involves one key for both encryption and decryption.
  3. 10. a command that executes the code within a function
  4. 11. a process that reverses encryption, taking a secret message and reproducing the original plain tex
  5. 13. <, >, <=, >=, ==, != indicate a Boolean expression
  6. 14. the practice of obtaining input or information from a large number of people via the Internet.
  7. 17. deciding which steps to do next
  8. 18. a process and allows a procedure to be used only knowing what it does, not how it does it.
  9. 19. data that does not accurately reflect the full population
Down
  1. 1. a model in which programs run in order, one command at a time
  2. 3. a combination of operators and values that evaluates to a single value
  3. 4. an individual value in a list that is assigned a unique index
  4. 6. pairs a public key for encryption and a private key for decryption.
  5. 7. the maximum amount of data that can be sent in a fixed amount of time, usually measured in bits per second.
  6. 8. a search algorithm which checks each element of a list, in order, until the desired value is found
  7. 9. an ordered collection of elements
  8. 12. occurs when the ending condition will never evaluate to true
  9. 15. a wireless access point that gives unauthorized access to secure networks.
  10. 16. doing some steps over and over