SLR 19 Flashcards

Thinking Ahead

1
Q

What does thinking ahead help with?

A

-Maximising code efficiency
-Minimise errors

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

What are preconditions?

A

Conditions that already exist and could effect how you devise the solution to a problem

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

Why are preconditions important to devising a solution to a problem?

A

If all preconditions aren’t meant then the finished product will not work correctly

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

What does caching allow?

A

Faster retrieval times as instructions and data don’t need to be fetched from secondary storage instead (which is much slower)

Caching algorithms are difficult to implement

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

What is prefetching?

A

A more effective version of caching, but requires clever algorithms to make predictions that data will need to be retrieved soon

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

Why should program code be reused?

A

To save coding time, save resources, lower development costs and reduce the amount of redundant code

Basically libraries

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