Q1. In a basic blockchain, why does changing data in an earlier block become tamper-evident?
Explanation
Blockchain records are grouped into blocks that are linked using hash-based identifiers of earlier block data. If data in an older block is altered, its identifier changes, and later blocks that refer to the old value reveal the inconsistency.
