ExamGecko
Home / Blockchain / CBSA
Ask Question

Blockchain CBSA Practice Test - Questions Answers, Page 3

Question list
Search

Question 21

Report
Export
Collapse

The gas price is a value set by the creator of the blockchain transaction? Select best answer.

FALSE
FALSE
Its Negotiable
Its Negotiable
TRUE
TRUE
Suggested answer: C

Explanation:

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

asked 16/09/2024
Felix Maroto Roman
46 questions

Question 22

Report
Export
Collapse

R3 Corda does not organize time into blocks. What does Corda actually perform and use?

Blockchain CBSA image Question 22 20283 09162024192153000000

Ripple is implemented as the blockchain and XRP for cryptocurrency.
Ripple is implemented as the blockchain and XRP for cryptocurrency.
Notary services and timesmapping
Notary services and timesmapping
R3 Corda is a blockchain and does use blocks
R3 Corda is a blockchain and does use blocks
Notary services and timestamping
Notary services and timestamping
Suggested answer: D

Explanation:

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.

asked 16/09/2024
Venkat Burri
43 questions

Question 23

Report
Export
Collapse

Contracts live on the blockchain in an Ethereum-specific binary format called _____________?

EOS
EOS
EVM Code
EVM Code
Ether
Ether
Gas
Gas
EVM Bytecode
EVM Bytecode
Suggested answer: E

Explanation:

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.

asked 16/09/2024
Foo goo
41 questions

Question 24

Report
Export
Collapse

Bitcoin uses what proof of work consensus system?

Cubehash512
Cubehash512
Scrypt-Jane
Scrypt-Jane
Whirlpool
Whirlpool
Scrypt-n
Scrypt-n
Hashcash
Hashcash
Suggested answer: E

Explanation:

Bitcoin uses the Hashcash proof of work system.

Reference: https://en.bitcoin.it/wiki/Hashcash

asked 16/09/2024
Martijn Lammerts
43 questions

Question 25

Report
Export
Collapse

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.

notary
notary
oracle
oracle
node
node
endpoint
endpoint
Suggested answer: B

Explanation:

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.

asked 16/09/2024
Charles Manser
48 questions

Question 26

Report
Export
Collapse

Select the two kinds of accounts in Ethereum which share the same address space. (Select two.)

Gas Account
Gas Account
Contract Accounts
Contract Accounts
External Accounts
External Accounts
Internal Accounts
Internal Accounts
dApp Accounts
dApp Accounts
Suggested answer: B, C
asked 16/09/2024
Juan Tovar
38 questions

Question 27

Report
Export
Collapse

The most popular Ethereum development framework is currently Truffle.

What are three features of Truffle? (Select three.)

Scriptable deployment & migrations framework.
Scriptable deployment & migrations framework.
Automated contract testing with Mocha and Chai.
Automated contract testing with Mocha and Chai.
Takes Dapp transactions via Ws-rpc, json-rpc, ipc-rpc.
Takes Dapp transactions via Ws-rpc, json-rpc, ipc-rpc.
Built-in smart contract compilation, linking, deployment and binary management.
Built-in smart contract compilation, linking, deployment and binary management.
Automated contract testing with Mocha only
Automated contract testing with Mocha only
Suggested answer: A, B, D

Explanation:

Truffle is a development environment, testing framework and asset pipeline for Ethereum, aiming to make life as an Ethereum developer easier. Reference:

https://github.com/trufflesuite/truffle

asked 16/09/2024
Miquel Triebel
36 questions

Question 28

Report
Export
Collapse

You are considering writing smart contracts and there are a few different languages you can consider. (Select two.)

Truffle
Truffle
Serpent
Serpent
Solidity
Solidity
Embark
Embark
Suggested answer: B, C

Explanation:

To write smart contracts there are a few different languages: Solidity, which is like JavaScript and has .sol as a file extension, Serpent, Python-like with extension .se, and a 3rd, LLL, based on Lisp. Serpent was popular a while back but Solidity is the most popular right now and more robust, so just use Solidity. You prefer Python? Use Solidity.

Reference: https://medium.com/@ConsenSys/a-101-noob-intro-to-programming-smart-contracts-on-ethereum-695d15c1dab4

asked 16/09/2024
Colin Huisman
36 questions

Question 29

Report
Export
Collapse

Satoshi Nakamoto invented a way to achieve Decentralized Consensus?

TRUE
TRUE
FALSE
FALSE
Suggested answer: A

Explanation:

Reference: https://www.interlogica.it/en/insight-en/nakamoto-consensus/

asked 16/09/2024
Koos Witkamp
33 questions

Question 30

Report
Export
Collapse

Which of the following would NOT be true about what a smart contract gives your organization?

Accuracy
Accuracy
Savings
Savings
Autonomy
Autonomy
Trust
Trust
Legal Assurance
Legal Assurance
Suggested answer: E

Explanation:

Smart contracts generally are not legal contracts. However, its possible that a smart contract could be accepted as a legal contract but not normally. Read more about Smart contracts here Reference: https://blockgeeks.com/guides/smart-contracts/

asked 16/09/2024
Marcin Piotrowski
40 questions
Total 230 questions
Go to page: of 23