
Современные языки программирования. Тема-5

Quiz
•
Computers
•
University
•
Hard

Khatira Abbasova
Used 11+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что покажет приведенный ниже фрагмент кода?
s = 'aabbAAccDDaa'
print(s.isalpha())
print(s.isdigit())
True
False
False
False
True
True
AAABBaaCCddAA
12
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что покажет приведенный ниже фрагмент кода?
s = 'ddee!@#$11ff'
print(s.islower())
True
False
ddee!@#$11ff
DDEE!@#$11FF
ddeeff
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что покажет приведенный ниже фрагмент кода?
s = 'DDe!@#$11FF'
print(s.isupper())
True
False
DDE!@#$11FF
dde!@#$11ff
DDEFF
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет выведено в результате выполнения следующего программного кода?
s = 'ABBEGGİ'
chars = list(s)
s = '**'.join(chars)
print(s)
A**B**B**E**G**G**İ
A*B*B*E*G*G*I
**A**B**B**E**G**G**İ**
**ABBEGG
ABBEGG**
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет выведено в результате выполнения следующего программного кода?
s = 'Python самый лучший язык программирования'
words = s.split()
print(words)
'Python', 'самый', 'лучший', 'язык', 'программирования'
['Python', 'самый', 'лучший', 'язык', 'программирования']
['Python самый лучший язык программирования']
[Python, самый, лучший, язык, программирования']
'самый лучший язык'
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет выведено в результате выполнения следующего программного кода?
ip = '191.171.1.36'
numbers = ip.split('.')
print(numbers)
[ '191.171.1.36']
['191'. '171'.'1'.'36']
['191', '171',.'1',.'36']
191, 171, 1, 36
'191.171.1.36'
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет выведено в результате выполнения следующего программного кода?
words = ['Мы', 'учим', 'язык', 'Python']
s = ' '.join(words)
print(s)
["Мы, учим, язык, Python"]
"Мы учим язык Python"
[Мы учим язык Python]
Мы учим язык Python
'Мы', 'учим', 'язык', 'Python'
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Python Quiz

Quiz
•
University
15 questions
Python Quiz 1 : Variable, Data Types, Slicing

Quiz
•
University
10 questions
DATA STRUCTURES ACTIVITY OF THE WEEK

Quiz
•
University
13 questions
Python

Quiz
•
University
10 questions
H466 - Arrays, Records, Tuples and Lists

Quiz
•
11th Grade - University
10 questions
Основы программирования1-565 гр. Тема 13

Quiz
•
University
10 questions
Python Sets

Quiz
•
University
10 questions
python quiz

Quiz
•
6th Grade - Professio...
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
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
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University