Week 12 Review Questions - Blockchain

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

What role does hashing play in blockchain security?

Ensures data integrity by producing a unique, irreversible value

2
New cards

What does a digital signature verify in a blockchain transaction?

The authenticity of the sender

3
New cards

How do hashing and digital signatures work together in blockchain transactions?

They ensure integrity and authenticity of transactions

4
New cards

What does a website actually store when you create a password?

A hashed version of your password

5
New cards

Why does storing hashed passwords protect users from hackers?

Hashes cannot be feasibly reversed to reveal the original password

6
New cards

The SHA-256 algorithm can produce how many unique combinations?

2^{256}

7
New cards

Approximately how many unique combinations exist in SHA-256?

1.157 \times 10^{77}

8
New cards

A 256-bit hash represents data as what?

Binary digits (1s and 0s)

9
New cards

A 64-character hexadecimal hash represents data as what?

Base 16 characters (0–9, a–f)

10
New cards

Why are hexadecimal hashes used instead of raw binary output?

They are human-readable and more compact

11
New cards

When a message is encrypted using public/private key encryption, what key does the sender use?

Receiver’s public key

12
New cards

In public/private key encryption, what key is required to decrypt the message?

Receiver’s private key

13
New cards

What main benefit does public/private key encryption provide?

Confidentiality

14
New cards

Why does blockchain’s linking of all transactions since inception add value?

It provides a full, verifiable history

15
New cards

How does blockchain enhance traceability in supply chains?

Each transaction links to prior records for transparency

16
New cards

What is a distributed ledger?

A shared, synchronized record across all blockchain participants

17
New cards

How does a distributed ledger improve security?

It requires hacking all copies simultaneously to alter data

18
New cards

What characteristic of a distributed ledger ensures transparency?

Replication of data among all nodes

19
New cards

What is a key characteristic of a Private (Permissioned) blockchain?

Participation limited to known trading partners

20
New cards

In a Private Blockchain, who can process transactions?

Selected or authorized nodes only

21
New cards

In a Private Blockchain, who can view transactions?

Only permitted participants

22
New cards

In a Public (Permissionless) blockchain, who can join the network?

Anyone, without restriction

23
New cards

What is a defining feature of a Public Blockchain?

Anonymity and visibility for all transactions

24
New cards

Why is anonymity important in a public blockchain?

It protects user identity and decentralization

25
New cards

How does blockchain ensure data integrity across the network?

By distributing identical copies of data to all participants