
Урок 3: Циклы
Authored by Игорь Анучин
Education
6th - 11th Grade
Used 29+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Как начать цикл WHILE?
while (i <= 7)
while i = 1 to 7
while (i <= 7; i++)
Нет верного ответа
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Как начать FOR цикл?
for i = 1 to 10
for (let i = 0; i <= 10)
for (i <= 10; i++)
for (let i = 0; i <= 10; i++)
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Какие конструкции для циклов есть в Javascript?
Только две: for и while
Только одна: for
Три: for, while и do...while
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Какое количество сообщений будет выведено в консоль?for (let i = 10; i < 35; i = i + 5) { console.log(i);}
6
5
8
Такой цикл работать не будет
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Что выводится в консоль?for (let i=0; i<=10; i++) {};console.log(i)
0
10
11
Uncaught ReferenceError: i is not defined
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?