Кроссворд

12345678910111213
Across
  1. 3. – a student of BI 11.1.
  2. 5. – the algorithm always ends with a result.
  3. 7. – the algorithm should work with different sets of data.
  4. 8. – a logical expression that takes the values True or False.
  5. 9. – a variable that holds the current iteration number.
  6. 12. – a graphical representation of an algorithm with blocks and connections.
Down
  1. 1. – a simplified language for writing algorithms, similar to programming code.
  2. 2. – the algorithm must finish and provide a result within a finite number of steps.
  3. 4. – a strictly defined method for solving a problem, executed unambiguously for any given input data.
  4. 6. – a single execution of the loop body.
  5. 8. – an explanation for a step or process in the algorithm.
  6. 10. – the algorithm contains only commands available to the performer.
  7. 11. – a repetitive sequence of instructions.
  8. 13. – an element of the diagram used for transitioning between its parts.