Python циклдық операторлары

Python циклдық операторлары

9th Grade

11 Qs

quiz-placeholder

Similar activities

Opening and printing email

Opening and printing email

9th Grade

6 Qs

операторы Python

операторы Python

9th Grade

7 Qs

Python тесті

Python тесті

9th Grade

16 Qs

Selection Programming_If condition

Selection Programming_If condition

8th Grade - University

15 Qs

Kiến thức về hàm print() trong Python

Kiến thức về hàm print() trong Python

2nd Grade - University

9 Qs

Python for loop/lists

Python for loop/lists

9th Grade - University

15 Qs

Увлекательный мир Python

Увлекательный мир Python

6th Grade - University

9 Qs

Желі қауіпсіздігі және оның шаралары

Желі қауіпсіздігі және оның шаралары

9th - 12th Grade

6 Qs

Python циклдық операторлары

Python циклдық операторлары

Assessment

Quiz

Information Technology (IT)

9th Grade

Hard

Created by

Айзат Калабаева

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python тілінде циклдық операторлар қандай?

if, else

for, while

input, print

try, except

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for циклінде қандай функция жиі қолданылады?

input()

range()

print()

len()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

while циклінің дұрыс жазылу үлгісі қандай?

while x > 0:

while x:

while x < 10:

Барлық жауап дұрыс

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

break операторы не үшін қолданылады?

Циклді тоқтату үшін

Келесі итерацияны өткізіп жіберу үшін

Айнымалы мәнін арттыру үшін

Ешқандай өзгеріс жасамайды

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

continue операторының қызметі қандай?

Циклді толықтай аяқтайды

Циклді тоқтатады

Циклдің келесі итерациясына өтеді

Айнымалы мәнін өзгертеді

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Төмендегі кодтың нәтижесі қандай? for i in range(1, 6): print(i, end=" ")

1 2 3 4 5

0 1 2 3 4

1 2 3 4 5 6

1, 2, 3, 4, 5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Төмендегі код не істейді? x = 5 while x > 0: print(x) x -= 1

1-ден 5-ке дейінгі сандарды шығарады

5-тен 1-ге дейінгі сандарды шығарады

5-ті шексіз шығарады

Қате көрсетеді

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?