
Основы программирования1-565 гр. Тема 4

Quiz
•
Computers
•
University
•
Medium

Khatira Abbasova
Used 12+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет выведено на экран в результате выполнения следующего кода?
print('31', '12', '2019', sep='-')
31-12-2019
31, 12, 2019
'31', '12', '2019'
31
12
2019
31=12=2019
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет выведено на экран в результате выполнения следующего кода?
print('Mercury', 'Venus', sep='*', end='!')
print('Mars', 'Jupiter', sep='**', end='?')
'Mercury', 'Venus','Mars', 'Jupiter'
Mercury*Venus!Mars**Jupiter?
Mercury, Venus, Mars, Jupiter
Mercury Venus
Mars Jupiter
Mercury*Venus
Mars**Jupiter
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Сколько строк будет распечатано в результате выполнения следующего кода?
print('a', 'b', 'c', sep='*')
print('d', 'e', 'f', sep='**', end='')
print('g', 'h', 'i', sep='+', end='%')
print('j', 'k', 'l', sep='-', end='\n')
print('m', 'n', 'o', sep='/', end='!')
print('p', 'q', 'r', sep='1', end='%')
print('s', 't', 'u', sep='&', end='\n')
print('v', 'w', 'x', sep='%')
print('y', 'z', sep='/', end='!')
9
7
1
5
3
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Какие из имён допустимы для названия переменных в Python?
teacher2
2teacher
teacher_2
teacher
teacher?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что покажет приведенный ниже фрагмент кода?
language = 'Pascal'
language = 'Python'
print(language)
Python
Pascal
Python
Pascal
Pascal
Python
'Pascal' 'Python'
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какое значение будет находиться в переменной s1 после выполнения следующего кода?
s1 = 'C++'
s2 = 'Python'
s3 = 'Java'
s3 = s2
s1 = s3
Python
C++
Java
s3
Python C++ Java
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Выберите строки кода, соответствующие стандарту PEP 8.
print('Follow PEP8!')
print ('Follow PEP8!')
print('Follow', 'PEP8!')
name=input()
name = input()
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Round 2 Debug-The-Code

Quiz
•
University
10 questions
Python Generators

Quiz
•
10th Grade - University
10 questions
Современные языки программирования. Тема-5

Quiz
•
University
10 questions
Ввод вывод данных

Quiz
•
6th Grade - University
12 questions
CSSE Quiz Day2

Quiz
•
University
8 questions
GDSC Python Bootcamp

Quiz
•
University
15 questions
Python Programming Intermediate-1

Quiz
•
University
11 questions
Python If statement

Quiz
•
University
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
11 questions
NFL Football logos

Quiz
•
KG - Professional Dev...
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
38 questions
Unit 6 Key Terms

Quiz
•
11th Grade - University
20 questions
La Hora

Quiz
•
9th Grade - University
7 questions
Cell Transport

Interactive video
•
11th Grade - University
7 questions
What Is Narrative Writing?

Interactive video
•
4th Grade - University