Algorithms
Across
- 3. like division, but it only returns the while number or integer
- 5. Used to show an algorithm as a diagram
- 7. a construct that means a process is repeated.
- 10. A structured, code like language that can be used to describe an algorithm
- 11. something that must happen before something else can happen
Down
- 1. the principles and reasoning underlying the constructs and elements to be applied in solving problems
- 2. an unique name given to a variable or constant.
- 4. a 'container' used to store data.
- 6. a construct that allows a choice to be made between different alternatives
- 8. will return the remainder of a division
- 9. performs a calculation.