AP Comp Sci Crossword

123456789101112
Across
  1. 1. requires the list to be sorted in order and then cutting the list in half
  2. 4. Networking devices that route traffic between subnetworks on the Internet
  3. 5. A code that is available for anyone to use.
  4. 6. provides timely but unreliable message delivery
  5. 8. An attacker sends you an email that appears to be from some official organization and tricks you into giving information to the attackers
  6. 9. A code that must remain confidential to its respective owner
  7. 10. a boolean condition to determine which of two algorithmic paths are taken, aka if-then
Down
  1. 2. using a looping control structure, like while, for, foreach, repeat, repeat-until, etc.
  2. 3. code flows line by line, one after another, like a recipe
  3. 7. Consists of sending a lot of requests to a server at the same time. This can overload the server's network bandwidth.
  4. 11. Guarantees reliable transmission by breaking messages into packets, keeping track of which packets have been received successfully
  5. 12. a Boolean operator. one or the other has to be true in order for it to evaluate to true.