Multiple Choice
When considering smart contracts and the blockchain it's good:
A) to move all existing logic to the blockchain, so everything runs on the same system. This way it might be more complex, but easier to maintain.
B) to move only those parts to the blockchain that really need the blockchain. This way smart contracts can be easier to read, easier to test and are not so complex.
C) to move those parts to the blockchain that deal with Ether transfers. All other parts can remain in traditional database systems. This way only the value-transfer is on the blockchain.
Correct Answer:

Verified
Correct Answer:
Verified
Q54: Using truffle-contract over Web3.js:<br>A) is a must
Q55: To avoid issues during Ethereum platform upgrades:<br>A)
Q56: Sending one Ether is actually internally translated:<br>A)
Q57: Finish the sentence: The Library Web3.js is
Q58: It's not possible to use inheritance from
Q60: Loops in Solidity:<br>A) are a great way
Q61: If we divide two integers: 5/2, the
Q62: View and Pure Functions:<br>A) a function marked
Q63: Transactions containing the same data to create
Q64: To Iterate through a mapping, you:<br>A) can