Python ismétlés

Python ismétlés

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

10 сынып Python

10 сынып Python

10th Grade

10 Qs

Python Iteration

Python Iteration

10th Grade

13 Qs

Python массив

Python массив

9th - 12th Grade

10 Qs

For Loops HW

For Loops HW

9th - 12th Grade

12 Qs

Ôn tập KTGK. Bài 20. Câu lệnh lặp For

Ôn tập KTGK. Bài 20. Câu lệnh lặp For

10th Grade

15 Qs

1.2 Basic String Manipulation

1.2 Basic String Manipulation

9th Grade

10 Qs

Python - kl. 8

Python - kl. 8

7th - 12th Grade

10 Qs

CODEHS Looping Unit 5 Review

CODEHS Looping Unit 5 Review

9th - 12th Grade

10 Qs

Python ismétlés

Python ismétlés

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Roland Szabó

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Milyen nyelv a python?

Interpretált

Fordított

Futtatott

Bonyolult

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Milyen típuskezelési mód jellemző a Python változóira?

Statikus típusosság

Dinamikus típusosság

Típus nélküliség

Atipikus típusok

3.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Hogyan lehet kiírni pontosan azt, hogy „Anna 15 éves” Pythonban?

(Több jó válasz is lehetséges)

kor = 15


print("Anna " + str(kor) + " éves")

print(f"Anna {15} éves")

print("Anna " + kor +
" éves")

print("Anna", kor, "éves")

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Ez mi?

def sor_szinez(sor, szin):
pass

Egy ciklus

Egy függvény

Egy két elemű lista

Helytelen python kód

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Melyik helyes ciklus az alábbiak közül Pythonban?

(Több helyes válasz is lehetséges)

for i in range(5):

print(i)

for i = 0; i < 5; i++:

print(i)

i = 0

while i < 5:

print(i)

i += 1

repeat:

print(i)

i=i+1

until i == 5

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Mit ír ki ez a kód?

15

510

Elindul a program, de hibát kapunk futás közben

Helytelen program, nem indul el

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Mit ír ki ez a program?

15

510

Futás közben kapunk egy hibát

Helytelen szintaxis miatt el sem indul

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?