1) What is the modified text: Given: fori:=1to42do In the initial execution of the loop body = 2) Choose the correct

  • 18
1) What is the modified text:

Given: fori:=1to42do In the initial execution of the loop body =
2) Choose the correct answer.
(PICTURE1)
- loop with a parameter for decreasing values of the parameter
- loop with an unknown parameter
- loop with a parameter
- cyclic loop

3) Given is a program in the Pascal language. Fill in the blanks.
(PICTURE2)
Displaying the squares of numbers from 1
Весенний_Лес
2
1) Modified text: В данной конструкции цикла переменная fori принимает значения от 1 до 42 включительно. В начале выполнения тела цикла = 2.

2) Выберите правильный ответ:
- цикл со снижающимся параметром
- цикл с неизвестным параметром
- цикл с параметром
- циклический цикл

3) Дана программа на языке Паскаль. Заполните пропуски:
(РИСУНОК2)
Отображение квадратов чисел от...