Search Header Logo

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

Authored by Teacher 22

Computers

10th Grade

Used 19+ times

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

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 BLANKS QUESTION

1 min • 1 pt

Введіть з клавіатури результат виконання програми:

color_model = ['red', 'green', 'blue']

print(color_model [2])

(a)  

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

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?