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

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

9th Grade

18 Qs

quiz-placeholder

Similar activities

AQA GCSE Computer Science - 3.1.3 Binary Search

AQA GCSE Computer Science - 3.1.3 Binary Search

8th - 10th Grade

19 Qs

Bubble Sort

Bubble Sort

1st Grade - Professional Development

13 Qs

Intro to Algorithms

Intro to Algorithms

9th - 12th Grade

23 Qs

Arrays

Arrays

4th Grade - Professional Development

20 Qs

laila comel tummy busuk

laila comel tummy busuk

9th - 12th Grade

20 Qs

APCSA Search & Sort

APCSA Search & Sort

9th - 12th Grade

15 Qs

Binary Searching

Binary Searching

9th Grade

17 Qs

Search & Sort Algorithms

Search & Sort Algorithms

7th - 11th Grade

18 Qs

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

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

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Мико Мико

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?