Oct 8, 2017 16:45
6 yrs ago
English term

the control returns again to

English to Russian Tech/Engineering Computers: Software programming
The program initializes a variable called ‘cnt’ to zero, which acts as a counter variable. This variable is used to keep a count or track of number of times the loop has been executed. Additionally, the variable is compared with the condition specified at the beginning of the loop.
First, the expression written next to the keyword WHILE is evaluated. If the result evaluates to True, then the statements within the DO and END DO keywords are executed. As the value of the cnt variable is 0, the condition is True and the body of the loop is executed. The message is displayed and the value of the variable is increased by 1.
Since it is an iterative statement, ***the control returns again to the WHILE statement.*** The expression is evaluated once again, and if it returns True, the body of the loop is executed one more time. This process continues until the value of the variable cnt is 1000. At this stage, the test expression, 1000

Proposed translations

+2
2 hrs
Selected

Выполняется следующая итерация цикла while7

Согласен, что управление здесь не при чем. Это безграмотный английский. Управление возвращает функция. Но и цикл не "выполняется снова", поскольку он и не прекращал выполнение. Программа просто переходит в его начало, т.е выполняет следующую итерацию.
Peer comment(s):

agree Lazyt3ch
12 hrs
Спасибо!
agree Natalie
16 hrs
Спасибо!
Something went wrong...
4 KudoZ points awarded for this answer. Comment: "Thank you very much for your help! Thanks everybody!!!"
19 mins

управление снова возвращается к

управление снова возвращается к оператору WHILE

--------------------------------------------------
Note added at 22 mins (2017-10-08 17:08:14 GMT)
--------------------------------------------------

Оператор While...Wend - MSDN - Microsoft
https://msdn.microsoft.com/ru-ru/library/office/gg264682.asp...
После этого управлениt возвращается к оператору While, и снова проверяется условие condition. Если атрибут condition по-прежнему имеет ...

--------------------------------------------------
Note added at 24 mins (2017-10-08 17:10:15 GMT)
--------------------------------------------------

https://studfiles.net/preview/5707298/page:6/
Если условие равно True, то выполняется блок операторов, а по достижении оператора Wend управление возвращается к оператору While, который снова вычисляет выражение condition. Если condition все еще равно True, процесс повторяется. Если condition -False, программа продолжается с оператора, следующего за Wend.

--------------------------------------------------
Note added at 28 mins (2017-10-08 17:13:37 GMT)
--------------------------------------------------

http://window.edu.ru/catalog/pdf2txt/641/72641/50046?p_page=...
Если значение <числового выражения> не равно 0, операторы, заключенные между WHILE и WEND, выполняются и управление снова возвращается к операторуWHILE. Этот процесс повторяется до тех пор, пока <числовое выражение> не примет значение 0.
Something went wrong...
29 mins

снова выполняется

как вариант (возврат управления можно убрать)
Something went wrong...
Term search
  • All of ProZ.com
  • Term search
  • Jobs
  • Forums
  • Multiple search