Exam-style question
Try this first
According to the specification, what is the result of procedural abstraction?.
- A.A procedure
- B.A function
- C.A complete computer program
- D.A data structure
Model answer
What a good answer should say
- A procedure
Explanation
Why this works
Procedural abstraction produces a procedure. A further abstraction is required to disregard the particular computation method and obtain a function.
Common mistake
No common mistake is linked to this question yet.
