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

Quiz
•
Computers
•
9th Grade
•
Hard
Ирина Дмитриевна
Used 19+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Что такое длина массива?
это наибольший элемент массива
это номер последнего элемента массива
это количество индексов
это количество элементов в массиве
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Определите длину массива
4
5
6
30
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Какая строка программы вводит длину массива?
N= int (input ())
A=[0]*5
for i in range (0,N)
A[i]= int (input ())
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Какая строка программы резервирует место в памяти компьютера для размещения элементов массива?
N= int (input ())
A=[0]*N
for i in range (0,N)
A[i]= int (input ())
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Строка программы отвечающая за ввод элементов с клавиатуры?
N= int (input ())
A=[0]*N
for i in range (0,N)
A[i]= int (input ())
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Оператор, необходимый для ввода данных в массив - это...
N= int (input ())
A=[0]*N
for i in range (0,N)
A[i]= int (input ())
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Генератор случайных чисел...
input
random
import
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Оператор вывода данных
input
range
import
Similar Resources on Wayground
8 questions
Podstawy pythona

Quiz
•
7th - 12th Grade
12 questions
AppsLab_Q3

Quiz
•
1st Grade - Professio...
13 questions
Y9 Homework 1: Python Revisited 1

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

Quiz
•
9th Grade
10 questions
ASK TINGKATAN 3 BAB 1

Quiz
•
9th Grade
10 questions
CodeHS 2.8 Functions to 2.12 User Input Review

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

Quiz
•
9th Grade
12 questions
Java Script 1.4. Массивы

Quiz
•
1st - 12th 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