Как объявить одномерный массив в Python?
Тема: Массивы 9 класс информатика 3 четверть

Quiz
•
Computers
•
9th Grade
•
Hard
Мархабат Кусайн
Used 28+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
array_name = (element1, element2, element3, ...)
array_name = {element1, element2, element3, ...}
array_name = [element1, element2, element3, ...]
array_name = 'element1, element2, element3, ...'
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как инициализировать массив с элементами [1, 2, 3, 4, 5] в Python?
arr = new []{1, 2, 3, 4, 5}
arr = [1, 2, 3, 4, 5]
[] arr = {1, 2, 3, 4, 5};
int[] arr = (1, 2, 3, 4, 5);
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как получить доступ к третьему элементу массива в Python?
arrayName[2]
arrayName(2)
arrayName.at(2)
arrayName[3]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как изменить значение второго элемента массива в JavaScript?
arr[2] = 'newValue'
arr[1] = newValue
arr[1] = 'newValue'
arr[0] = 'newValue'
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как инициализировать массив с элементами [5, 4, 3, 2, 1] в Python?
my_array = [5, 4, 3, 2]
my_array = [5, 4, 3, 2, 1, 0]
my_array = [5, 4, 3, 2, 1]
my_array = [1, 2, 3, 4, 5]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как отсортировать массив в порядке возрастания в Python?
array.increase()
array.ascending()
array.order()
array.sort()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как получить доступ к пятому элементу массива в Python?
arrayName.fifth
arrayName[4]
arrayName(4)
arrayName[5]
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
APCSA Arrays

Quiz
•
9th - 12th Grade
20 questions
GCSE Computer Science: Programming (Data Structures)

Quiz
•
9th - 10th Grade
21 questions
Синтаксис Python

Quiz
•
7th - 11th Grade
20 questions
ИТ ИЭФ

Quiz
•
9th - 12th Grade
20 questions
Графики и диаграммы в электронной таблице

Quiz
•
9th - 10th Grade
20 questions
BBC Microbit Quiz (1)

Quiz
•
9th - 12th Grade
24 questions
Основы C#

Quiz
•
1st - 12th Grade
20 questions
Season 5 #Spaic Python Weekly Quiz

Quiz
•
KG - Professional Dev...
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University