0
0
Intro to Computingfundamentals~20 mins

Ethics and bias in AI in Intro to Computing - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Ethics and Bias Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Bias in AI Systems

Which of the following best describes bias in an AI system?

AAI making decisions based on incomplete or unfair data leading to unfair outcomes
BAI always producing random results regardless of input data
CAI systems that never make mistakes or errors
DAI that only works with numerical data and ignores text
Attempts:
2 left
💡 Hint

Think about how data quality affects AI decisions.

trace
intermediate
2:00remaining
Tracing Bias Impact on AI Decision

Consider an AI system trained to approve loan applications. It was trained mostly on data from one city. What is the likely result when it evaluates applications from a different city?

AIt will approve all applications regardless of data
BIt may unfairly reject applications from the new city due to unfamiliar data patterns
CIt will reject all applications from the original city
DIt will randomly approve or reject applications without any pattern
Attempts:
2 left
💡 Hint

Think about how training data affects AI predictions on new data.

identification
advanced
2:00remaining
Identifying Ethical Concerns in AI Use

Which of the following scenarios raises an ethical concern about AI use?

AAn AI system that recommends job candidates but only uses gender and age as criteria
BAn AI that helps doctors by analyzing medical images to detect diseases
CAn AI that translates languages instantly for travelers
DAn AI that suggests recipes based on available ingredients
Attempts:
2 left
💡 Hint

Consider fairness and discrimination in AI decisions.

Comparison
advanced
2:00remaining
Comparing Data Sets for Fair AI Training

Which data set is best suited to train an AI system to fairly recognize faces of all people?

AA data set with images of animals instead of people
BA data set with images mostly of one ethnicity and age group
CA data set with images of people from many different ethnicities, ages, and genders
DA data set with only cartoon faces
Attempts:
2 left
💡 Hint

Think about diversity and representation in training data.

🚀 Application
expert
3:00remaining
Applying Ethical Principles to AI Design

You are designing an AI system for loan approvals. Which approach best reduces bias and promotes fairness?

ATrain AI only on past approved loans without checking for fairness
BUse only data from one region and automate all decisions without human checks
CIgnore data quality and focus on speed of decision-making
DUse diverse training data, regularly test for bias, and allow human review of decisions
Attempts:
2 left
💡 Hint

Consider how to ensure fairness and accountability in AI.