What is the formal model of defining a ‘computer’?
What can a CPU do per step?
If a problem, P, is a special case of another, Q, what is unique about it?
Problem P is not harder than problem Q.
Why can a special case of a problem not be harder than a general case?
As we can use an algorithm for the more general case to solve the special case
What is solving some problem P with another, Q, called?
Reduction
What does a problem being reducible mean?
It implies that the special problem is not much harder than the general problem.
What is the definition for computability?
A problem is computable if there is a program which solves it.