CT18 Revision

CT18 Revision

9th Grade

18 Qs

quiz-placeholder

Similar activities

ICS 1.1.1 Quiz

ICS 1.1.1 Quiz

9th - 12th Grade

20 Qs

Python Lists

Python Lists

9th - 12th Grade

15 Qs

10 min test 18

10 min test 18

9th - 12th Grade

15 Qs

Unit 7- Lesson 11: Assessment Day

Unit 7- Lesson 11: Assessment Day

9th - 12th Grade

15 Qs

GCSE Computer Science: Programming (Data Structures)

GCSE Computer Science: Programming (Data Structures)

9th - 10th Grade

20 Qs

2.1 Linear and Binary Searching Algorithms

2.1 Linear and Binary Searching Algorithms

8th - 10th Grade

16 Qs

GCSE Computing - Subprograms

GCSE Computing - Subprograms

9th - 10th Grade

14 Qs

iGCSE Computer Science: Problem Solving

iGCSE Computer Science: Problem Solving

9th - 12th 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?