computational thinking Flashcards
1
Q
What is computational thinking?
A
A way of approaching problems that is particularly useful in computing. It can also be useful for tackling many other kinds of problems.
2
Q
What is pattern matching?
A
Identifying patterns and recognising when two patterns are similar.
3
Q
What is abstraction?
A
Ignoring irrelevant details and reducing a problem to its essential features.
4
Q
What is decomposition?
A
Breaking a complex task down into a set of smaller and simpler tasks.
5
Q
What are algorithms?
A
Using a sequence of steps to solve a problem.
6
Q
What is binary?
A
A system of storing data using 1s and 0s.
7
Q
What is hex?
A
A base16 system of storing data. 0 to F.