Python List

Python List

11th Grade

10 Qs

quiz-placeholder

Similar activities

Python Arrays

Python Arrays

9th - 12th Grade

13 Qs

[AP CSP] Unit 4 Review: Functions and Lists

[AP CSP] Unit 4 Review: Functions and Lists

9th - 12th Grade

10 Qs

Algorithms

Algorithms

3rd - 12th Grade

15 Qs

GCSE Computer Science 9-1: Sorting Algorithms

GCSE Computer Science 9-1: Sorting Algorithms

10th Grade - University

10 Qs

2.1 Bubble sort vs Insertion sort

2.1 Bubble sort vs Insertion sort

10th - 11th Grade

12 Qs

Review

Review

9th - 12th Grade

10 Qs

Sequential and Binary Search

Sequential and Binary Search

10th - 12th Grade

12 Qs

AP CSP Algorithms & Programming (College Board Style)

AP CSP Algorithms & Programming (College Board Style)

9th - 12th Grade

15 Qs

Python List

Python List

Assessment

Quiz

Computers

11th Grade

Medium

Created by

T. Arman

Used 59+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Lists are used to store single item in a single variable.

True

False

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Lists are created using square brackets:

True

False

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

List items are ordered, changeable, and allow duplicate values.

True

False

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

List items are indexed, the first item has index [1], the second item has index [2] etc.

True

False

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When we say that lists are ordered, it means that the items have a defined order, and that order will not change.

True

False

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The list is changeable, meaning that we can change, add, and remove items in a list after it has been created.

True

False

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Since lists are indexed, lists can have items with different value:

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?