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
แบบทดสอบวิชาวิทยาการคำนวณ2

Quiz
•
7th Grade
22 questions
If-elif-else Python 8 класс

Quiz
•
8th Grade
20 questions
Word Processing

Quiz
•
9th - 10th Grade
20 questions
Python. Тізімдер

Quiz
•
7th Grade
21 questions
พื้นฐาน Python ม2

Quiz
•
1st Grade - University
20 questions
Getting started with Python: Writing Code

Quiz
•
7th Grade
23 questions
Контрольный тест "Основы алгоритмизации" 8 класс

Quiz
•
7th - 11th Grade
20 questions
Java Script 1.8.

Quiz
•
1st - 12th 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