Python 2021
Quiz
•
Computers
•
7th - 9th Grade
•
Practice Problem
•
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
Teknologi Informasi dan Komunikasi
Quiz
•
8th Grade
20 questions
ICT 5 Q1L3-4 Activity
Quiz
•
5th Grade - University
20 questions
Word Processing - CAB 1
Quiz
•
6th - 7th Grade
20 questions
ASK PT3 Ulangkaji
Quiz
•
9th Grade
20 questions
JS3 ICT Form Order Test
Quiz
•
9th Grade
20 questions
Контрольная работа
Quiz
•
9th Grade
20 questions
9-Класс ТЕСТ 30-34
Quiz
•
9th Grade
20 questions
General revision_2
Quiz
•
8th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for Computers
18 questions
Company Logos
Quiz
•
6th - 8th Grade
13 questions
PowerPoint Basics
Quiz
•
6th - 8th Grade
10 questions
App Creators Lesson 2.1-2.4
Quiz
•
8th Grade
10 questions
Exploring Computer Science Careers and Subfields
Interactive video
•
6th - 10th Grade
23 questions
Prog 1 Python Q1 Practice
Quiz
•
9th - 12th Grade
