0
0
Prompt Engineering / GenAIml~10 mins

AI ethics and responsible usage in Prompt Engineering / GenAI - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to define a principle that AI should respect human rights.

Prompt Engineering / GenAI
ai_principle = '[1]'
Drag options to blanks, or click blank then click option'
ARespect for human rights
BSpeed
CEfficiency
DFairness
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing technical terms like 'Efficiency' instead of ethical principles.
Confusing speed or performance with ethical responsibility.
2fill in blank
medium

Complete the code to identify a key risk of AI misuse.

Prompt Engineering / GenAI
risk = '[1]'
Drag options to blanks, or click blank then click option'
AFaster computation
BBetter data storage
CBias and discrimination
DImproved graphics
Attempts:
3 left
💡 Hint
Common Mistakes
Selecting technical improvements instead of ethical risks.
Confusing performance benefits with risks.
3fill in blank
hard

Fix the error in the code to ensure AI transparency is correctly stated.

Prompt Engineering / GenAI
ai_principle = '[1]'
Drag options to blanks, or click blank then click option'
ATransparency
BOpacity
CSecrecy
DConfusion
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing words that mean hiding information.
Confusing transparency with technical terms.
4fill in blank
hard

Fill both blanks to create a dictionary that maps AI ethical principles to their descriptions.

Prompt Engineering / GenAI
ai_ethics = { '[1]': 'AI should be fair and unbiased', '[2]': 'AI decisions should be explainable' }
Drag options to blanks, or click blank then click option'
AFairness
BTransparency
CPrivacy
DSpeed
Attempts:
3 left
💡 Hint
Common Mistakes
Using technical terms like 'Speed' instead of ethical principles.
Mixing up privacy with transparency.
5fill in blank
hard

Fill all three blanks to create a list of AI responsible usage practices.

Prompt Engineering / GenAI
responsible_usage = ['[1]', '[2]', '[3]']
Drag options to blanks, or click blank then click option'
AData privacy
BRegular audits
CUser consent
DFaster processing
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing technical improvements like 'Faster processing' instead of ethical practices.
Ignoring user rights and oversight.