
Тест по однородным и двумерным массивам
Quiz
•
Computers
•
9th Grade
•
Medium
flagman undefined
Used 3+ times
FREE Resource
Enhance your content
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Укажите две правильных записи массива в языке Python из предложенных вариантов:
1) A = [1, 3, 5, 7]
2) mass = [ cars, 'job', 1, 5]
3) cars = ['Ford', 'Austin', 'Opel']
4) cars = ('Ford', 'Austin', 'Opel')
mass = {1, 3, 5, 7}
1, 3
A = (1, 3, 5, 7)
cars = ['Ford', 'Austin', 'Opel', 'BMW']
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Выберите неверное утверждение:
В Python нельзя выполнять обмен значениями без дополнительной переменной.
б) В Python для обмена значениями можно использовать множественное присваивание.
в) В Python в одном операторе можно поменять местами значения трёх и более переменных.
г) В Python для обмена значениями можно использовать дополнительную переменную.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что такое однородный массив?
Однородный массив - это массив с элементами разных типов.
Однородный массив - это массив, который не может изменяться.
Однородный массив - это массив, содержащий только числа.
Однородный массив - это массив с элементами одного типа.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как объявить двумерный массив в Python?
array = [[0, 0, 0], [0, 0, 0]]
array = [0, 0, 0, 0, 0, 0]
array = (0, 0, 0), (0, 0, 0)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как получить доступ к элементу массива по индексу?
array.get(index)
array[index+1]
array.at(index)
array[index]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какова длина массива A = [1, 2, 3, 4, 5]?
3
5
6
4
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как удалить элемент из массива в Python?
array.add(value)
array.remove(value)
array.pop()
array.clear()
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
ЭТ
Quiz
•
1st Grade - University
15 questions
Условный оператор (Python)
Quiz
•
9th Grade
11 questions
Информатика. Обзор.
Quiz
•
9th - 11th Grade
15 questions
MS Excel
Quiz
•
9th Grade
18 questions
Digital Media - Graphic Design Terms/Photoshop/File Format
Quiz
•
9th - 12th Grade
10 questions
Паскаль ABC (1)
Quiz
•
7th - 9th Grade
10 questions
Основы программирования на языке Паскаль
Quiz
•
8th - 11th Grade
18 questions
Знакомство со Scratch
Quiz
•
1st - 11th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd 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
30 questions
Computer Terminology Exercise #1 ( Fill Ins)
Quiz
•
9th Grade
15 questions
MLA Formatting
Quiz
•
9th Grade
20 questions
Typing Practice
Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro
Lesson
•
5th - 9th Grade
20 questions
Google Sheets Quiz
Quiz
•
9th Grade