FinTech 21-1 Advanced Solidity

FinTech 21-1 Advanced Solidity

Professional Development

8 Qs

quiz-placeholder

Similar activities

TOX Quiz

TOX Quiz

Professional Development

7 Qs

EOSIO System Quiz

EOSIO System Quiz

Professional Development

8 Qs

Blockchain Technology and Cryptocurrencies

Blockchain Technology and Cryptocurrencies

Professional Development

10 Qs

NLP quiz

NLP quiz

Professional Development

10 Qs

Introduction to BlockChain

Introduction to BlockChain

Professional Development

10 Qs

FinTech 18-1 Blockchain

FinTech 18-1 Blockchain

Professional Development

8 Qs

FinTech 18-3 Blockchain

FinTech 18-3 Blockchain

Professional Development

8 Qs

Wizardia #1

Wizardia #1

Professional Development

12 Qs

FinTech 21-1 Advanced Solidity

FinTech 21-1 Advanced Solidity

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Louis Burns

Used 18+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which were objectives for Advanced Solidity day 1?

Distinguish the general difference between a coin and a token in the context of crypto.

Design smart contracts that can replace traditional business mechanisms.

Explain the difference between fungible and non-fungible tokens and their use-cases.

Build a simple tokenized reward system in Solidity that distributes tokens to users based on their actions.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is NOT true of tokens?

You can tokenize things like gold, silver, the USD, real-estate, your car, artwork, property, and virtually anything that holds some value.

Business assets cannot easily be tracked and transferred, because of the human in the loop problem.

Since tokenized assets are blockchain-powered, these tokens can be traded globally without any additional infrastructure.

Items you purchase at a grocery store can be tokenized, allowing you to scan a code on your groceries to pull up the entire supply chain history of that item, allowing you to prove exactly where it came from.

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select all true statements regarding coins and tokens:

Tokens are often built on top of a blockchain platform, whereas coins usually have their own blockchain.

Both coins and tokens can have a fixed or infinite amount of value, depending on the system.

Both coins and tokens can be used to implement a stablecoin.

A token is programmed with a smart contract.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python data structure are Solidity mappings most like?

tuple

list

dictionary

dataframe

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does an integer underflow attack work?

Subtracts 1 from 0 resulting in the maximum value.

Adds 1 to the maximum value resulting in 0.

Passes a negative number to an uint causing the value to invert.

Divides by zero causing an infinite loop.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this syntax do:

using SafeMath for uint;

Imports the SafeMath library.

Makes uint variables immutable.

Links SafeMath to uint types.

Sets the SafeMath variable to an uint.

7.

OPEN ENDED QUESTION

3 mins • 1 pt

How was Advanced Solidity day 1 for you?

Evaluate responses using AI:

OFF

8.

OPEN ENDED QUESTION

3 mins • 1 pt

Any suggestions?

Evaluate responses using AI:

OFF