Computational methods Flashcards

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

Backtracking

A

Trying out a sequences of actions and determining how far they succeed until it becomes apparent that it can go no further. Backtracking is essentially trial and error

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

Data mining

A

The process of examining large data sets looking for patterns and relationships.

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

Performance modelling

A

consists of predicting the way software behaves when in use by analysing program functions and using Big O notation to show how algorithms behave with bigger sizes of input.

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

Pipelining

A

is a common 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.

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

Visualisation

A

problems and data can often be better understood when translated into a visual model, which can show unexpected and interesting trends that could not be produced by traditional manual methods

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