Multiple Choice
What's the difference between Ethereum Request for Comments (ERC) and Ethereum Improvement Proposals (EIP) ?
A) ERC are here to define standards for the usage of Ethereum. EIP are here to improve the Ethereum Protocol itself.
B) ERC are here to propose new distributed applications on top of the Ethereum layer, while EIP are here to improve existing mining software.
C) ERC are an open platform to discuss continuous forking of the Ethereum platform. Successful forks are then incorporated in the EIP for further voting by the Ethereum Consortium.
Correct Answer:

Verified
Correct Answer:
Verified
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
Q38: You interact with a smart contract and
Q39: It's possible to access the blockchain via
Q41: The difference between address.send() and address.transfer() is:<br>A)
Q42: Address.call.value():<br>A) sends the gas stipend of 2300
Q43: Hashing Mining uses:<br>A) Keccack256 while internally to
Q44: View and Pure Functions:<br>A) can only be
Q45: Ethereum Nodes:<br>A) must implement the Ethereum protocol