wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

NHTW Programming

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

Breaking down a complex problem in computer science into smaller, more understandable chunks.

a)

While loop

b)

Iteration

c)

Decomposition

d)

For loop

2.

A function that repeats a block of code in a specified order, often until a specific result occurs.

a)

Iteration

b)

Decomposition

c)

While loop

d)

For loop

3.

A loop of code that repeats until the answer is YES or NO depending on what you have set.

a)

For loop

b)

While loop

c)

Syntax

d)

Iteration

4.

A control flow statement that runs for a specific amount of times.

Eg. 5

 

a)

Iteration

b)

While loop

c)

Decomposition

d)

For loop

5.

Refers to the rules that define the structure of a language.

Eg :, ., ;, “

a)

Syntax

b)

Logic error

c)

Iteration

d)

Parenthesis

6.

An error that occurs that is not the correct outcome. The code will run but give an incorrect answer.

a)

Runtime error

b)

Logic error

c)

Syntax error

d)

Iteration

7.

A punctuation mark used to enclose information, similar to a bracket.

a)

Iteration

b)

Syntax

c)

Parenthesis

d)

For loop

8.

Synonym for decomposition.

a)

Factoring

b)

Fracturing

c)

Looping

d)

Repeating

9.

Synonym for iteration.

a)

Decomposing

b)

Repeating

c)

Looping

d)

Factoring

10.

Synonym for parenthesis.

a)

Syntax

b)

Loop

c)

Iteration

d)

Bracket