Ready Set Python 1 - Lists

Ready Set Python 1 - Lists

9th Grade

16 Qs

quiz-placeholder

Similar activities

Code.org Unit 6 - Lists

Code.org Unit 6 - Lists

9th - 12th Grade

12 Qs

List Review - code.org Unit 6

List Review - code.org Unit 6

9th Grade

20 Qs

Recuperacion final parte 1

Recuperacion final parte 1

8th Grade - University

20 Qs

Linear Binary Search

Linear Binary Search

8th - 10th Grade

16 Qs

AQA GCSE Computer Science - 3.1.3 Binary Search

AQA GCSE Computer Science - 3.1.3 Binary Search

8th - 10th Grade

19 Qs

Sorting Algorithm Retrieval Practice

Sorting Algorithm Retrieval Practice

9th Grade

15 Qs

Python Arrays

Python Arrays

9th - 10th Grade

11 Qs

Searches

Searches

9th Grade

15 Qs

Ready Set Python 1 - Lists

Ready Set Python 1 - Lists

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Saturday Kids

Used 6+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is a list in Python?

[1, 2, 3]

{1, 2, 3}

(1, 2, 3)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lists can only have one object type (Integer, String, Float, etc.)

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lists are changeable (We can add, change, and remove items)

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function can we use to check how many items a list has?

append()

count()

len()

reverse()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lists can have items with the same value (e.g. ["cherry", "banana", "cherry"])

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The first item in a list has index 1

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the printed output from these lines of code?

apple

banana

cherry

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?