Ready Set Python 1 - Lists

Ready Set Python 1 - Lists

9th Grade

16 Qs

quiz-placeholder

Similar activities

Python Lists and Strings

Python Lists and Strings

9th Grade

20 Qs

Sorting algorithms (Y11)

Sorting algorithms (Y11)

8th Grade - University

20 Qs

2.1 Linear Search

2.1 Linear Search

7th - 12th Grade

20 Qs

Strings, Lists & Tuples

Strings, Lists & Tuples

9th - 12th Grade

20 Qs

Python Review

Python Review

9th - 12th Grade

16 Qs

NEW_SMP_Mls8_Quiz

NEW_SMP_Mls8_Quiz

7th - 12th Grade

18 Qs

AQA GCSE Computer Science - 3.1.2 Efficiency of algorithms

AQA GCSE Computer Science - 3.1.2 Efficiency of algorithms

8th - 10th Grade

20 Qs

2.1 Linear and Binary Searching Algorithms

2.1 Linear and Binary Searching Algorithms

8th - 10th Grade

16 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?