All low-level functions on the address, so address.send(), address.call.valueQQ, address.callcode and address.delegatecall:
Answer : C
Checking the balance of an address inside a loop of a smart contract constantly:
Answer : B
Using selfdestruct(beneficiary) with the beneficiary being a contract without a payable fallback function:
Answer : B
If you need more fine-grained functionality than solidity offers out of the box:
Answer : A
The nonce-field in a transaction is used:
Answer : A
You interact with a smart contract and see a gas usage of 50,000 gas with a gas cost of 15Gwei.
How much Ether would you have to pay to the miner?
Answer : A
The Fallback function:
Answer : B