Exam-style question
Try this first
Which aim is part of efficiently implementing an automated abstraction?.
- A.Designing data models and algorithms that run quickly while using minimal resources
- B.Making every algorithm use the maximum available memory
- C.Choosing an algorithm without considering the problem size
- D.Optimising only the appearance of the user interface
Model answer
What a good answer should say
- Designing data models and algorithms that run quickly while using minimal resources
Explanation
Why this works
Efficient implementation involves designing data models and algorithms to run quickly and use as few resources, such as memory, as possible.
Common mistake
No common mistake is linked to this question yet.
