Year 9 End of Unit Test Python List and Operations

Year 9 End of Unit Test Python List and Operations

8th Grade

30 Qs

quiz-placeholder

Similar activities

PTS GANJIIL INFORMATIKA KELAS 8

PTS GANJIIL INFORMATIKA KELAS 8

8th Grade

25 Qs

Speed Cup de Ingeniería 2021 (Eliminatoria)

Speed Cup de Ingeniería 2021 (Eliminatoria)

1st Grade - University

25 Qs

Informatika Quiz

Informatika Quiz

8th Grade

25 Qs

Cisco-test2

Cisco-test2

6th - 8th Grade

25 Qs

WJEC Image Editing

WJEC Image Editing

KG - Professional Development

25 Qs

Video Games

Video Games

KG - University

28 Qs

HKI I TIN LOP 7

HKI I TIN LOP 7

6th - 8th Grade

28 Qs

PAT ROBOTIC Elektronika Dasar 2019-2020

PAT ROBOTIC Elektronika Dasar 2019-2020

KG - Professional Development

25 Qs

Year 9 End of Unit Test Python List and Operations

Year 9 End of Unit Test Python List and Operations

Assessment

Quiz

Computers

8th Grade

Practice Problem

Hard

Created by

Richmond Amandu

FREE Resource

AI

Enhance your content in a minute

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

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a list of three fruits: apple, banana, and cherry?

fruits = "apple", "banana", "cherry"

fruits = ["apple", "banana", "cherry"]

fruits = {"apple", "banana", "cherry"}

fruits = (apple, banana, cherry)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following code? ```

2

4

6

8

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to add an item to the end of a list?

add()

append()

insert()

extend()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following code?

["red", "blue", "green"]

["red", "blue", "green", "yellow"]

["yellow", "red", "blue", "green"]

["red", "yellow", "blue", "green"]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

["cat", "dog", "rabbit"]

["cat", "rabbit"]

["dog", "rabbit"]

["cat", "dog"]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following will insert "orange" at index 1 in the list fruits?

Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following code?

1 2 3 4

1 3

2 4

1 2

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

Already have an account?