Создание массивов в Пайтон

Quiz
•
Computers
•
KG - Professional Development
•
Hard
Елена Михалева
Used 17+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Набор данных одного типа, записанных под определенным именем, это
Индекс
Массив
Функция
Множество
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Выберите вариант ввода массива с клавиатуры в столбик
a=[ ]
a=[int(input()) in i range (6)]
a=list(map(int,input( ).split( )))
a=[4, 8, 9, 12]
from random import randint
c = [randint (10,20) for i in range(5)]
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Выберите вариант ввода массива с клавиатуры в строку через пробел
a=[ ]
a=[int(input()) in i range (6)]
a=list(map(int,input( ).split( )))
a=[4, 8, 9, 12]
from random import randint
c = [randint (10,20) for i in range(5)]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Выберите вариант ввода массива с помощью генератора случайных чисел
a=[ ]
a=[int(input()) in i range (6)]
a=list(map(int,input( ).split( )))
a=[4, 8, 9, 12]
from random import randint
c = [randint (10,20) for i in range(5)]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Укажите функцию массива для определения самого большого числа массива
max ( )
sort ( )
count ( )
index ( )
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Укажите функцию массива для определения количества элементов согласно заданному значению
max ( )
sort ( )
count ( )
index ( )
Similar Resources on Wayground
10 questions
แบบทดสอบก่อนเรียนภาษาPython

Quiz
•
10th Grade
10 questions
Python

Quiz
•
KG
10 questions
Intro to Python

Quiz
•
KG - University
10 questions
Quiz Games

Quiz
•
11th Grade
10 questions
Y8 Microbit Python

Quiz
•
8th Grade
11 questions
Массивы в C++: ввод/вывод

Quiz
•
6th - 8th Grade
10 questions
ôn tập tin 8 python

Quiz
•
8th Grade
10 questions
Одномерные массивы целых чисел

Quiz
•
KG - 5th 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
25 questions
Exploring POV and Unreliable Narrators

Quiz
•
7th Grade
18 questions
Company Logos

Quiz
•
6th - 8th 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
16 questions
4.2 Private & Personal Information

Lesson
•
4th Grade