Multiple Choice
According to the official Style Guide:
A) you should capitalize function names, events and contract names, to avoid confusion with JavaScript. You should use Tabs to indentation and a maximum of 80 characters per line.
B) contract names should be capitalized, while functions should be mixedCase. You should use 4 spaces as indentation and a maximum of 79 (or 99) characters per line.
C) contract should be mixedCase, as well as function names. Events should be capitalized. 2 spaces should be used as indentation and a maximum of 120 characters per line.
Correct Answer:

Verified
Correct Answer:
Verified
Q22: With the truffle config file you can
Q23: To store almost all data in the
Q24: When a new block is mined:<br>A) a
Q25: In order to implement an ERC20 token
Q26: Events:<br>A) are stored on chain and are
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)
Q32: The Fallback function:<br>A) cannot receive Ether, not