Select the best statement for determining how consensus is reached.
Answer(s): D
If you send a transaction to the network, then one miner-node will at some point pick it up. The Miner will run the transaction and add the result to the next block. Now, this doesn’t imply consensus yet. By design all nodes don’t trust each other. Each node must verify that the transaction the miner added to the block is really valid.This means, consensus is reached by having every node running the same transactions again and verifying that the result is correct. Plus, the results are verified in a cryptographic manner.
When developing in Ethereum which is considered to be an In-Memory Blockchain simulations for rapid development?
Answer(s): C
There are several redundant implementations of the Ethereum protocol to ensure the correctness of the implementation. Additionally, not all blockchain nodes operate the same way. Some are purely for developing and hold a blockchain in-memory and just simulate the mining. Real Blockchain Nodes: 1. Cpp-ethereum 2. Go-Etheruem (GETH) 3. Parity In-Memory Blockchain simulations for rapid development: 1. TestRPC 2.Ganache 3. Truffle Developer Console Clients to access the blockchain in a convenient way: 1. MetaMask browser Plugin through Infura 2. Status.IM Android/iOS app through Infura 3. MIST DApp Browser with integrated GETH
Ethereum smart contracts can be written in what programming languages? Select all that apply.
Answer(s): A,C,H,I
Ethereum Smart Contracts run on compiled bytecode, which means that there can be several high-level languages which code can be written in. In particular, Ethereum has a number of languages available: 1. Solidity – the most popular language now (2018). 2. Vyper – A Language by Vitalik Buterin with an emphasis on security 3. LLL – “Low Level Lisp-like Language” 4. Mutan – Golang-like, deprecated in 2015 5. Serpent, Python-like, but seems to be no longer maintained 6. Bamboo
Which is the right order for Ethereum Denominations?
Answer(s): B
Most widely used are Wei, Gwei, Finney and Ether. With the tool https://etherconverter.online/ you can easily convert different units.
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
Our website is free, but we have to fight against bots and content theft. We're sorry for the inconvenience caused by these security measures. You can access the rest of the CBSA content, but please register or login to continue.