Algorithms

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