
Современные языки программирования. Тема-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
untitled

Quiz
•
6th Grade - University
15 questions
[Python For All] Quiz 5 - Numpy

Quiz
•
University
15 questions
Python introduction

Quiz
•
University
12 questions
Python Basics

Quiz
•
University
10 questions
Python Yazılım Dilleri Soruları

Quiz
•
University
10 questions
Разработка, оформление и оптимизация программного кода

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

Quiz
•
6th Grade - University
10 questions
Exploring Python: Input and Output Essentials

Quiz
•
9th Grade - University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

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

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade