Blockchain CBSA Exam Practice Questions (P. 5)
- Full Access (229 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
The gas price is a value set by the creator of the blockchain transaction? (Select best answer.)
- AFALSE
- BIts Negotiable
- CTRUE
Correct Answer:
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.
Reference:
https://solidity.readthedocs.io/en/latest/introduction-to-smart-contracts.html#the-ethereum-virtual-machine
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.
Reference:
https://solidity.readthedocs.io/en/latest/introduction-to-smart-contracts.html#the-ethereum-virtual-machine
send
light_mode
delete
Question #22
R3 Corda does not organize time into blocks. What does Corda actually perform and use?


- ARipple is implemented as the blockchain and XRP for cryptocurrency.
- BNotary services and timesmapping
- CR3 Corda is a blockchain and does use blocks
- DNotary services and timestamping
Correct Answer:
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.
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.
send
light_mode
delete
Question #23
Contracts live on the blockchain in an Ethereum-specific binary format called _____________?
- AEOS
- BEVM Code
- CEther
- DGas
- EEVM Bytecode
Correct Answer:
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.
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.
send
light_mode
delete
Question #24
Bitcoin uses what proof of work consensus system?
- ACubehash512
- BScrypt-Jane
- CWhirlpool
- DScrypt-n
- EHashcash
Correct Answer:
E
Bitcoin uses the Hashcash proof of work system.
Reference:
https://en.bitcoin.it/wiki/Hashcash
E
Bitcoin uses the Hashcash proof of work system.
Reference:
https://en.bitcoin.it/wiki/Hashcash
send
light_mode
delete
Question #25
An _____________ is a well-known service that signs transactions if they state a fact and that fact is considered to be true. They may optionally also provide the facts.
- Anotary
- Boracle
- Cnode
- Dendpoint
Correct Answer:
B
An oracle is a well known service that signs transactions if they state a fact and that fact is considered to be true. They may also optionally provide the facts r 3
Corda Technical Whitepaper.
B
An oracle is a well known service that signs transactions if they state a fact and that fact is considered to be true. They may also optionally provide the facts r 3
Corda Technical Whitepaper.
send
light_mode
delete
All Pages