Final answer:
The LSB in an n-bit unsigned word is worth 2^(n-1) and the MSB is worth 2^n.
Step-by-step explanation:
In an n-bit unsigned word, the LSB (Least Significant Bit) represents 2^(n-1) and the MSB (Most Significant Bit) represents 2^n. So, the correct answer is option B) LSB = 2^n, MSB = 2^(n-1).