SLR 19 Flashcards
Thinking Ahead
What does thinking ahead help with?
-Maximising code efficiency
-Minimise errors
What are preconditions?
Conditions that already exist and could effect how you devise the solution to a problem
Why are preconditions important to devising a solution to a problem?
If all preconditions aren’t meant then the finished product will not work correctly
What does caching allow?
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
What is prefetching?
A more effective version of caching, but requires clever algorithms to make predictions that data will need to be retrieved soon
Why should program code be reused?
To save coding time, save resources, lower development costs and reduce the amount of redundant code
Basically libraries