Platforms Flashcards

1
Q

What is gas in Ethereum?

A

A unit measuring the computational effort of EVM operations, paid in gwei.

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

How is Ethereum transaction fee calculated?

A

Gas used × (base fee + priority fee).

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

What is the base fee in Ethereum?

A

A protocol-set gas price that adjusts per block and is burned.

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

What is a gas limit?

A

The maximum gas a sender authorizes for a transaction, capping compute usage.

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

What happens if gas limit is too low or too high?

A

Too low: transaction reverts but fees still paid; Too high: unused gas refunded, miners prefer smaller-limit txns.

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

What is a channel in Hyperledger Fabric?

A

A private sub-network where a subset of peers shares an isolated ledger.

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

How can a Fabric node join multiple channels?

A

A peer can subscribe to multiple channels, each with separate ledger data.

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

Define a state in Corda.

A

An immutable object representing a fact at a specific point in time.

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

What is a state sequence in Corda?

A

Process of consuming input states and creating new output states to update the ledger.

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

What is a vault in Corda?

A

A node’s database tracking all current and historic states it is aware of.

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

Public vs private ledgers: Ethereum vs Fabric?

A

Ethereum is public & permissionless; Fabric uses private, permissioned channels.

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