Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Digital Literacy and Computer Science

Total questions: 22

Worksheet time: 39mins

Name
Class
Date
1.

What is computational thinking?

a)

Giving instructions to a computer.

b)

Thinking like a computer.

c)

Solving problems through information technologies and certain approaches.

2.

Which component of computational thinking is aimed at discovering patterns in solutions?

a)

Decomposition

b)

Analogy

c)

Abstraction

3.

Which property of an algorithm is shown by the following statement: 'The same algorithm can be applied to similar problems'?

a)

Specificity

b)

Massiveness

c)

Discreteness

d)

Efficiency

4.

What will happen if we execute the following algorithm? Describe the algorithm using variables.

4 lines
5.

Calculate the value of the expression 15 + 17:

4 lines
6.

Divide the resulting number by 2:

4 lines
7.

Add 20 to the resulting number:

4 lines
8.

Repeat the second step 2 times:

4 lines
9.

Multiply the resulting number by 4:

4 lines
10.

According to the structure, algorithms are of types: ___________________, _______________________ and _______________________

a)

deterministic

b)

non-deterministic

c)

recursive

11.

Computational thinking is the transformation of a complex problem into: -------- problems.

a)

simpler

b)

easier

c)

manageable

12.

We have 3 colored stones of different sizes. What order should the commands be executed to ensure the algorithm is correct? Present it graphically.

a)

Compare the stones.

b)

Take any colored stone from the collection.

c)

Compare with the larger stone in hand.

d)

Then take the second stone.

e)

Put the smaller one aside.

13.

What is computational thinking?

a)

Giving instructions to a computer.

b)

Solving problems through information technologies and specific approaches.

c)

Thinking like a computer.

14.

The algorithm is a purposeful (a)   sequence.

15.

Which component of computational thinking is dividing the problem into smaller parts?

a)

Decomposition

b)

Abstraction

c)

Algorithm

16.

Which property of the algorithm is shown by the following statement? 'After performing a finite number of simple steps, the algorithm must reach a specific result.'

a)

Specificity

b)

Massiveness

c)

Discreteness

d)

Effectiveness

17.

What will happen if we implement the following algorithm? Describe the algorithm using variables.

4 lines
18.

What will be the result if we execute the following algorithm? Describe the algorithm using variables in any way.

4 lines
19.

Calculate the value of the expression 18 + 12.

4 lines
20.

According to the structure, algorithms can be of types: _______________________, _______________________, and _______________________ types.

a)

Sequential

b)

Conditional

c)

Iterative

21.

In the algorithm for cleaning the board, the sequence of command execution is mixed up. In what order should the commands be executed for the algorithm to be correct? Present graphically.

4 lines
22.

1. Delete all marks from the board. 2. Place the sponge down. 3. Slide the sponge over the board. 4. Take the sponge. 5. Wet the sponge.

4 lines