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

To CC BCC Reply Reply All and forward

To CC BCC Reply Reply All and forward

6th - 8th Grade

25 Qs

PAS Kelas 7 Ganjil

PAS Kelas 7 Ganjil

7th Grade - University

25 Qs

PH BAB 4 SISTEM KOMPUTER KELAS 8.A

PH BAB 4 SISTEM KOMPUTER KELAS 8.A

8th Grade

25 Qs

HK II TIN 6 NĂM 23-24

HK II TIN 6 NĂM 23-24

6th - 8th Grade

29 Qs

Ôn tập kiểm tra giữa kỳ 1 khối 10 2022 - 2023

Ôn tập kiểm tra giữa kỳ 1 khối 10 2022 - 2023

1st - 12th Grade

30 Qs

NHS ICT 2 Quiz 2nd Qtr

NHS ICT 2 Quiz 2nd Qtr

7th - 8th Grade

25 Qs

computer

computer

5th - 8th Grade

25 Qs

TRẮC NGHIỆM TIN 4 BÀI 2: GÕ PHÍM ĐÚNG CÁCH

TRẮC NGHIỆM TIN 4 BÀI 2: GÕ PHÍM ĐÚNG CÁCH

5th Grade - University

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

Hard

Created by

Richmond Amandu

FREE Resource

AI

Enhance your content

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

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

Already have an account?