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
6 questions
Python Ki Mit Tud

Quiz
•
9th - 12th Grade
13 questions
Program Development - Python: Errors

Quiz
•
8th - 10th Grade
14 questions
Data types and Input

Quiz
•
7th - 9th Grade
10 questions
AP CSA Unit 1 & 2 Review

Quiz
•
9th - 12th Grade
15 questions
Bài 20. Câu lệnh lặp for

Quiz
•
9th - 12th Grade
13 questions
Word Session Quiz

Quiz
•
7th Grade - University
14 questions
Python Data types & Exceptions

Quiz
•
1st - 10th Grade
10 questions
Строки в Python

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

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th 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
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade