Recall & Review
beginner
What is a block in a blockchain?
A block is a container that holds a list of transactions and some metadata like a timestamp and a reference to the previous block.
Click to reveal answer
beginner
Why do blocks form a chain in blockchain?
Blocks form a chain by linking each block to the previous one using a reference called a hash, creating a secure and ordered sequence.
Click to reveal answer
beginner
What is hashing in the context of blockchain?
Hashing is a process that turns data into a fixed-size string of characters, which acts like a digital fingerprint for the block's content.
Click to reveal answer
intermediate
How does hashing help secure the blockchain?
Hashing makes it easy to detect changes because even a tiny change in the block data changes the hash completely, breaking the chain if tampered.
Click to reveal answer
intermediate
What is the role of the previous block's hash in a new block?
It links the new block to the previous one, ensuring the chain's order and integrity by making blocks dependent on each other.
Click to reveal answer
What does a block in a blockchain typically contain?
✗ Incorrect
A block contains transactions and a reference (hash) to the previous block to form the chain.
What is the purpose of hashing in blockchain?
✗ Incorrect
Hashing creates a unique fingerprint that represents the block's data.
What happens if data in a block changes after hashing?
✗ Incorrect
Any change in block data changes its hash, which breaks the chain's integrity.
How does a blockchain ensure the order of blocks?
✗ Incorrect
Each block contains the previous block's hash, linking them in order.
Why is the chain structure important in blockchain?
✗ Incorrect
The chain structure ensures security by linking blocks so tampering is obvious.
Explain how blocks are linked together in a blockchain and why this is important.
Think about how a chain is formed by connecting links.
You got /3 concepts.
Describe what hashing does in a blockchain and how it helps keep data secure.
Imagine a fingerprint that changes if you change even a small detail.
You got /3 concepts.