Одновимірні масиви.

Одновимірні масиви.

10th Grade

10 Qs

quiz-placeholder

Similar activities

PythonTest

PythonTest

6th Grade - Professional Development

11 Qs

Цикл for

Цикл for

7th Grade - University

12 Qs

List Review Quiz

List Review Quiz

9th - 12th Grade

14 Qs

Тест зі списків у Python

Тест зі списків у Python

10th Grade

10 Qs

Estructura de datos Python

Estructura de datos Python

9th - 12th Grade

14 Qs

Python Data types & Exceptions

Python Data types & Exceptions

1st - 10th Grade

14 Qs

Складові комп'ютера

Складові комп'ютера

1st - 12th Grade

12 Qs

A5 IB - Listas y funciones

A5 IB - Listas y funciones

10th Grade - University

10 Qs

Одновимірні масиви.

Одновимірні масиви.

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Teacher 22

Used 13+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?