10.2 The Universal Function Flashcards
1
Q
What is the universal function
A
A function which can reproduce the behaviour of any other computable function
2
Q
What is Kleene’s theorem
A
The universal function is computable
Function must be in form f: N->N to be computable.
3
Q
How does program that computes the universal function work
A
- Decodes input
- Runs each line of while AST
- Similar to interpreter