
Пайтон
Quiz
•
Instructional Technology
•
10th Grade
•
Hard
Оксана Галушко
Used 7+ times
FREE Resource
Enhance your content
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Що виведе наступний код, при його виконанні:
print(type(1 / 2))
class 'float'
class 'int'
class 'double'
class 'number'
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Що виведе наступна програма?
a = [1,2,3,None,(),[],]
print(len(a))
6
7
5
4
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Результат виконання наступного коду:
d = lambda p: p * 2
t = lambda p: p * 3
x = 2
x = d(x)
x = t(x)
x = d(x)
print(x)
24
12
36
48
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Що буде в результаті виконання наступного коду:
print(type(1 / 2))
type 'double'
type 'tuple'
type 'number'
type 'int'
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Результат виконання коду:
kvps = {"user","bill", "password","hillary"}
print(kvps['password'])
hillary
TypeError
password
user
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Що робить наступний код:
def a(b, c, d): pass
Определяет список и инициализирует его.
Определяет функцию, которая передает параметры.
Определяет пустой класс.
Определяет функцию, которая ничего не делает.
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Результат виконання програми:
x = True
y = False
z = False
if not x or y:
print(1)
elif not x or not y and z:
print(2)
elif not x or y or not y and x:
print(3)
else:
print(4)
2
3
4
1
8.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
результат коду:
name = "snow storm"
print("%s" % name[6:8])
sto
Syntax Error
to
st
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Результат виконання фрагменту кода:
x = 4.5
y = 2
print(x // y)
2.25
2
20.25
9.0
Similar Resources on Wayground
9 questions
Lesson 1 Touring Excel
Quiz
•
10th Grade - University
11 questions
Diagnossis 9°
Quiz
•
8th Grade - University
5 questions
Python-Recap 1
Quiz
•
9th - 12th Grade
10 questions
khởi động lớp 5 tuần 12
Quiz
•
5th Grade - University
7 questions
KIEM TRA BAI 7
Quiz
•
1st Grade - Professio...
14 questions
Python Functions and Returns
Quiz
•
9th - 12th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
Discover more resources for Instructional Technology
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
11 questions
NFL Football logos
Quiz
•
KG - Professional Dev...
28 questions
Ser vs estar
Quiz
•
9th - 12th Grade
29 questions
CCG 2.2.3 Area
Quiz
•
9th - 12th Grade
10 questions
SAT Focus: Geometry
Quiz
•
10th Grade
15 questions
PRESENTE CONTINUO
Quiz
•
9th - 12th Grade