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

Quiz
•
Computers
•
University
•
Medium

Khatira Abbasova
Used 20+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Определите результат кода:
s = 'программирование'
print(s[1] + s[3] + s[5] + s[7])
ргам
порм
1357
прог
ание
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
s = 'программирование'
print(s[1]*3 + s[-1]*3 + s[5]*2 + s[5]*2)
ррреееаааа
рррееерррр
пппееегггг
3,-3,10,10
1-155
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет выведено на экран:
s = 'программирование'
print(s[6:])
ммирование
аммирование
раммирование
граммирование
ммировани
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
s = 'Мы изучаем язык Python' . Какое выражение нужно ввести, чтобы получить слово "Python"?
print(s[-6:])
print(s[-6:6])
print(s[15:21])
print(s[0:6])
print(s[-6:21])
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет выведено на экран?
a = "9876"
b = "54"
print(a + b)
987654
9930
9876+54
a + b
678945
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Определите результат кода:
s = "Университет"
print ( len(s) + len("100") )
14
11
11100
111
len(s) + len("100")
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Сколько "0" будет выведено на экран в результате выполнения следующего кода?
s = "666777"
while len(s) > 0:
s = s[2:]
print ( "0", end="" )
3
2
4
Null
6
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Round 4 - Harvest

Quiz
•
University
15 questions
ASK F2 -KOD ARAHAN (PYTHON)

Quiz
•
1st Grade - University
10 questions
Python - Functions

Quiz
•
University
15 questions
Python-loops, branches, functions

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

Quiz
•
University
15 questions
AITT LAB QUIZ 1

Quiz
•
University
10 questions
MS Office

Quiz
•
University
15 questions
Python-Day-3

Quiz
•
12th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

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

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

Interactive video
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University