
Одномерный массив в Python

Quiz
•
Computers
•
9th Grade
•
Hard
Asem Kairbekova
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как создать одномерный массив в Python?
my_array = '1, 2, 3, 4, 5'
my_array = (1, 2, 3, 4, 5)
my_array = {1, 2, 3, 4, 5}
my_array = [1, 2, 3, 4, 5]
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как получить доступ к элементу с определенным индексом в массиве?
array.index
array[i]
array{index}
array(index)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
21. Если вы зададите массив А как А[X;Y;Z], то он отобразит массив элементов от X до Y с шагом Z. Что означает значение Z в данном контексте?
Количество элементов в массиве.
Индекс последнего элемента массива.
Сумма всех элементов массива.
Шаг, с которым выбираются элементы массива.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Для вывода массива от начала до заданной позиции надо указать A[:K], где К это
индекс позиции
имя позиции
описание массива
элемент массива
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как получить последний элемент одномерного массива?
array.last()
array[-1]
array.get(-1)
array.get_last()
Similar Resources on Wayground
10 questions
PTS INF 9C GASAL 2023/2024

Quiz
•
9th Grade
10 questions
Контрольный тест за 1 полугодие по информатике 9 класс

Quiz
•
9th Grade
6 questions
9 класс. Сортировка. Перестановка.

Quiz
•
9th Grade
6 questions
Repetition

Quiz
•
KG - University
8 questions
Двумерные массивы. Начало.

Quiz
•
8th - 10th Grade
8 questions
Информатика

Quiz
•
9th Grade
10 questions
Đề 1

Quiz
•
9th - 12th Grade
10 questions
MS Excel VLookup

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade