Computational methods Flashcards

1
Q

What is backtracking?

A

if one pathway to a solution fails the search for successful path begins at last successful point

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

What is Data mining?

A

Data mining examines large data sets looking for patterns and relationships. Databases are designed to store and process data in predefined ways. When they get large enough, unexpected relationships may be uncovered, especially if other databases are examined as part of the same process

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

What does data mining incorporate?

A

Cluster analysis
pattern matching
anomaly detection
regression anlysis

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

What is perfromacne moddeling?

A
Performance modelling is another use of models in computational thinking
###Real life objects and systems###
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is pipelining?

A

Pipelining is a common computing technique where the output of one process can be fed into another
Complex jobs can be divided up into separate pipelines so that parallel processing can occur
This technique parallels real-life situations such as assembly-line processing

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

What is visualisation?

A

Problems and data can often be better understood when translated into a visual model

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