Python 2021
Quiz
•
Computers
•
7th - 9th Grade
•
Medium
Александр Соколов
Used 38+ times
FREE Resource
Enhance your content in a minute
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
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
Rješavanje problema i programiranje
Quiz
•
8th Grade
27 questions
Adobe Illustrator Quiz Review
Quiz
•
9th - 12th Grade
20 questions
Pre Test Materi MS Word
Quiz
•
8th Grade
20 questions
Adobe Illustrator Ch1-2
Quiz
•
9th - 12th Grade
24 questions
AGAD: UNIT 4_C# & UNITY
Quiz
•
9th - 12th Grade
20 questions
Основы компьютерного моделирования
Quiz
•
9th - 10th Grade
20 questions
uCertify Lesson 2 Quiz Site Delivery Associate
Quiz
•
8th - 12th Grade
20 questions
1st Nine Weeks Exam
Quiz
•
8th Grade
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
14 questions
Email your Teacher
Quiz
•
6th - 8th Grade
20 questions
Six Weeks Test 2 Review
Lesson
•
9th - 12th Grade
12 questions
Overview of Mexico Part 1
Lesson
•
9th - 12th Grade
40 questions
Programming with Karel
Quiz
•
6th - 8th Grade
20 questions
Binary Numbers Quiz
Quiz
•
6th - 8th Grade
10 questions
Exploring Computer Hardware and Software Components
Interactive video
•
6th - 10th Grade
