Quick LIsts Recap

Quick LIsts Recap

8th Grade

12 Qs

quiz-placeholder

Similar activities

TIN 6 THU NHẬN THÔNG TIN

TIN 6 THU NHẬN THÔNG TIN

6th - 9th Grade

12 Qs

Module 4 Revision

Module 4 Revision

2nd - 8th Grade

10 Qs

Cascading Style Sheets

Cascading Style Sheets

8th - 12th Grade

11 Qs

Начала программирования на языке Паскаль

Начала программирования на языке Паскаль

8th - 11th Grade

15 Qs

Знаток Paint

Знаток Paint

1st - 10th Grade

15 Qs

Quiz informatyczny

Quiz informatyczny

1st - 8th Grade

15 Qs

Nhập môn HTML

Nhập môn HTML

6th - 9th Grade

13 Qs

Technology Week HTG Quiz - Monday

Technology Week HTG Quiz - Monday

7th - 12th Grade

10 Qs

Quick LIsts Recap

Quick LIsts Recap

Assessment

Quiz

Computers

8th Grade

Practice Problem

Medium

Created by

Dave Gwilt

Used 66+ times

FREE Resource

AI

Enhance your content in a minute

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

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be printed?

x = [3, 4, 7, 9]

print( x[1] )

3

4

7

9

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be printed?

x = [3, 4, 7, 9]

x.pop(3)

print( x )

[4, 7, 9]

[3, 7, 9]

[3, 4, 9]

[3, 4, 7]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be printed?

x = [3, 4, 7]

x.append(1)

print( x )

[1, 3, 4, 7]

[3, 4, 7, 1]

[31, 41, 71]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be printed?

x = [3, 4, 7]

x.append(1)

x.sort()

print( x )

[1, 3, 4, 7]

[3, 4, 7, 1]

[31, 41, 71]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the missing word so that [ 4, 6, 8, 10 ] is printed?

x = [2, 4, 6, 8, 10]

x.____(2)

print(x)

pop

remove

append

sort

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the missing word so that [ 2, 4, 8, 10 ] is printed?

x = [2, 4, 6, 8, 10]

x.____(2)

print(x)

pop

remove

append

sort

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the missing word so that [ 2, 4, 6, 8, 10 ] is printed?

x = [2, 4, 6, 8]

x.____(10)

print(x)

pop

remove

append

sort

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?