Python 2021

Quiz
•
Computers
•
7th - 9th Grade
•
Medium
Александр Соколов
Used 38+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
a = 5
b = "7"
как вывести 12?
print(a + b)
print(str(a) + b)
print(a + int(b))
что происходит ?
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
a = 5
b = "7"
как вывести 57?
print(a + b)
print(str(a) + b)
print(a + int(b))
что происходит ?
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
a=11
b=12
нам надо чтобы вывод на консоли был такого вида
11 + 12 = 23
print(a+b)
print("a + b" ,a+b)
print(a,"+", b, "=", a+b)
print ("a+b=",a+b)
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
print("ого, 2021 больше 2020")
print("ура щас же 2021")
print("НГ")
ого, 2021 больше 2020
ура щас же 2021
НГ
ошибка
ого, 2021 больше 2020ура щас же 2021НГ
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Для преоброзования даных в текст используется функция:
str()
int()
float()
input()
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
>
<
<=
>=
==
!=
меньше, больше, больше равно , меньше равно , равно ?, не равно
больше, меньше, меньше равно, больше равно, равно ?, не равно
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Задать значение переменной возможно с помощью оператора
равно «= =»
присваивания «=»
меньше равно «<=»
Create a free account and access millions of resources
Similar Resources on Wayground
27 questions
Python 9

Quiz
•
8th - 10th Grade
30 questions
PYTHON После 4 Модуля

Quiz
•
9th - 12th Grade
30 questions
Контрольный тест за 8 класс

Quiz
•
8th Grade
20 questions
Язык программирования Python

Quiz
•
1st - 10th Grade
21 questions
Синтаксис Python

Quiz
•
7th - 11th Grade
21 questions
Новогодняя. Python

Quiz
•
9th Grade - University
20 questions
Викторина. Python

Quiz
•
8th Grade
28 questions
Python по занятиям

Quiz
•
1st - 10th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
Discover more resources for Computers
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
14 questions
Algebra 1 SOL Review #1

Quiz
•
9th Grade