
Python ցուցակների գնահատում
Quiz
•
Information Technology (IT)
•
5th Grade
•
Hard
Narine Baghdasaryan
Used 2+ times
FREE Resource
Enhance your content in a minute
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ինչպես ստեղծել Python ցուցակ:
my_list = '1, 2, 3'
my_list = [1, 2, 3]
my_list = {1, 2, 3}
my_list = (1, 2, 3)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ինչպիսի տվյալներ կարող են լինել Python ցուցակում:
Only integers and floats
Only strings and booleans
Only tuples and dictionaries
Python lists can contain integers, floats, strings, booleans, lists, tuples, dictionaries, and custom objects.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ինչպես մուտքագրել տվյալներ Python ցուցակում:
my_list.extend(տվյալ)
my_list.add(տվյալ)
my_list.insert(0, տվյալ)
my_list.append(տվյալ)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ինչպես ստանալ ցուցակի երկարությունը Python-ում:
length(my_list)
my_list.length()
count(my_list)
len(my_list)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ինչպես ավելացնել նոր տարր Python ցուցակում:
my_list.extend('նոր տարր')
my_list.append('նոր տարր')
my_list.add('նոր տարր')
my_list.insert('նոր տարր', 0)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ինչպես հեռացնել տարր Python ցուցակից:
my_list.add('տարր')
my_list.insert(0, 'տարր')
Օրինակ՝ my_list.remove('տարր') կամ del my_list[0]
my_list.clear()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ինչպես փոխել տարրի արժեքը Python ցուցակում:
my_list[0] = 5
my_list[1] = 5
my_list.append(5)
my_list[1] = 'five'
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
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
Discover more resources for Information Technology (IT)
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
20 questions
Possessive Nouns
Quiz
•
5th Grade
10 questions
Setting Quiz
Quiz
•
2nd - 5th Grade
20 questions
Making Inferences
Quiz
•
5th Grade
