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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is pattern matching?

A

Identifying patterns and recognising when two patterns are similar.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is abstraction?

A

Ignoring irrelevant details and reducing a problem to its essential features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is decomposition?

A

Breaking a complex task down into a set of smaller and simpler tasks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are algorithms?

A

Using a sequence of steps to solve a problem.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is binary?

A

A system of storing data using 1s and 0s.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is hex?

A

A base16 system of storing data. 0 to F.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly