Exam-style question
Try this first
Which description most accurately distinguishes a particular computation from its procedural abstraction?.
- A.The particular computation uses actual values, whereas the procedure expresses the general method
- B.The particular computation is always reusable, whereas the procedure is used once
- C.The particular computation is a physical device, whereas the procedure is a data value
- D.The particular computation has no method, whereas the procedure has no result
Model answer
What a good answer should say
- The particular computation uses actual values, whereas the procedure expresses the general method
Explanation
Why this works
Procedural abstraction removes dependence on the values in one particular computation and captures the underlying computational method.
Common mistake
No common mistake is linked to this question yet.
