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

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

10th Grade

10 Qs

quiz-placeholder

Similar activities

Scratch

Scratch

5th - 10th Grade

10 Qs

Поняття мови програмування.Складові мови програмування

Поняття мови програмування.Складові мови програмування

1st - 11th Grade

11 Qs

OCR GCSE CS - 2.1 ERL sorts and searches

OCR GCSE CS - 2.1 ERL sorts and searches

10th - 11th Grade

9 Qs

Kiểu dữ liệu danh sách (Khối 10)

Kiểu dữ liệu danh sách (Khối 10)

10th Grade

10 Qs

Python List

Python List

4th Grade - University

15 Qs

Лінійні алгоритми

Лінійні алгоритми

1st - 12th Grade

12 Qs

Access - Lesson 7

Access - Lesson 7

9th - 12th Grade

11 Qs

Informatika

Informatika

10th Grade

10 Qs

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

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

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Teacher 22

Used 13+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?