2.2.2 Computational Methods Flashcards

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

Methods to solve a problem

A

Trial and error, enumeration, divide and conquer, simulation, theoretical method, creative approach

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

Simulation

A

Designing a model of a real life system in order to understand the behaviour of the system

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

Enumeration

A

Listing all possible cases of a problem

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

Backtracking

A

Following a decision point and returning to an earlier decision point to check for a better solution

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

Heuristics

A

Approaches that will give a good solution in a reasonable time frame, even if not the optimal solution

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

Heuristics uses

A

Routing messages across the internet, routing circuit boards, DNA analysis

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

Data Mining

A

The process of extracting valuable information from large data sets

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

Data Mining uses

A

Marketing, detecting fraud

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

Pipelining

A

Where a task is divided into a series of subtasks, where each subtask leads to the next

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

Performance Modelling

A

A process of evaluating if a system or program works as expected or not before release

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

Divide and conquer

A

Continually halve the size of the problem with each iteration, solve each problem and merge them together

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

Problem recognition

A

Recognising the problem that has been set and the components of a potential solution

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