UIL Computer Science

UIL Computer Science

12th Grade

11 Qs

quiz-placeholder

Similar activities

PI Mod 1 quiz

PI Mod 1 quiz

9th - 12th Grade

10 Qs

CodeTigers Python 101

CodeTigers Python 101

KG - Professional Development

10 Qs

Section 3D: Collect and process data using dictionaries

Section 3D: Collect and process data using dictionaries

12th Grade

15 Qs

Unit 4

Unit 4

12th Grade

6 Qs

Python variables and Data types

Python variables and Data types

10th - 12th Grade

10 Qs

Python 2021

Python 2021

8th Grade - Professional Development

7 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

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?