Blockchain Practice Test
Blockchain Developer Core Blockchain Data Structures Questions and Answers
What is the primary advantage of organizing transactions within a block into a Merkle tree instead of a simple list?
Select your answer
A
It enables efficient and secure verification of a transaction's inclusion without needing the entire block's transaction data.
B
It determines the chronological order in which transactions are executed by the virtual machine.
C
It allows for the encryption of sensitive transaction data before it is added to the block.
D
It significantly reduces the on-chain storage size of the transactions themselves.
Hint