UIL Computer Science

UIL Computer Science

12th Grade

11 Qs

quiz-placeholder

Similar activities

Intro to Python Test

Intro to Python Test

3rd - 12th Grade

11 Qs

Chapter 1 Python

Chapter 1 Python

8th Grade - University

12 Qs

Advance Python

Advance Python

KG - Professional Development

10 Qs

PCEP Section 3B: list methods: append(), insert(), index()

PCEP Section 3B: list methods: append(), insert(), index()

12th Grade

15 Qs

Python Final Assessment

Python Final Assessment

4th - 12th Grade

10 Qs

Quizizz KiddoFair_Dec22

Quizizz KiddoFair_Dec22

8th - 12th Grade

16 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

UIL Computer Science

UIL Computer Science

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Charles Martinez

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

a common method for referencing the elements in a list or string using numbers:

list

element

index

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

an individual value in a list that is assigned a unique index

list

element

index

None of the above

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Output is ...?

mango

pear

kiwi

['apple','banana','pear']

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

an ordered collection of elements

list

element

index

None of the above

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

colors = ['red', 'blue', 'yellow', 'green', 'purple']


colors[3-1] = ???

'blue'

yellow

blue

'yellow'

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

output...?

[15, 'hat', 'cat', 5]

[15, 'pow', 'cat', 0]

[15, 'cat', 'cat', 30]

[20, 'cat', 'cat', 15]

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Correct code to access the second 'Terry' in this list ... ?

montyPython[5]

montyPython[6]

montyPython[-1]

montyPython[3]

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?