2.1.1) Thinking Abstractly Flashcards
What is Abstraction?
The process of modelling a problem by focusing on key objects, this includes extracting the most necessary information
Why is Abstraction needed?
To reduce complexity, the need for memory and processor time. This simplifies coding.
What can Abstraction facilitate?
Reusable code as it can be used in lots of different scenarios
What could be a downside of Abstraction?
Factors that have been dismissed may be vital
What is representational abstraction?
Analysing what is relevant to a given scenario and creating a simplified version based on this
is abstraction by generalisation?
Similarities within a problem to identify what kind of problem it is
What is data abstraction?
The process of hiding how data is being stored, allowing programs to use abstract data structures
What is procedural abstraction?
Pushing a popping items to a to and from a stack without having any knowledge about the code used to implement this functionality