
Условная конструкция 7 класс

Quiz
•
Information Technology (IT)
•
7th Grade
•
Medium
Oksana O
Used 1+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой оператор используется для условных конструкций в Python?
switch
if
when
case
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какая конструкция используется для обработки альтернативных условий?
otherwise
elif
elseif
else if
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Чем завершается блок if в Python?
end
}
:
;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой код корректно проверяет, входит ли число в диапазон от 10 до 20 включительно?
if x > 10 or x < 20:
if x == 10 or x == 20:
if x < 10 and x > 20:
if x >= 10 and x <= 20:
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой оператор используется для объединения условий логическим "И"?
and
&&
||
or
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что делает оператор not?
Умножает число на -1
Объявляет новую переменную
Инвертирует значение условия
Прерывает выполнение кода
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой из следующих вариантов корректно использует or?
if x > 5 or < 0:
if x > 5 or x < 1:
if (x > 5) || (x < 10):
if x > 5, x < 10:
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой код проверяет, является ли число x четным и одновременно больше 10?
if x % 2 == 0 or x > 10:
if x / 2 == 0 and x > 10:
if x // 2 == 0 and x > 10:if x // 2 == 0 and x > 10:
if x % 2 == 0 and x > 10:
Similar Resources on Wayground
10 questions
Code HS 8.13 CSS Select by ID

Quiz
•
7th Grade
5 questions
if else

Quiz
•
6th - 8th Grade
10 questions
Prova PRONATEC

Quiz
•
6th - 8th Grade
5 questions
Компьютерные вирусы и антивирусные программы

Quiz
•
6th - 8th Grade
10 questions
Level Two Quiz

Quiz
•
6th - 8th Grade
10 questions
JS Quiz

Quiz
•
6th Grade - University
7 questions
Python М3У1-2

Quiz
•
6th - 8th Grade
10 questions
Информ

Quiz
•
7th 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 Information Technology (IT)
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Multiplying and Dividing Integers

Quiz
•
7th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
20 questions
Perfect Squares and Square Roots

Quiz
•
7th Grade
10 questions
Understanding the Scientific Method

Interactive video
•
5th - 8th Grade