Python ismétlés

Python ismétlés

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Website Development 1 - Recall

Website Development 1 - Recall

11th Grade

10 Qs

TIN 10 BÀI F14

TIN 10 BÀI F14

10th Grade

10 Qs

File Handling in Python

File Handling in Python

12th Grade

15 Qs

Print Input While For

Print Input While For

10th Grade

10 Qs

Python function output based KVRDSO lucknow

Python function output based KVRDSO lucknow

11th - 12th Grade

11 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

LUYỆN TẬP - TIN 10 - BÀI 17

LUYỆN TẬP - TIN 10 - BÀI 17

10th Grade

10 Qs

CodeHS - Intro to Python - Conditionals Quiz

CodeHS - Intro to Python - Conditionals Quiz

9th Grade - Professional Development

15 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?