Python Lists Part 2

Python Lists Part 2

11th Grade

20 Qs

quiz-placeholder

Similar activities

J277 - basic testing and errors

J277 - basic testing and errors

9th - 12th Grade

22 Qs

Bebras Colage B

Bebras Colage B

7th - 12th Grade

15 Qs

AP CSA Unit 2 Review

AP CSA Unit 2 Review

9th Grade - University

22 Qs

APA1 - Quick JS recap

APA1 - Quick JS recap

University

17 Qs

OCR Sys Arch J277

OCR Sys Arch J277

10th - 12th Grade

16 Qs

Strings, Lists & Tuples

Strings, Lists & Tuples

9th - 12th Grade

20 Qs

Data Science

Data Science

8th - 12th Grade

20 Qs

Python Basics

Python Basics

KG - University

16 Qs

Python Lists Part 2

Python Lists Part 2

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Camille Corrado

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

QUESTION #1

Which statement will give variable lastIndex the index of the last element in a list called theList?

lastIndex = len(theList)

lastIndex = len(theList) - 1

lastIndex = len(theList - 1)

lastIndex = theList(len) - 1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

QUESTION #2

['A', 'B']

AB

['B', 'C']

BC

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

QUESTION #3

53

13

8

35

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

QUESTION #4

['Alex', '2', Dan', 'Ella', 'Mark']

['Alex', 'Zac', Dan', 'Ella', 'Mark']

['Alex', 'Dan', 'Zac', 'Ella', 'Mark']

None of the choices

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

QUESTION #5

[1, 17, 4]

[1, 5, 13]

[1, 5, 9, 13]

[1, 5, 13, 9]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

QUESTION #6

Numbers from 1 inclusive to 200 inclusive

Numbers from 1 inclusive to 200 exclusive

Multiples of 10 from 1 inclusive to 200 inclusive

Multiples of 10 from 1 inclusive to 200 exclusive.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

QUESTION #7

5

50

10

15

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?