Multiple Choice
The Fallback function:
A) cannot receive Ether, not even by adding the payable modifier.
B) can contain as much logic as you want, but it's better to keep it short and not exceed the gas stipend of 2300 gas.
C) can be used to avoid receiving ether.
Correct Answer:

Verified
Correct Answer:
Verified
Q27: According to the official Style Guide:<br>A) you
Q28: Inheritance is useful, because a contract that
Q29: Truffle boxes are a great way:<br>A) to
Q30: A Private Network is:<br>A) a side Channel
Q31: Which statement is true about the EVM?<br>A)
Q33: Address.send():<br>A) will cascade exceptions and address.transfer() will
Q34: It's easy to write clean-room unit-tests with
Q35: When using assert to check invariants and
Q36: A Blockchain Node:<br>A) can never become a
Q37: Using selfdestruct(beneficiary) with the beneficiary being a