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
20 questions
Basics Python

Quiz
•
8th - 10th Grade
20 questions
SH1 Microsoft Excel

Quiz
•
7th Grade
20 questions
Итоговый тест 7 класс - ветвление Python

Quiz
•
7th Grade
20 questions
Introduction to Python programming

Quiz
•
6th - 8th Grade
20 questions
Өткен сабақты қайталау

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

Quiz
•
1st - 10th Grade
25 questions
Алгоритмы

Quiz
•
6th - 8th Grade
20 questions
Python Assessment

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 Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

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

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

Quiz
•
9th - 12th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade