ПШ_Python_4

Quiz
•
Computers
•
1st Grade
•
Medium
Mar Eva
Used 14+ times
FREE Resource
22 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
В языке Python списки (тип list) являются
изменяемыми
НЕизменяемыми
неизвестно
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
В языке Python строки (тип str) являются
изменяемыми
НЕизменяемыми
неизвестно
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Что покажет приведенный ниже фрагмент кода?
mystr = 'a' *3 + 'b' *2 + 'c' * 1
print(mystr)
abc
aaabbc
aabcc
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Что покажет приведенный ниже фрагмент кода?
str1 = '1'
str2 = str1 + '2'
str3 = str2 + '3'
print(str3)
11223
123
1223
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Какие значения может принимать строковая переменная s, чтобы в результате выполнения кода было выведено слово «YES»?
if s in 'abc123abc':
print('YES')
else: print('NO')
s = '3ab'
s = '123abc'
s = '321'
s = 'abcabc'
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что покажет приведенный ниже фрагмент кода?
s = 'abcdefg'
print(s[0] + s[2] + s[4] + s[6])
aceg
abcd
defg
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Что покажет приведенный ниже фрагмент кода?
s = '01234567891011'
for i in range(0, len(s), 3):
print(s[i], end='')
0123456
03691
0246
Create a free account and access millions of resources
Similar Resources on Wayground
21 questions
Belajar TIK KELAS 4

Quiz
•
1st Grade
25 questions
Minecraft ТЕСТ

Quiz
•
1st - 5th Grade
20 questions
SOAL UTS TIK

Quiz
•
1st - 5th Grade
25 questions
lesson 26

Quiz
•
1st Grade
19 questions
Python Итоговый тест

Quiz
•
1st - 12th Grade
20 questions
Quiz M1 Mei 23

Quiz
•
1st Grade
22 questions
Компьютерная грамотность

Quiz
•
1st Grade
17 questions
История Программирования

Quiz
•
1st - 5th 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
18 questions
D189 1st Grade OG 1c Concept 37-38

Quiz
•
1st Grade
20 questions
addition

Quiz
•
1st - 3rd Grade
20 questions
Subject and predicate in sentences

Quiz
•
1st - 3rd Grade
20 questions
Addition and Subtraction facts

Quiz
•
1st - 3rd Grade
20 questions
Place Value

Quiz
•
KG - 3rd Grade
10 questions
Exploring Properties of Matter

Interactive video
•
1st - 5th Grade
5 questions
Life at a pond

Quiz
•
1st Grade
14 questions
Plural Nouns Adding s and es

Quiz
•
1st - 2nd Grade