
тема 7.3 и 7.4
Quiz
•
Computers
•
10th Grade
•
Practice Problem
•
Easy
Наталия Юрьева
Used 4+ times
FREE Resource
Enhance your content in a minute
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Определите значение переменной а после выполнения программы
a = 27
if a < 8:
a += 70
else:
a -= 77
10
97
-50
50
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Определите значение переменной «a» после выполнения фрагмента программы:
a = 5
if a <= 5: a += 10
else: a -= 6
if a < 5: a += 12
else: a -= 7
15
27
12
8
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a = 19
b = 11
if a > b: b += 22
else: a -= 10
if a > b: a += 10
else: a -= 45
print(a,b)
26 33
33 26
-26 33
26 -33
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Найдите программы без ошибок
a,b,c = map(int, input().split())
M = a
if M < b:
M = b
if c > M:
M = c
print(M)
a,b,c = (int, input().split())
M = a
if M < b:
M = b
if c > M:
M = c
print(M)
a=int(input())
b=int(input())
c=int(input())
M = a
if M < b:
M = b
if c > M:
M = c
print(M)
M = a
if M < b:
M = b
if c > M:
M = c
print(M)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Определите значение переменной «a» после выполнения фрагмента программы:
a = 5
b = 10
if a > 1 or a < b:
a -= 5
if a > 1 and a == b:
a -= 5
0
5
1
-5
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что должно стоять вместо многоточия, чтобы получилось а=2
a = 75
b = 56
if a > 1 ... a < b:
a -= 73
else:
a += 78
print (a)
not or
and
not
or
Similar Resources on Wayground
10 questions
FUNDAMENTOS DE ESTADÍSTICA
Quiz
•
9th - 12th Grade
10 questions
CLASSROOM
Quiz
•
10th Grade
10 questions
Derechos y obligaciones de la ciudadanía digital
Quiz
•
10th Grade
10 questions
Python with DataScience
Quiz
•
7th Grade - University
10 questions
صياغة حل المسائل
Quiz
•
10th Grade
10 questions
Impresa e siti web
Quiz
•
8th - 12th Grade
10 questions
Recap: Introduction to Python
Quiz
•
10th Grade
10 questions
Las Consultas en Bases de Datos
Quiz
•
10th Grade
Popular Resources on Wayground
5 questions
This is not a...winter edition (Drawing game)
Quiz
•
1st - 5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
10 questions
Identify Iconic Christmas Movie Scenes
Interactive video
•
6th - 10th Grade
20 questions
Christmas Trivia
Quiz
•
6th - 8th Grade
18 questions
Kids Christmas Trivia
Quiz
•
KG - 5th Grade
11 questions
How well do you know your Christmas Characters?
Lesson
•
3rd Grade
14 questions
Christmas Trivia
Quiz
•
5th Grade
20 questions
How the Grinch Stole Christmas
Quiz
•
5th Grade
