
Sorting two-dimensional list - 3.8 Екі өлшемді тізімді сұрып

Quiz
•
Computers
•
9th Grade
•
Hard
Мико Мико
Used 4+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Тізімді сұрыптау үшін қандай сұрыптау функциясын пайдаланып сұрыптауға болады?
sort()
list index
Original list
sort () + lambda
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
функция тізімнің қандай индексі бойынша сұрыптайды?
бірінші
екінші
үшінші
барлық индексі
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
sort () функциясын сұрыптауды қажетті ішкі тізім индексіне сәйкес орындайтын кілт ретінде беру әдісі
sort()
Using sort() + lambda
sort
Using sorted() + itemgetter()
Using sorted
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
# initializing list List = [[“Darkhan”, 4, 28], [“Yerbol”, 2, 20], [“Aibek”, 1, 20], [“Askhat”, 3, 21]] # printing original list print(“Original list:”) print(List) # using sort() + lambda to sort list List.sort(key = lambda List: List[1]) # printing result print(“List after sorting by 2nd element:”) print(List)
sort()
Using sorted() + itemgetter()
Using sorted()
Using sort()
Using sort() + lambda
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
lambda кілт сөзі тізімді қабылдайтын қандай функцияны анықтауға мүмкіндік береді?
мини
мини-функцияны
функцияны
кілт сөзі
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Бастапқы тізімді өзгертпейтін әдіс?
Using sort() + lambda
Using sorted() + itemgetter()
Using sorted()
Using sorted() + itemgetter
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The advantage of this method is that it does not modify the original list
Using sorted() + itemgetter()
Using sort() + lambda
sort
Using sort + lambda
Using sorted+ itemgetter
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
AQA GCSE Computer Science - 3.1.4 Sorting Algorithms

Quiz
•
8th - 10th Grade
20 questions
Computer Pioneers - Charles Babbage & others

Quiz
•
9th Grade
18 questions
Quiz Ôn tập

Quiz
•
7th Grade - University
20 questions
iGCSE Computer Science: Problem Solving

Quiz
•
9th - 12th Grade
20 questions
CSP Unit 6: Algorithms

Quiz
•
9th - 12th Grade
18 questions
Binary and Linear Search

Quiz
•
9th - 12th Grade
20 questions
Sorting algorithms (Y11)

Quiz
•
8th Grade - University
14 questions
CS Edexcel 1.2d Bubble and Merge Sort

Quiz
•
9th - 10th Grade
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade