NEW
Font size
Worksheetscomputational thinking - test - M1
Total questions: 10
Worksheet time: 8mins
What is computational thinking?
thinking like a computer
computers thinking like humans
thinking process to understand a problem and finding solutions
Artificial intelligence created with computational thinking
Which of the following is NOT a computational thinking technique?
Decomposition
Abstraction
Coding
algorithm
What is a variable?
A box to store data
2x-3=Y
The name of an algorithm
A software to create flowchart
How many steps are in computational thinking?
3
4
5
6
What are the names of computational techniques?
Decomposition, flowcharts, pattern matching, abstraction
Decomposition, algorithm, pattern matching, abstraction
Decomposition,pattern matching, ab-reaction, algorithm
Deposition, pattern matching, abstraction, algorithm
What is an algorithm?
creating a step by step process
using your computer to resolve a problem
creating a sandwich
A software to create flowcharts
Disregarding differences is called...
Ab-reaction
abstraction
amphibian
pattern matching
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)
start
finish algorithm
stop
print 'goodbye'
What do you call finding similarities in objects?
decomposition
variable
abstraction
pattern matching
Read the algorithm and choose what line to replace (1) with
start
print 'what is your name?
(1)
print 'Hello '+ var_name
end
print var_name
read variable
read var_name
My name is teacher Handsome
