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

Quiz
•
Computers
•
University
•
Easy

Khatira Abbasova
Used 10+ times
FREE Resource
9 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()
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет напечатано в результате выполнения следующей программы?
# print('Java')
# print('Ruby')
# print('Scala')
print('Python', end='+') # print('C++')
# print('GO')
print('C#', end='=') # print('C')
print('awesome')
# finish
Python+C#=awesome
Python
C#
awesome
Python
C#
awesome
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Выберите инструкцию, присваивающую переменной a значение, введённое пользователем с клавиатуры.
a = print ()
print (а)
a = input ()
input (а)
input (a)
print (а)
Similar Resources on Wayground
10 questions
Основы программирования1-565 гр. Тема 11

Quiz
•
University
10 questions
Python3

Quiz
•
4th Grade - University
10 questions
Kuiz Dasar Python

Quiz
•
University
10 questions
Intro-Computacao_3.2

Quiz
•
University
11 questions
Python 1

Quiz
•
University
10 questions
Управление циклом: else . 8 класс

Quiz
•
8th Grade - University
9 questions
ГМУ2022 типа данных и условия

Quiz
•
University
10 questions
Викторина по программному обеспечению

Quiz
•
9th Grade - University
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade