Ready Set Python 1 - Lists

Ready Set Python 1 - Lists

9th Grade

16 Qs

quiz-placeholder

Similar activities

Search and Sort Algorithms

Search and Sort Algorithms

7th - 11th Grade

18 Qs

41. Algorithms -Linear Search Algorithm Quiz

41. Algorithms -Linear Search Algorithm Quiz

9th Grade

11 Qs

Intro to JavaScript in HTML quiz

Intro to JavaScript in HTML quiz

9th - 12th Grade

20 Qs

iGCSE Computer Science: Problem Solving

iGCSE Computer Science: Problem Solving

9th - 12th Grade

20 Qs

Search Algorithms

Search Algorithms

9th - 11th Grade

12 Qs

Y9 List Introduction

Y9 List Introduction

9th Grade

18 Qs

Algorithms, linear and binary search questions

Algorithms, linear and binary search questions

9th - 10th Grade

20 Qs

Searching and Sorting Algorithms

Searching and Sorting Algorithms

6th - 10th Grade

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