2.2.2 Computational methods - Filip Flashcards
define decomposition
breaking down a large problem into lots of small problem which re more manageable
define abstraction
ignoring insignificant/ unnecessary details
define back tracking
methodically going down every possible path then going back on yourself once you find an error
define data mining
a technique used to find anomalies/ patterns in large sets of data
define hueristics
rules of thumb which are a non exact result
define pipelining
different tasks being undertaken at the same time to improve efficiency
define performance modelling
Performance modelling eliminates the need for true performance testing by providing
mathematical methods to test a variety of loads on different operating systems.
what’s divide and conquer
in this context divide and conquer refers to a way of decomposition involving divining then solving then merging parts of a larger problem back together