
109-152
Authored by Самрат Кашкимбаев
others
University
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
44 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Укажите правильный вывод кода print('{:08b} {:08b} {:08b} {:08b}'.format(192, 100, 1, 1))
11000000 01100100 00000001 00000001
192 100 1 1
1100000 1100100 1 1
11000000 01100100 00000001 00000010
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Укажите правильный вывод кода name = "Азамат" print(f"Имя: {name.upper()}")
Имя: АЗАМАТ
имя: азамат
Имя: Азамат
Имя: азамат
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Укажите правильный вывод кода print(f"13 / 3 = {round(13/3)}"
13 / 3 = 4
13 / 3 = 4.33
13 / 3 = 4.3
13 / 3 = 4.0
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Последовательность элементов, разделенных между собой запятой и заключенных в квадратные скобки
Список(list)
Кортеж(tuple)
Множество (set)
Строка (string)
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Последовательность элементов, разделенных между собой запятой и заключенных в квадратные скобки. Изменяемый упорядоченный тип данных
Список(list)
Кортеж(tuple)
Множество (set)
Строка (string)
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Укажите правильный вывод кода letters = list("Hello") print(letters)
['H', 'e', 'l', 'l', 'o']
['Hello']
[Hello]
[H e l l o]
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Как получить слово Tom из данного списка people = ["Tom", "Sam", "Bob"]
print(people[0])
print(people[1])
print(people[2])
print(people[-1])
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?