Complete the sentence to describe a key feature of blockchain security.
Blockchain technology ensures data integrity by using [1] to link blocks.Hash functions create a unique digital fingerprint for each block, linking them securely and ensuring data integrity.
Complete the sentence to explain how blockchain prevents unauthorized changes.
Blockchain uses [1] consensus to validate transactions before adding them to the chain.Distributed consensus means multiple participants agree on the validity of transactions, preventing unauthorized changes.
Fix the error in the sentence about blockchain security features.
Blockchain security relies on [1] keys to encrypt and decrypt transaction data.
Private keys are used in blockchain to decrypt data, while public keys encrypt it, enabling secure transactions.
Fill both blanks to describe blockchain's protection against tampering.
Each block contains a [1] of the previous block and a [2] of its own data.
Each block stores the hash of the previous block to link securely, and a timestamp to record when it was created.
Fill all three blanks to complete the description of blockchain security mechanisms.
Blockchain security uses [1] to verify identities, [2] to link blocks, and [3] consensus to agree on transaction validity.
Digital signatures verify identities, hash functions link blocks securely, and distributed consensus ensures agreement on valid transactions.