Python ismétlés

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
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
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
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
Similar Resources on Wayground
15 questions
PYTHON PROGRAMMING

Quiz
•
11th - 12th Grade
11 questions
Python

Quiz
•
9th Grade
14 questions
Python pętle while/for

Quiz
•
9th Grade
14 questions
Y9 - Module 2 - KT1 Python Basics

Quiz
•
9th Grade
15 questions
Conditionals Unit Quiz

Quiz
•
9th Grade - University
10 questions
10 CS // Pseudocode

Quiz
•
9th - 11th Grade
12 questions
Python_P_F

Quiz
•
9th Grade
14 questions
PYTHON

Quiz
•
9th Grade
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade