Create data.csv
Browse files
data.csv
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Question,choices,Answer
|
2 |
+
What is the formula for gas fee calculation on Ethereum?,"['Units of Gas Used / Base Fee + Priority Fee', '(Units of Gas Used * Base Fee) + Priority Fee', 'Units of Gas Used * (Base Fee + Transaction Fee)', '(Units of Gas Used + Base Fee) - Priority Fee']",C
|
3 |
+
What is the name of the RISC-like virtual machine optimized for ZKP?,"['RISC-ERC20', 'zkVM', 'ZKPC-Bundler', 'zk-Processor']",B
|
4 |
+
When did the bitcoin halving happen in 2024?,"['April 28, 2024', 'April 19, 2024', 'April 20, 2024', 'April 21, 2024']",B
|
5 |
+
What is Backpack?,"['A wallet for xNFTs', 'A wallet for NFTs', 'A wallet for multiple cryptocurrencies', 'A wallet for meme coins']",A
|
6 |
+
"Imagine you wanted to pay a friend 2 ETH, and you think it will require two units of gas. The base fee is 11 gwei, and you provide a tip of 3 gwei. What would be your gas fee?","['28000 gwei', '28 gwei', '0.14 ETH', '1 ETH']",B
|
7 |
+
What is the proposed Disinflation Rate for Solana?,"[-0.08, -0.11, -0.15, -0.18]",C
|
8 |
+
What data structure is used by Solana for State Compression?,"['Atomic B-Tree', 'Thread-safe AVL Tree', 'Linear Hashing', 'Concurrent Merkle Tree']",D
|
9 |
+
Which ethereum EIP feature is a JavaScript Ethereum Provider API to standardise the interface across clients and applications?,"['EIP-2679', 'EIP-1193', 'EIP-1102', 'EIP-4102']",B
|
10 |
+
What are OpenZeppelin Contracts?,"['A library for secure smart contract development', 'A virtual machine for development', 'A novel ERC standard', 'Cryptocurrency for smart contracts']",A
|
11 |
+
Which blockchain has xNFTs?,"['Ethereum', 'Solana', 'Polkadot', 'Cardano']",B
|