Font size
WorksheetsALMCTPS
Total questions: 10
Worksheet time: 6mins
Computational thinking is?
Programming
Thinking like a computer
Codeing
Logically solving problems
Which of these is an example of abstraction?
The layers in a network protocol stack
Use a pre-written library of procedures and functions to perform operations such as sorting and searching.
Ignore the colour of a player token in a snakes ladder game model.
Subdividing a problem into smaller tasks that different teams can work on independently.
What is _______ taking a complex problem and breaking it down into a series of small more manageable problems called?
Decomposition
Abstraction
Pattern Recognition
Algorithms
What is __________ problems looked at individually, considering how similar problems have been solved previously called?
Decomposition
Abstraction
Pattern Recognition
Algorithms
Which of the following is not a component of computational thinking?
Abstraction
Decomposition
Pattern recognition/Generalising
Typing
What does an arrow represent in a FLOWCHART?
Start
Data flow
Decision
Process
A school database has lots of information on students, the data manager needs to use abstraction? What data should she leave out?
Age
Classes
Guardian's phone numbers
Eye colour
The more patterns we can find means solving our problem will be ____ (pick all correct answers).
Same
Easier
Quicker
Harder
Which of these are pillars of computational thinking?
Decomposition: Breaking down data, processes, or problems into smaller, manageable parts
Algorithm Design: Developing the step by step instructions for solving this and similar problems
Pattern Recognition: Observing patterns, trends, and regularities in data
Abstraction: Identifying the most important details and discarding the unimportant aspects to make the solution manageable
Functional programming - treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data
What is a FLOWCHART?
A diagram that shows abstraction.
A visual representation of an algorithm.
A series of shapes.
A diagram that shows selecting a burger.
