Multiple Choice
When a new block is mined:
A) a list of transactions as well as uncles is incorporated in the block. All gas that is used during those transactions is added to the miners' balance. Also, the block reward is added to the miner. Then the same transactions are run again by every participating node in the network to achieve consensus.
B) a list of transactions is incorporated in that block. Gas used during the execution is attached to the executing contracts while the block reward is automatically spread across the mining pool to ensure a fair spread. Consensus is reached by a special form of hash code.
Correct Answer:

Verified
Correct Answer:
Verified
Q19: A Hashing Algorithm is deterministic. What does
Q20: Why is Unit-Testing so important?<br>A) It helps
Q21: To compare a String in Solidity you
Q22: With the truffle config file you can
Q23: To store almost all data in the
Q25: In order to implement an ERC20 token
Q26: Events:<br>A) are stored on chain and are
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