Computational methods Flashcards
What is backtracking?
if one pathway to a solution fails the search for successful path begins at last successful point
What is Data mining?
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
What does data mining incorporate?
Cluster analysis
pattern matching
anomaly detection
regression anlysis
What is perfromacne moddeling?
Performance modelling is another use of models in computational thinking ###Real life objects and systems###
What is pipelining?
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
What is visualisation?
Problems and data can often be better understood when translated into a visual model