13. Blockchain Flashcards

(68 cards)

1
Q

What is blockchain technology?

A

A decentralized digital ledger that stores records transparently, immutably, and securely.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the main purpose of blockchain?

A

To enable secure transactions without a central authority.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does decentralization mean in blockchain?

A

No single entity controls the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What problem does decentralization solve?

A

Single point of failure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is transparency in blockchain?

A

All transactions are visible to participants.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is pseudonymity?

A

Using public keys instead of real identities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is immutability?

A

Transactions cannot be changed after being added.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How is immutability achieved?

A

Through cryptographic hashing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does blockchain ensure integrity?

A

By linking blocks with hashes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How does blockchain support availability?

A

Through distributed nodes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a distributed ledger?

A

A ledger replicated across many nodes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is fault tolerance?

A

System continues despite node failures.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is censorship resistance?

A

No single entity can block transactions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a block?

A

A container of transactions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the two main parts of a block?

A

Header and body.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is stored in a block header?

A

Previous hash, timestamp, Merkle root, nonce.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is the purpose of previous block hash?

A

Links blocks and ensures integrity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is a Merkle root?

A

Hash of all transactions in a block.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is a Merkle tree?

A

Binary tree of hashes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Why are Merkle trees used?

A

Efficient verification of transactions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is a nonce?

A

A number used once in mining.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is stored in block body?

A

List of transactions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What information does a transaction contain?

A

Sender, receiver, amount, signature.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What provides authenticity in transactions?

A

Digital signatures.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is transaction initiation?
Broadcasting a signed transaction.
26
What do nodes verify?
Signature and balance.
27
What is a mempool?
Pool of pending transactions.
28
What is block creation?
Grouping transactions into a block.
29
Who creates blocks?
Miners or validators.
30
What is a consensus mechanism?
Protocol for agreeing on ledger state.
31
Why is consensus needed?
No central authority.
32
What does consensus ensure?
Integrity, trust, security.
33
What is Proof of Work (PoW)?
Consensus using computational puzzles.
34
What is required in PoW?
Finding a nonce with low hash.
35
Why is PoW secure?
Attacks are expensive.
36
What is a drawback of PoW?
High energy use.
37
What is centralization risk in PoW?
Mining pools dominate.
38
What is Proof of Stake (PoS)?
Consensus based on staked currency.
39
How are validators chosen in PoS?
Based on stake size.
40
Why is PoS energy-efficient?
No heavy computation.
41
What is a drawback of PoS?
Wealth concentration.
42
Name other consensus mechanisms.
DPoS, PoA, PBFT, PoC, PoB, PoET.
43
What happens after consensus?
Block is added to chain.
44
What happens after block addition?
Ledger is updated.
45
When is a transaction confirmed?
After block inclusion.
46
What is a smart contract?
Self-executing code on blockchain.
47
What triggers smart contracts?
Predefined events.
48
What is automation in smart contracts?
Automatic execution.
49
Why are smart contracts irreversible?
They are immutable.
50
What language is used for Ethereum contracts?
Solidity.
51
What is scalability problem?
Low transaction throughput.
52
Why is blockchain slow?
All nodes validate transactions.
53
How many TPS does Bitcoin handle?
About 7 TPS.
54
What causes energy concerns?
Proof of Work mining.
55
Why is immutability a challenge?
Bugs cannot be fixed easily.
56
What is lack of standardization?
Different incompatible platforms.
57
What is regulatory uncertainty?
Unclear legal rules.
58
What is privacy concern?
Public transaction visibility.
59
What is a 51% attack?
Control of majority network power.
60
What can a 51% attacker do?
Rewrite transaction history.
61
How does 51% attack enable double spending?
Creates longer fraudulent chain.
62
What industries use blockchain?
Finance, supply chain, healthcare, government.
63
What is a dApp?
Decentralized application.
64
What is CBDC?
Central Bank Digital Currency.
65
What is the main strength of blockchain?
Decentralized trust.
66
What is the main weakness of blockchain?
Scalability and energy use.
67
What is the future challenge for blockchain?
Overcoming limitations.
68
What is the main exam lesson of blockchain?
Security through decentralization and cryptography.