Exam CBSA All QuestionsBrowse all questions from this exam
Question 8

Ethereum is a programmable blockchain. What is one of the following reasons is NOT correct regarding Ethereum programmability?

    Correct Answer: C

    Ethereum is known for its programmability, which includes allowing users to create their own operations of any complexity through the Ethereum Virtual Machine (EVM). Therefore, the statement 'does not allow users to create their own operations of any complexity' is incorrect, as it contradicts one of the fundamental features of Ethereum's programmability.

Discussion
KriscOption: C

While the EVM is a Turing machine and so, in principle, allows any algorithm to be performed, gas and storage constraints do impose hard constraints, limiting the extent of operations.