Multiple Choice
To generate a random number:
A) it's good to use the block timestamp, as this is always different.
B) it's good to use the block hash as this is clearly always very different.
C) it's good to use the RANDAO smart contract.
D) it's not possible to have a random number in a deterministic environment such as the Ethereum blockchain.
Correct Answer:

Verified
Correct Answer:
Verified
Q10: What's the correct scientific notation?<br>A) 1 Ether
Q11: Block Difficulty:<br>A) is determined by the Ethereum
Q12: EVM assembly:<br>A) is much better than Solidity
Q13: What is the difference between ERC20 and
Q14: .Require is used:<br>A) to check internal states
Q16: On a consortium network:<br>A) everybody can become
Q17: Proof of Work (PoW) vs. Proof of
Q18: The following are value types in Solidity.<br>A)
Q19: A Hashing Algorithm is deterministic. What does
Q20: Why is Unit-Testing so important?<br>A) It helps