wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Revision Checkpoint 1-Grade7

Total questions: 6

Worksheet time: 3mins

Name
Class
Date
1.

A method used to break down problems into smaller parts. What is this called?

a)

Selection

b)

Repetition

c)

Decomposition

d)

Algorithm

2.

Which variable below is the best to store a person’s name?

a)

str_name

b)

int_name

c)

bln_name

d)

flt_name

3.

Which one is an example of pseudocode?

a)

Input an age from the user

b)

x = 5+20

c)

print("Hello, Zachariah!")

d)

for count in range(20):

4.

Which compound conditional code should go in the yellow box?

a)

if int_age >=18 and int_age<=12:

b)

if int_age >=12 and int_age<=18:

c)

if int_age >=15 and int_age<=28:

d)

int_age >=12 and int_age<=18

5.

What do you use programming libraries for?

a)

You use libraries to remove functionality from your code.

b)

You use libraries to make your code longer.

c)

You use libraries to allow 2 conditionals at the same time.

d)

You use libraries to put already made code into your program.

6.

Why is it important to get feedback on your project?

a)

Feedback helps you find ways to make your project worse

b)

Feedback makes your project more expensive

c)

Feedback will remove all the bugs in your code.

d)

Feedback helps you find ways to improve your project.