
Python основы

Quiz
•
Computers
•
Professional Development
•
Hard
KiberOne.Bibirevo 2022
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как правильно создать переменную с именем color и значением "синий"?
color = "синий"
var color = "синий"
"синий" = color
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой тип данных у значения 7?
float
string
int
3.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Что выведет этот код?
if 10 > 5:
print("Ура!")
else:
print("Ой...")
Ура!
Ой...
Ничего
4.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Что выведет код, если переменная score = 85?
if score > 90:
print("A")
elif score > 80:
print("B")
else:
print("C")
A
В
С
5.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Сколько раз выполнится цикл?
for i in range(3):
print("Привет!")
2
3
4
6.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
Как остановить бесконечный цикл?
while True:
print("Бесконечность!")
# Что здесь написать?
stop
break
exit
7.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Какой элемент списка animals = ["кот", "собака", "птица"] имеет индекс 1?
кот
собака
птица
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Контрольные вопросы по 1 и 2 занятию МКА5

Quiz
•
Professional Development
20 questions
Quiz 5.1

Quiz
•
Professional Development
12 questions
CyberAnalysis - Дорешивание ВМ по правилам AD

Quiz
•
Professional Development
16 questions
Основы языка

Quiz
•
Professional Development
12 questions
Импортирование модулей в Python

Quiz
•
Professional Development
13 questions
Өткенді қайталау 8 сынып( Python)

Quiz
•
Professional Development
10 questions
04 - Python - Lists

Quiz
•
University - Professi...
13 questions
3D-панорама и виртуальный тур

Quiz
•
Professional Development
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
Appointment Passes Review

Quiz
•
6th - 8th 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
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
5 questions
Setting goals for the year

Quiz
•
Professional Development
14 questions
2019 Logos

Quiz
•
Professional Development
6 questions
GUM Chart Scavenger Hunt

Quiz
•
Professional Development
8 questions
Understanding Government: Limited and Unlimited

Quiz
•
Professional Development
20 questions
tape measure

Quiz
•
Professional Development
24 questions
Street Signs

Quiz
•
9th Grade - Professio...