Bạn đang kiểm tra C4 Blockchain: Basics and Applications >> Ethereum Fundamentals

Là một phần trong chương trình thạc sĩ của mình, tôi đã tạo bài kiểm tra này với một tập hợp các câu hỏi trắc nghiệm được thiết kế để giúp tôi và các bạn cùng lớp ôn lại kiến thức về module "Ethereum Fundamentals" từ "Course 4 Blockchain: Basics and Applications".
Hỗ trợ phát triển website
Trang web này được tạo ra để cung cấp thông tin hữu ích và miễn phí cho cộng đồng. Để duy trì và phát triển, chúng tôi cần sự hỗ trợ từ các bạn.

Nếu thấy trang web có giá trị, bạn có thể đóng góp bất kỳ khoản nào, dù là 20k hay 50k, để giúp trang tiếp tục hoạt động. Sự đóng góp của bạn sẽ giúp chi trả cho chi phí vận hành, bảo trì và nâng cao nội dung. Mọi sự ủng hộ đều rất được trân trọng và sẽ giúp chúng tôi phát triển bền vững.

Chân thành cảm ơn sự hỗ trợ của bạn!
Dưới đây là 9 câu hỏi được chọn ngẫu nhiên từ bài kiểm tra kiến thức C4 Blockchain: Basics and Applications >> Ethereum Fundamentals. Là người dùng chưa được xác thực, bạn có quyền truy cập vào một nhóm giới hạn gồm 9 trong số 412 câu hỏi và bạn sẽ không thể xem câu trả lời chính xác cho những câu hỏi đó.
1/412: What is the purpose of Ethereum?

  1. To provide a platform for social networking
  2. To provide a decentralized platform for financial transactions
  3. To provide a platform for food delivery
  4. To provide a platform for online gaming
2/412: What information is included in an Ethereum transaction receipt?

  1. Amount of Ether sent
  2. Gas limit and gas price
  3. Sender and receiver addresses
  4. All of them
3/412: What is the difference between a hard fork and an unintentional fork?

  1. A hard fork results in the creation of a new cryptocurrency, while an unintentional fork does not
  2. A hard fork is planned, while an unintentional fork is not
  3. A hard fork always results in two valid chains, while an unintentional fork results in only one valid chain
  4. A hard fork is caused by competing nodes, while an unintentional fork is caused by a software upgrade
4/412: How often is the network state captured in Ethereum?

  1. Every day
  2. Every 15 seconds
  3. Every hour
  4. Every minute
5/412: What is the role of nodes in sharding?

  1. To download the entire blockchain network
  2. To verify all the transactions on the network
  3. To work on specific shards without downloading the whole network
  4. To maintain the network infrastructure
6/412: What messaging protocol does Ethereum use to communicate between nodes?

  1. None of the above
  2. JSON-RPC
  3. XML-RPC
  4. SOAP
7/412: What is the limit specified by the 'Byzantine General Theory'?

  1. The number of seconds to send a message in the system
  2. The number of nodes in the system
  3. The number of faulty nodes in the system
  4. The number of reliable messages in the system
8/412: What is the purpose of Message Calls?

  1. To transfer Ether from one EOA to another EOA.
  2. To create and install new Ethereum contracts.
  3. To execute the associated code on the recipient contract account.
  4. None of the above.
9/412: Why is LevelDB well-suited for storing the state of the Ethereum blockchain?

  1. Because it is optimized for high read and write throughput
  2. Because it is a key-value store
  3. All of them
  4. Because it provides efficient compression of data