Loading practice questions
What is the purpose of a Merkle tree in blockchain architecture?
Correct Answer: D — Efficiently verifying data integrity
Explanation:
A Merkle tree is a data structure that organizes transactions in a block into a tree-like structure. It allows efficient verification of transaction data integrity by checking hashes.