UIL Computer Science

UIL Computer Science

12th Grade

11 Qs

quiz-placeholder

Similar activities

Numpy arrays -Class XII

Numpy arrays -Class XII

11th - 12th Grade

10 Qs

Functions in Python

Functions in Python

9th - 12th Grade

16 Qs

Section 3A: Collect and process data using lists

Section 3A: Collect and process data using lists

12th Grade

15 Qs

H466 - Arrays, Records, Tuples and Lists

H466 - Arrays, Records, Tuples and Lists

11th Grade - University

10 Qs

Python Math

Python Math

1st - 12th Grade

10 Qs

Christmas Programming Quiz

Christmas Programming Quiz

12th Grade

14 Qs

Python lists

Python lists

9th Grade - Professional Development

7 Qs

list in python

list in python

10th - 12th Grade

15 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?