You have a spendable amount of bitcoin and only want to send part of it. What happens to the rest?
Correct answer
Answer D: The remainder comes back as change.
Quick explanation
In Bitcoin, a spendable amount of this kind is used in full. Part goes to the recipient, and the rest, minus the fee, returns to you as a new spendable amount. These amounts are called UTXOs.
Detailed explanation
When a wallet selects a UTXO as an input, that UTXO is spent in full. The wallet cannot simply cut the desired payment amount out of the old UTXO. Instead, the new transaction allocates the full input value among new outputs and the network fee.
If the selected value is larger than the payment plus the fee, the wallet normally creates a change output. That new output is again controlled by the user's wallet and can later be spent as another UTXO. The remainder therefore does not stay inside the old UTXO.
The amount of change depends on the selected inputs, the payment amount and the fee. Wallets often use a new internal address for change. This reduces direct address reuse but does not automatically make the transaction anonymous, because amounts and later spending can still provide clues.
Example or everyday application
A wallet controls a UTXO worth 100,000 satoshis. It sends 60,000 to the recipient and pays a 1,000-satoshi network fee. The original UTXO is spent in full. The transaction creates a recipient output of 60,000 and a new change UTXO of 39,000 satoshis for the wallet itself.
Common misconception
Misconception: a Bitcoin payment cuts only the exact payment amount out of an existing UTXO. Correction: the UTXO used is spent in full. Unneeded value normally returns to the wallet as a new change output.
Sources used
Bitcoin Developer Guide - Block Chain
This source is mainly intended for developers. The relevant information may therefore be harder to find.
Check original sourceBitcoin Developer Reference - Transactions
This source is mainly intended for developers. The relevant information may therefore be harder to find.
Check original source

