Across
- 4. example of natural language
- 6. To create a loop that executes exactly b times, a what is created?
- 7. operations send results from the computing agent to the outside world
- 8. in a posttest loop, the continuation condition is tested where in the loop?
- 10. Name of a loop that the continuation condition of the loop never becomes false
- 11. the process of searching for a special pattern of symbols within a larger collection of information is called what type of matching
- 12. algorithmic operation that carries out a single numeric computation and stores the result
Down
- 1. termed a straight-line algorithm
- 2. What is a collection of useful, prewritten algorithms?
- 3. The repetition of a block of instructions
- 5. statements are the question-asking operations of an algorithm
- 9. the type of function in a word processor that is a pattern-matching algorithm
- 10. operations provide the computing agent with data values from the outside world
- 13. Print the value of a product is an example of what type of operation
