
Python ismeretek

Quiz
•
Computers
•
10th Grade
•
Medium
Kiss Andrea
Used 3+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Milyen adattípust ad vissza az input() függvény?
int (integer - szám)
str (string - szöveg)
float (valós szám)
bool (logikai)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Mi történik, ha int(input("Adj meg egy számot: ")) parancsot használunk, és a felhasználó "alma"-t ír be?
A program 0-t ad vissza.
A program szövegként tárolja.
Hibaüzenetet kapunk.
A program lefut, de nem történik semmi.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Melyik for ciklus írja ki a számokat 0-tól 4-ig?
for i in range(5):
for i in range(1,5):
for i in range(0,4):
for i in range(6):
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Melyik ciklus fut, amíg a szám kisebb, mint 10?
while szam > 10:
while szam < 10:
while szam == 10:
while szam != 10:
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Melyik elágazás ellenőrzi, hogy egy szám negatív, nulla vagy pozitív?
if, else
if, elif, else
while, if
for, if
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Mi lesz a következő kód kimenete?
Nagy
Kicsi
Hibát jelez.
Nem történik semmi.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Melyik match-case szerkezet ellenőrzi, hogy a valtozo értéke 1 vagy 2?
match valtozo:
case 1:
print("Egy")
case 2:
print("Kettő")
if valtozo == 1 or 2:
print("Egy vagy kettő")
switch valtozo:
case 1:
print("Egy")
match valtozo:
case "1":
print("Egy")
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Excel Quiz

Quiz
•
8th - 12th Grade
25 questions
Számítógépes alapismeretek tesztkérdések gyakorlása 1

Quiz
•
5th Grade - University
15 questions
Táblázatkezelés1

Quiz
•
10th Grade
16 questions
Vírusok, operációs rendszerek

Quiz
•
9th - 12th Grade
16 questions
Weiss Személyiség teszt

Quiz
•
9th - 12th Grade
15 questions
Dasar SImkodig dan Peta Minda

Quiz
•
10th Grade
20 questions
Kuiz Autocad

Quiz
•
1st Grade - University
15 questions
Adobe Animate Ch. 9

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade