Questions: Kolmogorov Complexity

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A string x of one billion bits is produced by a genuinely fair coin. What is its Kolmogorov complexity K(x) most likely to be?

AVery low — there is always a pattern if you look hard enough, so a short program exists
BExactly log₂(1,000,000,000) ≈ 30 bits — you only need to specify the length
CClose to one billion bits — a truly random string has no description shorter than itself
DExactly one billion bits — random strings have complexity equal precisely to their length
Question 2 True / False

If someone claims an algorithm A computes K(x) exactly for every string x, this would imply the halting problem is solvable.

TTrue
FFalse
Question 3 True / False

The Kolmogorov complexity of a string depends on which universal Turing machine you use as the reference, so it cannot be an objective property of the string.

TTrue
FFalse
Question 4 Multiple Choice

A string x of length n is called 'Kolmogorov random.' Which of the following is NOT implied by this characterization?

ANo program significantly shorter than x can output x
Bx was generated by a physically random process such as radioactive decay
Cx has high algorithmic information content
Dx cannot be significantly compressed by any lossless compression algorithm
Question 5 Short Answer

Explain the paradox that 'most strings are Kolmogorov random yet you cannot exhibit a specific one,' and what this implies about K as a practical tool.

Think about your answer, then reveal below.