Sorting Simple List and List processing in Python

Sorting Simple List and List processing in Python

9th Grade

17 Qs

quiz-placeholder

Similar activities

Creating and Altering Data Structure

Creating and Altering Data Structure

9th - 12th Grade

15 Qs

Python Lists v2

Python Lists v2

9th - 12th Grade

15 Qs

APCSP Semester Review

APCSP Semester Review

8th - 9th Grade

20 Qs

Python End of Topic Quiz

Python End of Topic Quiz

8th Grade - University

15 Qs

Conditional Construct by Swarn

Conditional Construct by Swarn

9th - 10th Grade

12 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Python list, if

Python list, if

6th - 12th Grade

20 Qs

Java Conditional Constructs

Java Conditional Constructs

9th - 10th Grade

20 Qs

Sorting Simple List and List processing in Python

Sorting Simple List and List processing in Python

Assessment

Quiz

Computers

9th Grade

Medium

Created by

William Lugo

Used 8+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

You can use the sort() method to add all the elements of a list.

True

False

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

What will be the output of this snippet .

[1, 2, 3, 4, 5]

[5, 3, 1, 2, 4]

[5, 3, 1, 2, 4]

[1, 2, 3, 4, 5]

[1, 2, 3, 4, 5]

[5, 3, 1, 2, 4]

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

The list method called reverse(), can be used to reverse the order of the values in a list.

True

False

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

What will be the output of the snippet?

['d', 'c', 'b', 'a']

['a', 'b', 'c', 'd']

['d', 'c', 'b', 'a']

['a', 'b', 'c', 'd']

['a', 'b', 'c', 'd']

['d', 'c', 'b', 'a']

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

What is the output of the following snippet?

[ a, c, b]

[ ]

['Chispi', 'Mauro', 'Yuki']

NameError: name 'Mauro' is not defined

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

What is the output of the following snippet?

[ 'A',' ', 'C', 'B',]

[' ', 'C', 'B', 'A']

['A', 'B', 'C', ' ']

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

If you have a list l1, then the following assignment: l2 = l1 does not make a copy of the l1 list, but makes the variables l1 and l2 point to one and the same list in memory.

True

False

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?