2.2.2 problem solving methods Flashcards

1
Q

Backtracking

A

it works by visiting each path until finding the right path, then build a solution based on the right path, if a path is found to be invalid, the algorithm backtracks to the previous stage and visit an alternate path.

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

Data mining

A

this technique is used to identify patterns and outliers in a large data set.
it can be used to predict the future of something by checking it pattern

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

Heuristic

A

this technique is used to find an approximate solution when the standard solutions is time or memory consuming, those solutions are not perfectly accurate.

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

pipelining

A

process that allows for projects to be delivered faster, as projects are divided into individual tasks. those tasks are developed in parallel.

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

visualisation

A

data can be presented in a way that is easier for us to understand using visualisation

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