wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Blockchain

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

What is a blockchain?

a)

A software

b)

A list of records, called blocks

c)

A P2P network

d)

An electronic payment system

2.

What is “mining” in the context of blockchain?

a)

The process of extracting knowledge from a dataset

b)

The process of gathering new transactions from the network

c)

The process of writing the new transactions to the memory-pool

d)

The process of adding a new "block" of transactions to the blockchain file

3.

In the context of “mining”, which are the conditions to be satisfied to write a block to the blockchain?

a)

The block must be small

b)

A certain time interval must be waited

c)

A small amount of Bitcoins should be paid

d)

The block should contain a proof-of-work (PoW)

4.

What is the proof-of-work in the context of “mining”?

a)

A digital signature

b)

A legal proof of our work

c)

The hash of the block to be mined

d)

A hash of the block-data + nonce that is lower than a certain target

5.

Which of the following statements regarding the “Block reward” are true?

a)

It increases over time

b)

Its quantity decreases over time. Eventually it will be 0

c)

Its amount is chosen by the miner

d)

Its amount is chosen by the transaction sender

6.

What is a “smart contract”?

a)

A computer program that runs inside the blockchain

b)

A legal contract made with an electronic device

c)

A programming interface made using some clever design patterns

d)

A programming language

7.

Does Solidity allow multiple inheritance?

a)

True

b)

False

8.

Are "smart contracts" created without costs?

a)

True

b)

False