Ethereum is considered to be a ______________type of blockchain.
Answer : A
Permissionless - anyone can join Anyone can run a node, run mining software/hardware, access a wallet and write data onto and transact within the blockchain (as long as they follow the rules of the bitcoin blockchain). There is no way to censor anyone, ever, on the permissionless bitcoin blockchain.
Which of the following would create a blockchain transaction?
Answer : C
Which of the following is considered the most popular public key encryption algorithm?
Answer : D
Which of the following is NOT a requirement of an enterprise blockchain typically?
Answer : B
Addresses on a blockchain are derived by a process of hashing _________.
Answer : E
In regards to understanding the Ethereum Virtual Machine what statement is true?
Answer : D
The EVM is basically a sandboxed virtual machine running on every single node. It is Turing complete and a transaction-based state machine. The nodes reach consensus by executing all transactions. Only the miner node gets the block reward, all other nodes are just checking if the miner was ''honest''.
The ''Nothing-at-Stake'' problem that could be realized by Proof of Stake networks would be caused by what?
Answer : D