CT18 Revision

CT18 Revision

9th Grade

18 Qs

quiz-placeholder

Similar activities

Scratch Programming

Scratch Programming

1st - 12th Grade

13 Qs

Program Development - Python: Lists

Program Development - Python: Lists

8th - 10th Grade

22 Qs

AP CSP Algorithms & Programming (College Board Style)

AP CSP Algorithms & Programming (College Board Style)

9th - 12th Grade

15 Qs

Algorithms Unit 2.1 Review

Algorithms Unit 2.1 Review

8th - 10th Grade

18 Qs

1.1.Decomposition and abstraction

1.1.Decomposition and abstraction

9th - 10th Grade

19 Qs

Programming concepts: Revision

Programming concepts: Revision

4th - 9th Grade

15 Qs

SST Yr8 - NCCE - Algorithmic Thinking

SST Yr8 - NCCE - Algorithmic Thinking

9th Grade

20 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

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