Exam-style question
Try this first
What is meant by a computable problem?.
- A.A problem that can be solved by an algorithm
- B.A problem that always requires a human decision
- C.A problem that has no possible input
- D.A problem that can only be solved using a particular programming language
Model answer
What a good answer should say
- A problem that can be solved by an algorithm
Explanation
Why this works
A computable problem is one for which an algorithm exists that can produce a solution. The definition does not depend on one particular programming language.
Common mistake
No common mistake is linked to this question yet.
