The gas price is a value set by the creator of the blockchain transaction? (Select best answer.)
Answer(s): C
The gas price is a value set by the creator of the transaction, who has to pay gas_price * gas up front from the sending account. If some gas is left after the execution, it is refunded in the same way. If the gas is used up at any point (i.e. it is negative), an out-of-gas exception is triggered, which reverts all modifications made to the state in the current call frame.
https://solidity.readthedocs.io/en/latest/introduction-to-smart-contracts.html#the-ethereum-virtual-machine
R3 Corda does not organize time into blocks. What does Corda actually perform and use?
Answer(s): D
Review Technical Whitepaper https://www.corda.net/ Corda network has one or more notary services which provide transaction ordering and timestamping services, thus abstracting the role miners play in other systems into a pluggable component.
Contracts live on the blockchain in an Ethereum-specific binary format called ____________?
Answer(s): E
The Ethereum Virtual Machine (EVM) is the runtime environment for smart contracts in Ethereum. It is not only sandboxed, but actually completely isolated, which means that code running inside the EVM has no access to network, filesystem, or other processes. Smart contracts even have limited access to other smart contracts.
Bitcoin uses what proof of work consensus system?
Bitcoin uses the Hashcash proof of work system.
https://en.bitcoin.it/wiki/Hashcash
Post your Comments and Discuss Blockchain CBSA exam with other Community members:
Ardi commented on November 14, 2024 its a great platform to upskilling your knowledge about blockchain Anonymous upvote