Тема: Массивы 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
Как объявить одномерный массив в Python?
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 Wayground
20 questions
GCSE Computer Science: Programming (Data Structures)

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

Quiz
•
7th - 11th Grade
22 questions
AP CSA Unit 8 Review: 2D Arrays

Quiz
•
9th - 12th Grade
25 questions
JavaScript

Quiz
•
1st - 10th Grade
20 questions
APCSA Arrays

Quiz
•
9th - 12th Grade
24 questions
тест 9-класс информатика

Quiz
•
9th Grade - University
21 questions
Одномерные массивы в Python (9 класс)

Quiz
•
9th Grade
20 questions
AQA GCSE Computer Science Paper 1

Quiz
•
9th - 11th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade