Python ismétlés

Python ismétlés

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

PM Reports

PM Reports

10th Grade

11 Qs

Tekper Bab3

Tekper Bab3

10th Grade

15 Qs

Kuis Kelas 9 SMP DAMPAK SOSIAL INFORMATIKA

Kuis Kelas 9 SMP DAMPAK SOSIAL INFORMATIKA

9th Grade - University

10 Qs

Internet ed azienda

Internet ed azienda

9th - 11th Grade

10 Qs

Finding Information

Finding Information

10th Grade

10 Qs

G12 ICDL Using Social Media Application

G12 ICDL Using Social Media Application

11th Grade

10 Qs

Database Concepts

Database Concepts

11th - 12th Grade

15 Qs

DA02: Sheet 1

DA02: Sheet 1

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?