Match the words and phrases with their meanings. a description of actions, the sequential execution of which allows you to solve the task in a specific number of steps a description of actions that must be repeated a specified number of times or until a specified condition is met a list of repeated actions jumps to the next iteration of the loop the repetition of an action a repeatable action as long as the condition is true an exit from the loop if conditions are incompatible with its further execution algorithm cyclic algorithm body of the loop "continue" iteration “while” "break"
Задание

Match the words and phrases with their meanings.

  • Объекты 1
    • a description of actions, the sequential execution of which allows you to solve the task in a specific number of steps
    • a description of actions that must be repeated a specified number of times or until a specified condition is met
    • a list of repeated actions
    • jumps to the next iteration of the loop
    • the repetition of an action
    • a repeatable action as long as the condition is true
    • an exit from the loop if conditions are incompatible with its further execution
  • Объекты 2
    • algorithm
    • cyclic algorithm
    • body of the loop
    • "continue"
    • iteration
    • “while”
    • "break"