1. Describe what Unspent Transaction Outputs (UTXO) are
UTXO’s are the unspent transaction outputs
The sum of the UTXO’s is what you can actually spend in your wallet
2. What would happen if you don’t have any single UTXO that is large enough to cover for your transaction?
The transaction will not settle
3. How would a bitcoin wallet specify the transaction fee when creating a transaction?
The transaction fee is calculated as (Inputs - Outputs).
The wallet is automatically calculating the fee to make through the transaction fast.
In some wallets you can specify the fee by yourself.
4. How could you use the notion of transaction inputs and outputs to increase privacy in your transaction?
You can split the transaction into many inputs and outputs.