algorithms- section 5 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is computational thinking?

A

The steps you take to find the best solution to a complex problem

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

What is abstraction?

A

Picking out the important bits of information from the problem, ignoring the specific details that don’t matter

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

What is algorithmic thinking?

A

A logical way of getting from the problem to the solution. If the steps you take to solve a problem follow an algorithm then they can be reused and adapted to solve similar problems in the future.

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

What is decomposition?

A

Breaking a complex problem down into smaller problems and solving each one individually.

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

What are algorithims?

A

Sets of instructions for solving a problem

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

What is sequencing?

A

Putting instructions in the correct order

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

What is selection?

A

The computer can choose different options depending on conditions

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

What is iteration?

A

Tasks can be repeated

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

What is a variable?

A

Is a name that refers to a value

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