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

Quiz
•
Computers
•
University
•
Medium

Khatira Abbasova
Used 12+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет выведено на экран после выполнения этой программы?
s = "123"
s = s + s[1] + s + s[2]
print ( s )
12321233
s2s3
12311232
123123
23
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Сколько единиц будет выведено на экран?
s = "12345678"
while len(s) > 0:
s = s[2:]
print ( "1", end="" )
1
4
2
3
5
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что выведет данный программный код?
array = ['computer science', 'Russian language','mathematics']
name1="Peter"
name2="Slava"
stroka = ",".join(array)
print(f'{name1} and {name2} pass {stroka}')
Peter and Slava pass computer science,Russian language,mathematics
Peter and Slava pass computer science Russian language mathematics
Peter and Slava
"Peter" and "Slava" pass 'computer science', 'Russian language','mathematics'
name1 name2 stroka
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что покажет приведенный ниже фрагмент кода?
s = 'aabbAAccDDaa'
s = s.lower()
print(s.count('a'))
4
aabbaaccddaa
bbAAccDD
6
bbccdd
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что покажет приведенный ниже фрагмент кода?
s = 'www.unec.edu.az'
print(s.startswith('www'))
True
False
unec.edu.az
www
www.unec.edu.az
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что покажет приведенный ниже фрагмент кода?
s = 'www.unec.edu.az'
print(s.endswith('.ru'))
True
False
az
www.unec.edu.ru
unec.edu.ru
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что покажет приведенный ниже фрагмент кода?
s = 'I learn Python language. Python - awesome!'
print(s.find('Python'))
7
[8:14]
8
True
False
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Lesson-1

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

Quiz
•
University
15 questions
Тест по теме «Информатика. Тема 3. Операционные системы. Тес

Quiz
•
University
5 questions
М1У4 Python Start

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

Quiz
•
University
12 questions
Тема 08. Защита информации

Quiz
•
University
12 questions
Лекция 5 Циклы в C# рус

Quiz
•
University
10 questions
Операции над фрагментом изображения.

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University