SLR 24/ Computational Methods Flashcards

1
Q

What are the Key principles of Computational Methods?

A
  1. Decomposition
    2.Pattern Recognition
    3.Abstraction
    4.Algorithms
    5.Calculations
    6.Storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define Decomposition

A

Breaking down a complex problem or system into smaller, more manageable parts.

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

Define Pattern Recognition

A

Looking for similarities between different problems and solutions that already exist.

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

Define Abstraction

A

Focusing on the important information only, ignoring irrelevant detail.

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

Define Algorithms

A

Developing a step-by-step solution to the problem or rules to follow to solve the problem.

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

Define Calculations

A

Performing arithmetic and logical comparisons. Computers are well-suited to these tasks.

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

Define Storage

A

Deciding how and where data will be retrieved and stored.

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

Define the Divide and Conquer method

A

Divide and conquer algorithms split a problem into smaller problems that are easier to solve.​

Individual solutions to these smaller problems must be combined into a larger solution to the original problem.​

This technique is effective but its use is limited, as there are many problems that cannot be easily divided and combined.

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