wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

computational thinking - test - M1

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

What is computational thinking?

a)

thinking like a computer

b)

computers thinking like humans

c)

thinking process to understand a problem and finding solutions

d)

Artificial intelligence created with computational thinking

2.

Which of the following is NOT a computational thinking technique?

a)

Decomposition

b)

Abstraction

c)

Coding

d)

algorithm

3.

What is a variable?

a)

A box to store data

b)

2x-3=Y

c)

The name of an algorithm

d)

A software to create flowchart

4.

How many steps are in computational thinking?

a)

3

b)

4

c)

5

d)

6

5.

What are the names of computational techniques?

a)

Decomposition, flowcharts, pattern matching, abstraction

b)

Decomposition, algorithm, pattern matching, abstraction

c)

Decomposition,pattern matching, ab-reaction, algorithm

d)

Deposition, pattern matching, abstraction, algorithm

6.

What is an algorithm?

a)

creating a step by step process

b)

using your computer to resolve a problem

c)

creating a sandwich

d)

A software to create flowcharts

7.

Disregarding differences is called...

a)

Ab-reaction

b)

abstraction

c)

amphibian

d)

pattern matching

8.

Read the following algorithm and replace the line (1).


start

print 'How old are you?'

read variable_age

var_new_age=variable_age+1

print 'next year you will be '+var_new_age

(1)

a)

start

b)

finish algorithm

c)

stop

d)

print 'goodbye'

9.

What do you call finding similarities in objects?

a)

decomposition

b)

variable

c)

abstraction

d)

pattern matching

10.

Read the algorithm and choose what line to replace (1) with


start

print 'what is your name?

(1)

print 'Hello '+ var_name

end

a)

print var_name

b)

read variable

c)

read var_name

d)

My name is teacher Handsome