1)What are the benefits of setting a token standard like ERC20?
All space of tokens can communicate with each other.
2)What functions are in the ERC20 Token Standard Interface and what do they do?
balanceOf() function provides the number of tokens held by a given address
transfer() function sends tokens from one address to another.
allowance() function provides the number of tokens allowed to be transferred from a given address by another given address.