wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computational Thinking

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Used for joining character strings

a)

Concatenation

b)

Var

c)

Boolean

d)

Assimilation

2.

An IF THEN ELSE statement is an example of a:

a)

Boolean expression

b)

Boolean value

c)

Conditional statement

d)

Conditional value

3.

This helps by breaking down complex problems into more manageable parts.

a)

Abstraction

b)

Event handler

c)

Variable

d)

Decomposition

4.

This is a temporary storage location for a valuable

a)

Index

b)

Container

c)

Variable

d)

String

5.

Which of these means TRUE or FALSE?

a)

Random

b)

Boolean

c)

Abstraction

d)

Pattern recognition

6.

Having something work based on a condition is known as a...

a)

Assigned variable

b)

WHILE loop

c)

Nested IF statement

d)

IF statement

7.

Having something work based on a 2 conditions is known as a...

a)

Assigned variable

b)

WHILE loop

c)

Nested IF statement

d)

IF statement

8.

ARRAYS...

a)

Are lists of any characters

b)

Are lists of only numbers

c)

Are lists of only strings

d)

Allow you to see where the position of something is in the list

e)

Are fixed in length

9.

The process of filtering out information we do not need

a)

Abstraction

b)

Decomposition

c)

Algorithm

d)

Pattern recognition

10.

Code used to repeat a set of commands while a boolean condition is true

a)

IF statement

b)

WHILE loop

c)

Boolean expression

d)

Boolean loop