Back tracking, Performance modelling and visualisation Flashcards

(7 cards)

1
Q

Backtracking

A

problem solving technique implemented by using algorithms, usually recursively

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

How does backtracking work?

A

methodically visits each path and builds a solution based on the paths found to be correct.
If a path is found to be invalid the algorithm will backtrack to the previous stage.

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

Performance modelling

A

provides mathematical methods to test a variety of loads on different operating systems

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

Benefits of performance modelling

A

Eliminates the need for true performance testing.

Cheaper

less time-consuming

safer method of testing applications.

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

When/where would you use performance modelling?

A

Useful for safety-critical computer systems where its not safe to do a real trial run.

help companies judge the capabilities of a system and whether its safe to implement

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

Visualisation

A

Data presented in a way that is easier for us to understand.

you use it to produce graphs, trees and charts.

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

Why use visualisation?

A

Makes it possible to identify trends that were not otherwise obvious.

inform business desicions.

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