CT18 Revision

CT18 Revision

9th Grade

18 Qs

quiz-placeholder

Similar activities

HTML

HTML

9th - 12th Grade

15 Qs

Intro to HTML Quiz 1

Intro to HTML Quiz 1

9th Grade

20 Qs

Year 8 Computer Quiz

Year 8 Computer Quiz

8th - 9th Grade

20 Qs

Python Arrays

Python Arrays

9th - 12th Grade

13 Qs

Python Lists v2

Python Lists v2

9th - 12th Grade

15 Qs

AP CSP Unit 5 Review: Lists, Loops and Traversals

AP CSP Unit 5 Review: Lists, Loops and Traversals

9th - 12th Grade

19 Qs

Python Functions

Python Functions

9th - 12th Grade

13 Qs

Computer Science (Python)

Computer Science (Python)

9th Grade

18 Qs

CT18 Revision

CT18 Revision

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Dominica-Clemente Cascarino

Used 1+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a subprogram?

A type of Python module

A loop that executes a set of statements

A block of code that runs when it is called

A type of variable used to store data

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a parameter?

A type of error within the code

A variable defined within the subprogram

A type of subprogram

A piece of data passed to a subprogram

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an array?

A collection of elements that are all numbers

A collection of elements that are all the same data type

A decimal value, such as 25.0

A list that contains another list

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you add new items to the end of a list?

list.append()

list.add()

list.get()

list.modify()

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

This piece of code works by searching for the first element in a list that has a specific value and then taking it away.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

for i in range(3):

print(i)

What would this code output?

1, 2, 3

0, 1, 2, 3

0, 1, 2

i

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable defined within a subprogram, that cannot be used outside of it:

Local

Global

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?