Тема: Массивы 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
24 questions
тест 9-класс информатика

Quiz
•
9th Grade - University
20 questions
2021 PASCAL задачи блоки схемы

Quiz
•
8th - 10th Grade
21 questions
Python-Checkpoint revision

Quiz
•
9th - 12th Grade
25 questions
Тест Python 2023

Quiz
•
9th - 12th Grade
20 questions
Uji Pengetahuan Dasar Informatika

Quiz
•
8th Grade - University
20 questions
9 Итоговый тест по информатике за 9 класс c Python

Quiz
•
9th Grade
20 questions
Python turtle

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

Quiz
•
9th - 11th 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
Appointment Passes Review

Quiz
•
6th - 8th 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
20 questions
Grammar Review

Quiz
•
6th - 9th Grade