M4Y1 python

M4Y1 python

Assessment

Flashcard

Other

1st - 3rd Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

4 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Какой цикл можно сделать бесконечным?

Back

while

2.

FLASHCARD QUESTION

Front

Для того, чтобы остановить работу цикла, используется инструкция...

Back

break

3.

FLASHCARD QUESTION

Front

Выбери фрагмент кода, в котором правильно расставлены отступы: for i in range(5): if i < 4: print(“Цикл работает”) else: print(“А сейчас закончится”)

Back

for i in range(5): if i < 4: print(“Цикл работает”) else: print(“А сейчас закончится”)

4.

FLASHCARD QUESTION

Front

Выбери фрагмент кода, в котором правильно расставлены отступы: count = 0 while True: a = int(input()) if a > 0: count = count + 1, count = 0 while True: a = int(input()) if a > 0: count = count + 1, count = 0 while True: a = int(input()) if a > 0: count = count + 1, count = 0 while True: a = int(input()) if a > 0: count = count + 1

Back

count = 0 while True: a = int(input()) if a > 0: count = count + 1

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?