Across
- 1. Greek god of lightning and chief deity of the Greek pantheon.
- 3. ______ computing: programs are broken into small pieces, some of which are run simultaneously.
- 4. The last Pharaoh of Ancient Egypt.
- 6. Hindu protector of the universe.
- 9. _____ search is a search algorithm which checks each element of a list, in order, until the desired value is found or all elements checked.
- 11. Hebrew name for the devil whose name means "Lord of the Flies"
- 12. Chief deity of the Norse phanteon.
- 13. Greek goddess of the hunt.
- 16. A measure of how many steps are needed to complete an algorithm
- 17. a repetitive portion of an algorithm which repeats a specified number of times or until a given condition is met.
- 19. Egyptian god of the moon.
- 21. Type of loop that occurs when the ending condition will never evaluate to true. In other words, the Boolean expression will never evaluate to false.
- 23. ______ computing: programs are run by multiple devices.
- 26. An archangel whose name means "God has warned"
- 27. Norse deity known for her golden apples.
- 28. Hindu god of destruction.
Down
- 2. the time used to complete a task sequentially divided by the time to complete a task in parallel
- 5. Hindu goddess of wealth and good fortune.
- 7. Provides a "good enough" solution to a problem when an actual solution is impractical or impossible.
- 8. Greek goddess of harvest.
- 10. An angel from the novel Paradise Lost whose name means "Slave of God"
- 14. ______ computing: programs run in order, one command at a time.
- 15. Hebrew angel known as the right hand of God.
- 18. Type of loop condenses the parts of a while loop into a shorter statement. Similar to the while loop, once the Boolean expression becomes false, the loop ends.
- 20. Type of loop that Uses a boolean condition to repeatedly run a block of code. If it is true it runs the block of code contained within it. This process of checking the condition and running the block of code is repeated as long as the Boolean condition remains true. Once the Boolean expression becomes false it will stop.
- 22. _____ search is a search algorithm that starts at the middle of a sorted set of numbers and removes half of the data; this process repeats until the desired value is found or all elements have been eliminated.
- 24. An ______ problem is a problem for which no algorithm can be constructed that is always capable of providing a correct yes-or-no answer.
- 25. Celtic goddess known as the earth-mother.
