You are on page 1of 6

network with

metropolis?
2
1 correct
BDP303 3
Laisser la première évaluation 4

ÉTUDIER For a web application B


we associate a web
Apprendre
server, for a mobile
Cartes application we
associate a mobile
Écrire server. For a
decentralized
Dictée
application we
Test associate a ____.
Distributed
JOUER
communication server
Associer Blockchain server
correct
Centralized Server
Distributed application
server

What does the web3 C


Créée par
library do to help
nhat_cao
DApps to communicate
with the ethereum
network?

Notions clés : SOAP Requests


POST Requests
Data Intrinsic Value Contracts RPC Calls correct
REST Requests

Termes dans cette liste (23)


Which of these APIs A
you can use to see the
What is the network id 1 nodes connected to
for Ethereum's main the network?
admin.peers() can you use to create a
admin.nodeInfo() new account on the
incorrect Ethereum network?
admin.stats() user.createAccount()
eth.viewPeers() personal.createAccoun
t()
personal.newAccount()
Which is one of the B
correct
main use of APIs?
user.newAccount()
Build DApp front ends
Providing access to
data and services What does EIP stand at
correct for?
Deploying smart
contracts
VoIP services Ethereum Improvement
Proposal

You can use the Eth API B


to view your balance.
Ethereum International
Which of these
Protocol
functions would you
call to do that?
eth.viewBalance()
Ethereum Improvement
eth.getBalance()
Protocol
correct
eth.balance()
eth.myBalance()
Ethereum Integration
Proposal

Which API can you use A


to start mining on your
What is ERC 20? ct
computer once a node
is setup?
miner.start() correct
It is an EIP protocol
admin.startMiner()
which defines how to
eth.startMiner()
carry out transactions
user.startMiner()

Which of these APIs C It defines rules for the


authentication and
privacy of Ethereum they get from Oraclize?
transactions.

A By verifying from
It defines a common set other third party
of rules and functions sources.
for all ERC20 Ethereum
tokens to follow,
allowing easy B By accepting data
integration of new inputs from more than
tokens one untrusted or
partially trusted party
and then executing the
data-dependent action
How can smart DT
only after a number of
contracts access the
them have provided the
data from different
same answer.
websites or APIs?

C None of the above.


By using Truffle

D Oraclize shows that


By requesting the
the data is genuine by
websites directly for the
providing a document
data
called authenticity
proof along with the
actual returned data.
It's not possible for the
smart contracts to
1 point
access the data

By using Oraclize Logs of events are D


stored in _______ .
1 point

A. Client node
2. How can the D cousera
blockchain applications
trust the data response
B. One node A. Memory or Storage
depending on whether
it is local or global
C. Server node

B. No default
D. All nodes assignment of variable
type
1 point

C. Storage variable
5. Which of the BT
following is true for
using Libraries in
D. Memory variable
blockchain?

1 point

A. Libraries can receive


ethers
7. What happens when B
a contract calls
B. Libraries are stateless selfdestruct ?

C. Libraries can store A.Remaining ethers are


ethers sent to a designated
address and storage
and code are removed
D. Libraries are not from state
stateless

1 point B. Contract becomes


inaccessible at a given
address
6. By default which type CT
of variable is assigned
to arrays and structs in
C. Contract can still be
solidity smart
accessed but you can
contracts?
no longer send or
receive ethers
Ethereum Request for
1 point Comments

Ethereum Revision
You can invoke an ...
Comments
event by its name
and actual
parameter values
Ethereum Requisite for
1
Code
0

3. Review the ERC20 chịu Ethereum Replacement


Interface from this link. of Code
Which are the functions
below do you need to 1 point
implement to make
your token ERC 20
5. Which of the B
compliant? Select all
following is true
the functions needed.
regarding a fungible
token?

totalSupply()

It is not mutually
interchangeable1:1 to
balanceOf()
another of its kind

transfer()
It is a mutually
interchangeable 1:1 to
another of its kind
approve()

1 point
Its intrinsic value can
change

4. What does ERC At


1 point
stand for?
6. What is a famous bt 8.Question 8 C
example of a What significant event
nonfungible token? did Ethereum
Decentralized
Autonomous
Zcash Organization (DAO)
precipitate?

Cryptokitties
Hard fork of Ethereum

US Dollar
Soft fork of Ethereum

Augur
Change of consensus
1 point algorithm

1 point

7.Question 7 Bt
What is ICO?

Independent Code
Ordering

Initial Coin Offering

Independent Coin
Offering

Inferred Coin Offering

1 point

You might also like