Exam-style question
Try this first
Why can hardware impose a limit on what can be computed in practice?.
- A.Hardware has finite processing speed and memory
- B.Hardware automatically changes every algorithm into a sorting algorithm
- C.Hardware prevents programs from accepting input
- D.Hardware guarantees that every algorithm finishes immediately
Model answer
What a good answer should say
- Hardware has finite processing speed and memory
Explanation
Why this works
A computer has finite resources. If an algorithm needs more processing time or memory than the available hardware can provide within acceptable limits, the computation may not be practical.
Common mistake
No common mistake is linked to this question yet.
