Whether you're preparing for a blockchain interview, academic exam, or just brushing up your fundamentals, hereβs a compact set of questions and answers covering core concepts in blockchain, smart contracts, cryptography, and Ethereum.
β
Short Answer Concepts
Ethereum Transaction Fee Formula:
Transaction Fee = Gas Used Γ Gas Price
Plain Text vs Cipher Text:
β€ Plain Text: Human-readable data
β€ Cipher Text: Encrypted, unreadable format
What is FPGA?
Field Programmable Gate Array β a customizable hardware chip used in crypto mining.
AES Rounds Depend On:
β€ 128-bit key β 10 rounds
β€ 192-bit key β 12 rounds
β€ 256-bit key β 14 rounds
Smart Contract:
A self-executing program with predefined rules stored on blockchain.
DES Key Size:
β€ 56-bit (actual encryption), 64-bit (total with parity)
ASIC:
Application-Specific Integrated Circuit β custom hardware for mining.
Bitcoin's Algorithm:
β€ SHA-256 for hashing and transaction verification
Interoperable PoS Blockchain:
β€ Polkadot
DAPP (Decentralized App):
Application running on a blockchain using smart contracts.
π Conceptual Explanations
Public vs Private Blockchain:
β€ Public: Open, decentralized (e.g., Ethereum)
β€ Private: Controlled by organization (e.g., Hyperledger)
Why Blockchain is Slower than Databases:
β€ Distributed verification
β€ Consensus overhead
P2P Crypto Exchange:
Users trade directly without centralized control (e.g., Bisq, LocalBitcoins)
BFT (Byzantine Fault Tolerance):
Consensus despite faulty or malicious nodes.
Hybrid Blockchain:
Combines private control with public auditability.
π Processes and Protocols
Smart Contract Lifecycle:
Design
Develop
Test
Deploy
Interact
Maintain
Hard vs Soft Forks:
β€ Hard Fork: Permanent split
β€ Soft Fork: Backward-compatible update
Proof of Work (PoW):
Miners solve puzzles to validate blocks (used in Bitcoin)
π§© Advanced Notes
Challenges of Blockchain:
β Scalability
β Energy use
β Regulation
β UX and Adoption
ICO (Initial Coin Offering):
Blockchain fundraising by issuing tokens to investors.
Solidity Value Types:
β€ uint, int, bool, address, bytes, string, enum, struct
π Deep Dive Topics
First Generation Blockchain:
β€ Bitcoin β focused on peer-to-peer digital cash, no smart contracts
EVM (Ethereum Virtual Machine):
β€ Executes smart contracts
β€ Ensures consensus
β€ Runs Ethereum bytecode on all nodes
π Whether you're a student, developer, or blockchain enthusiast β feel free to save and share this post! Letβs build a better Web3 ecosystem, one block at a time.
Top comments (0)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.