You are on page 1of 1

Fundamental questions :

Q1. What is blockchain ?


Q2. What are the properties of blockchain ?
Q3. How bitcoin is different from blockchain ?
Q4. Explain some financial and some non-financial use case of blockchain ?
Q5. Distinguish between private and public Blockchain ?
Q6. What do you mean by distributed and decentralised network/database ?
Q7. What is proof of work ? why and where is it required ?
Q8. What is the difference between nodes and miners ?
Q9. Name some platforms where we can deploy Blockchain .
Q10. What is a smart Contract and How it is useful ?
Q11. Which IDEs we can use for creating smart contract?
Q12. What is a wallet ? How we use them ?
Q13. What is the relation between wei,guei,finney and ether ?
Q14. What are hash ? How to Generate hash ?
Q15. What is the difference between encryption and hashing?
Q16. What are Dapps and where are they deployed ?
Q17. What is the gas in ethereum?
Q18. Who invented Blockchain , Ethereum , Bitcoins?
Q19. Explain brief history of BlockChain,Ethereum,and Bitcoins ?
Q20. Whats is msg.sender and msg.value in Solidity ?

Programmings :
Q21. Write a solidity code to get attendance of the classroom.
Q22. Write a solidity constructor and get values in variables using msg.value and msg.sender.
Q23. Write a solidity code for piggy bank.
Q24. Write a solidity code to update the information of only by a single user

You might also like