Step 1: Recall the definition of entropy for a single throw.
For a random outcome with \(k\) possible results, each with probability \(p_i\), the Shannon entropy per throw is \(S = -\sum_{i=1}^{k} p_i \log p_i\). This number measures how spread out the outcome is: a sure outcome has zero entropy, and entropy grows as the outcomes become more evenly spread.
Step 2: Recall which distribution gives the largest entropy.
Among all probability distributions on \(k\) fixed outcomes, the entropy is maximum exactly when every outcome is equally likely, that is \(p_i = 1/k\) for all \(i\), giving \(S_{max} = \log k\). Moving away from equal probabilities, biasing the coin or dice, can only lower the entropy below this maximum, never raise it.
Step 3: Compare the unbiased coin and unbiased dice.
An unbiased coin has \(k=2\) equally likely outcomes, so its entropy is \(\log 2\). An unbiased dice has \(k=6\) equally likely outcomes, so its entropy is \(\log 6\). Since \(\log 6 > \log 2\), the dice carries more uncertainty per throw than the coin.
Step 4: Check statement (A).
From Step 3, the entropy of the unbiased coin (\(\log 2\)) is smaller than that of the unbiased dice (\(\log 6\)). So (A) is TRUE.
Step 5: Check statement (B).
Statement (B) claims the opposite ordering. Since \(\log 2 < \log 6\), this is FALSE.
Step 6: Check statement (C).
By Step 2, the unbiased dice sits at the maximum possible entropy \(\log 6\) among all dice distributions. Any biased dice has at least one face more likely than the others, moving it away from equal probability, so its entropy must be strictly smaller than \(\log 6\). So (C) is TRUE.
Step 7: Check statement (D).
By the same reasoning, the unbiased coin already sits at the maximum entropy \(\log 2\) among all coin distributions. A biased coin moves away from equal probabilities, so its entropy must be strictly smaller, not greater, than the unbiased coin. So (D) is FALSE.
Final Answer:
Only (A) and (C) are guaranteed by the fact that uniform probabilities give the maximum entropy.
\[ \boxed{\text{A, C}} \]