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