Python Lists

Python Lists

8th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Networking Quiz

Networking Quiz

8th - 9th Grade

15 Qs

Arduino

Arduino

7th - 9th Grade

15 Qs

Bài 11. Tệp và quản lý tệp

Bài 11. Tệp và quản lý tệp

10th Grade

20 Qs

HARDWARE AND SOFTWARE

HARDWARE AND SOFTWARE

2nd - 10th Grade

10 Qs

Q1 M 2 - TOPIC 2 / Check your understanding

Q1 M 2 - TOPIC 2 / Check your understanding

10th Grade

10 Qs

ICT - Networks and communication

ICT - Networks and communication

9th Grade

11 Qs

Cell Phone Vocabulary

Cell Phone Vocabulary

9th - 12th Grade

12 Qs

may tinh va chuong trinh may tinh

may tinh va chuong trinh may tinh

8th Grade

10 Qs

Python Lists

Python Lists

Assessment

Quiz

Computers

8th - 12th Grade

Practice Problem

Medium

Created by

Nargas Khan

Used 125+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data Structures are used to group multiple items?

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many values can a variable store?

4

11

456743

1

3.

OPEN ENDED QUESTION

3 mins • 1 pt

Why would you use lists in a program instead of variables?

Evaluate responses using AI:

OFF

Answer explanation

You would use lists in a program instead of a variable when you have more than one value to store and it can be grouped together. It is also more efficient to use a list. It is much better to group the values together in a single variable (list). That is what data structure is - an organised collection of Items.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which brackets are used to create Lists?

()

{}

[]

Answer explanation

Lists are created using square brackets and have commas separating the different data values.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Spot the error in this program:

friends = Alice", "Bob","Liz"]

friends =

"Bob",

"Liz"]

Alice"

Answer explanation

friends = ["Alice", "Bob","Liz"]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does .append () do?

To add a new item to a specified position in the list.

To delete the item specified.

To find the index of a specific item.

To add a new item to the end of the list.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does .insert() do?

To find the index of a specific item.

To delete the item specified.

To add a new item to a specified position in the list.

To find the index of a specific item.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?