Тема: Массивы 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
22 questions
AP CSA Unit 8 Review: 2D Arrays

Quiz
•
9th - 12th Grade
25 questions
JavaScript

Quiz
•
1st - 10th Grade
20 questions
UH Kelas 9 Bab Berpikir Komputasional

Quiz
•
9th Grade
20 questions
Python turtle year 8 assessment

Quiz
•
7th - 9th Grade
20 questions
Python Next Steps Homework Quiz

Quiz
•
8th - 10th Grade
23 questions
Examen 3º ESO C (3Q)

Quiz
•
9th Grade
20 questions
Translators and Computing Languages: GCSE 9-1

Quiz
•
9th Grade - University
24 questions
Java - Introduction to Arrays

Quiz
•
9th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade