Questions: Algorithmic Information Theory

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

A string x of length n is called 'c-incompressible' if K(x) >= n - c. What fraction of n-bit strings are c-incompressible?

AA negligible fraction — most strings have short descriptions
BAt least (1 - 2^(-c)) of all n-bit strings — by counting, there are fewer than 2^(n-c) programs shorter than n-c bits, so at most a fraction 2^(-c) of n-bit strings can be compressed by c or more bits
CExactly half of all strings
DIt depends on the choice of universal Turing machine
Question 2 True / False

Chaitin's halting probability Omega is a well-defined real number that can be approximated from below but never computed exactly.

TTrue
FFalse
Question 3 Short Answer

Explain how Solomonoff induction uses Kolmogorov complexity to define a universal theory of prediction, and why it is uncomputable but theoretically important.

Think about your answer, then reveal below.