Python. 5 занятие

Quiz
•
Computers
•
8th Grade
•
Medium
iKODe Official
Used 58+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
С какого оператора всегда начинается условная конструкция?
elif
print()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Сколько дополнительных условий elif мы можем создать?
Не более трех
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Прочитайте код (можно листать вниз). Каким будет результат работы программы?
x = 10
if x == 8:
print('восемь')
elif x > 5:
print('больше 5')
else:
print('меньше 5')
восемь
больше 5
меньше 5
Нет верного ответа
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Прочитайте код (можно листать вниз). Каким будет результат работы программы?
var = int(input("Введите целое число"))
if 1<var<10:
print("Выполнено")
else 10<var<20:
print("Не выполнено")
Программа выдаст ошибку
Выполнено
Не выполнено
8
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как переводится if?
иначе
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как переводится else?
если
Similar Resources on Wayground
10 questions
Class VIII_Basic Python Programming Quiz

Quiz
•
8th Grade
10 questions
การเขียนโปรแกรมด้วยภาษาไพทอน

Quiz
•
8th Grade
9 questions
Python Quiz

Quiz
•
6th - 8th Grade
10 questions
Python

Quiz
•
6th - 8th Grade
7 questions
Условный оператор

Quiz
•
8th - 11th Grade
10 questions
ASK Tingkatan 2 Berlian: Jenis Data

Quiz
•
8th Grade
11 questions
Python for Class 7

Quiz
•
7th - 8th Grade
10 questions
8класс2

Quiz
•
8th 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
18 questions
Company Logos

Quiz
•
6th - 8th 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