
Python Զանգվածներ և Ցուցակներ

Quiz
•
Computers
•
7th Grade
•
Hard
Ruzan Karapetyan
Used 3+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ինչպես ստեղծել զանգված Python-ում:
my_array = (1, 2, 3, 4)
my_array = '1, 2, 3, 4'
my_array = {1, 2, 3, 4}
my_array = [1, 2, 3, 4]
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ինչպիսի մեթոդներ կան ցուցակների համար Python-ում:
add
delete
append, extend, insert, remove, pop, sort, reverse, count
shuffle
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ինչպես դասավորել զանգվածը աճման կարգով:
Դասավորել զանգվածը աճման կարգով օգտագործելով դասավորության ալգորիթմ:
Դասավորել զանգվածը նվազման կարգով օգտագործելով դասավորության ալգորիթմ
Դասավորել զանգվածը միայն ձեռքով
Դասավորել զանգվածը առանց ալգորիթմի
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ինչպես կրկնել ցուցակի տարրերը Python-ում:
my_list * n, որտեղ n-ը կրկնման թիվն է
my_list + n, որտեղ n-ը գումարման թիվն է
my_list[n], որտեղ n-ը ցուցակի ինդեքսն է
my_list.append(n), որտեղ n-ը նոր տարր է
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ինչպես ստանալ զանգվածի երկարությունը Python-ում:
len(my_array)
size(my_array)
count(my_array)
my_array.length()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ինչպես միացնել երկու ցուցակ Python-ում:
list1.insert(0, list2)
list1 * list2
list1 + list2 կամ list1.extend(list2)
list1.append(list2)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ինչպես ստեղծել դատարկ զանգված Python-ում:
empty_list = []
empty_list = ()
empty_list = {}
empty_list = None
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
7. Աշխատանք աղյուսակի բջիջների հետ

Quiz
•
7th Grade
18 questions
App Inventor

Quiz
•
7th - 9th Grade
10 questions
HTML Tags

Quiz
•
6th - 8th Grade
15 questions
HTML Tags

Quiz
•
7th - 8th Grade
10 questions
Input and Output Devices

Quiz
•
7th - 9th Grade
20 questions
Year 7 - The Internet

Quiz
•
5th - 7th Grade
20 questions
tic tac toe with ai

Quiz
•
7th Grade
14 questions
HTML LIST

Quiz
•
7th 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
20 questions
Typing Practice

Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade