UIL Computer Science

UIL Computer Science

12th Grade

11 Qs

quiz-placeholder

Similar activities

Chapter 1 Python

Chapter 1 Python

8th Grade - University

12 Qs

Introducción a Python

Introducción a Python

12th Grade

10 Qs

Python:  Rock, Scissors, Paper

Python: Rock, Scissors, Paper

10th - 12th Grade

10 Qs

List and Method in Computer Science Essentials

List and Method in Computer Science Essentials

12th Grade

11 Qs

Python General Knowledge Quiz

Python General Knowledge Quiz

7th - 12th Grade

10 Qs

python basics(vaishali)

python basics(vaishali)

11th - 12th Grade

9 Qs

Intro to Python Test

Intro to Python Test

3rd - 12th Grade

11 Qs

Section 3D: Collect and process data using dictionaries

Section 3D: Collect and process data using dictionaries

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?