
тема 7.3 и 7.4

Quiz
•
Computers
•
10th Grade
•
Easy
Наталия Юрьева
Used 4+ times
FREE Resource
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
11 questions
Questionário de Matemática

Quiz
•
9th Grade - University
10 questions
Test BKT

Quiz
•
1st - 10th Grade
10 questions
Mr. Baker's Class Rules

Quiz
•
7th - 12th Grade
10 questions
Flow Charts

Quiz
•
1st - 10th Grade
10 questions
Bài thường xuyên số 3 Tin 10

Quiz
•
10th Grade
10 questions
BÀI TOÁN VÀ THUẬT TOÁN - 10

Quiz
•
10th Grade
11 questions
Процедуры и функции

Quiz
•
10th Grade
10 questions
Photopea

Quiz
•
10th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade