topic badge
CanadaON
Grade 9

11.03 Algorithms in code

Interactive practice questions

Look at the pseudocode below

START
SET a = 73
SET b = 44
SET c = a + b
PRINT c
END

What value is printed at the end of the code?

OUTPUT: $\editable{}$

Easy
< 1min

Look at the pseudocode below

START
SET a = 26
SET b = 11
SET c = a * b
PRINT c
END

What value is printed at the end of the code?

Note: the symbol * represents multiplication.

Easy
< 1min

Look at the pseudocode below

START
SET a = 2
SET b = a * a * a
PRINT b
END

What value is printed at the end of the code?

Note: the symbol * represents multiplication.

Easy
< 1min

Look at the pseudocode below

START
SET a = 1
SET b = 3
SET c = a ^ b
PRINT c
END

What value is printed at the end of the code?

Note: the symbol ^ represents exponentiation.

Easy
< 1min
Sign up to access Practice Questions
Get full access to our content with a Mathspace account

Outcomes

9.C2.1

Use coding to demonstrate an understanding of algebraic concepts including variables, parameters, equations, and inequalities.

9.C2.2

Create code by decomposing situations into computational steps in order to represent mathematical concepts and relationships, and to solve problems.

9.C2.3

Read code to predict its outcome, and alter code to adjust constraints, parameters, and outcomes to represent a similar or new mathematical situation.

What is Mathspace

About Mathspace