
Одновимірні масиви.
Authored by Teacher 22
Computers
10th Grade
Used 19+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Щоб опрацьовувати велику кількість змінних або множину значень однієї змінної в мові програмування Python використовують
str
list
int
float
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Списки вкладаються в:
" "
( )
[ ]
{ }
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Списки в Python індексуються починаючи з:
0
1
-1
10
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Введіть з клавіатури результат виконання програми:
color_model = ['red', 'green', 'blue']
print(color_model [2])
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Оберіть результат виконання програми:
a = [1, 2, 3]
a[0] = 'new'
print (a)
['new', 2, 3]
[1, new, 3]
[1, 2, 'new']
['new', 1, 2, 3]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Для визначення кількості елементів списку використовують функцію
len()
append()
insert
del
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Щоб додати новий елемент у список, використовують метод
len()
append()
insert
del
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?