Multiple Choice
To store almost all data in the Ethereum Blockchain:
A) a Linked List with pointers to previous blocks hashes is used.
B) a Merkle Patricia Trie is used.
C) a Radix Trie is used because the Merkle Patricia Trie is too inefficient.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q21: To compare a String in Solidity you
Q22: With the truffle config file you can
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
Q27: According to the official Style Guide:<br>A) you
Q28: Inheritance is useful, because a contract that