Overview
This chapter introduces ethical questions and social consequences that arise as Artificial Intelligence (AI) systems are designed, deployed and used. It explains why ethics matter for AI — to protect privacy, ensure fairness, avoid harm and promote accountability — and shows how AI affects people, jobs, rights and access to resources. Key themes include privacy and consent, bias and fairness in data and algorithms, transparency and explainability, responsibility and accountability, safety and security, impacts on employment and the economy, and the digital divide. The chapter also covers legal and social responses such as policies, standards, and simple technical and human-centred safeguards. Students learn to recognise ethical dilemmas in everyday AI applications (e.g., social media, facial recognition, recommendation systems), analyse potential risks and benefits, and suggest practical measures to reduce harm — for example data minimisation, seeking informed consent, checking sources, documenting choices, and designing inclusive datasets. They are introduced to concepts like explainability, human oversight, algorithmic bias, and fairness metrics at a level appropriate for Class…
Learning Objectives
- Define key ethical terms related to AI such as bias, fairness, transparency, accountability and privacy.
- Explain how AI systems can inherit bias from data and the consequences of biased decisions for individuals and groups.
- Identify common examples of AI applications in daily life (e.g., recommendation systems, face recognition, chatbots) and associated ethical or societal concerns.
- Describe the concept of data privacy and the importance of informed consent when collecting and using personal data for AI.
- Analyze simple case studies to detect ethical issues in AI deployments and suggest appropriate mitigation measures.
- Apply principles of fairness, non-discrimination and transparency to evaluate AI outputs in classroom exercises or sample problems.
- Evaluate the potential impact of AI on employment and education, discussing both benefits and challenges at a community level.
- Differentiate between explainable (transparent) and opaque AI systems and explain why explainability matters for accountability.
Topics in this chapter
12 topics · tap a topic title to jump straight to it.
Introduction to AI Ethics
Introduction to AI Ethics
Key Point: Confusion matrix elements: TP (true positives), TN (true negatives), FP (false positives), FN (false negatives).
What is AI Ethics?
AI Ethics is the study of moral principles and rules that guide the design, development, deployment and use of artificial intelligence systems. It helps ensure AI systems are fair, safe, transparent and respect human rights.
Why it matters
AI systems make decisions that affect people’s lives—recommending jobs, deciding loan approvals, recognizing faces, or driving cars. If these systems are biased, unsafe or secret, they can harm individuals or groups. Ethics helps prevent harm and build trust.
Core principles (simple explanations)
- Fairness – AI should not discriminate against people because of race, gender, religion or other protected traits.
- Transparency – It should be possible to understand how an AI reached its decision (explainability).
- Accountability – People and organizations should be responsible for AI outcomes.
- Privacy – Personal data used by AI must be protected and used with consent.
- Safety and robustness – AI should perform reliably and safely in expected situations and handle unexpected inputs gracefully.
- Human oversight – Humans should be able to review, override or stop AI decisions when needed.
How ethical issues can arise (simple lifecycle view)
- Data collection – Biased or incomplete data can produce biased models.
- Model training – Algorithms may learn unfair patterns or amplify existing bias.
- Deployment – An AI used in a new context can behave in harmful ways.
- Monitoring – Without checks, problems may go unnoticed or get worse over time.
How to reduce ethical risks
- Use diverse and representative data sets; check for missing groups.
- Measure performance separately for different groups (e.g., by gender or age).
- Document choices (what data, why model chosen) so decisions are transparent.
- Include humans in the loop for important decisions (human review).
- Protect user data with privacy techniques and clear consent.
- Test systems in many conditions and monitor them after deployment.
Simple classroom activity idea
Give students a small dataset (e.g., loan approvals with applicant attributes). Ask them to split results by groups (e.g., by gender) and compute accuracy and other metrics to see if the system treats groups differently. Discuss how to improve fairness.
Takeaway
AI Ethics is about creating AI that respects people, reduces harm, and is trustworthy. It combines technical checks (metrics, tests) with social choices (rules, responsibility).
- Facial recognition that misidentifies people of certain skin tones more often than others—leading to unfair arrests or mistrust.
- A job-recruitment AI that favors applicants with work histories similar to past hires, unintentionally excluding qualified candidates from minority groups.
- A news-recommendation system that shows users only content like what they already read, creating an 'echo chamber' that reinforces a single viewpoint.
- An autonomous car facing an emergency—deciding between actions that could harm different people (ethical dilemma).
- A virtual assistant that shares user data with third parties without clear consent, violating privacy.
- \[Confusion matrix elements: TP (true positives)\]\[TN (true negatives)\]\[FP (false positives)\]\[FN (false negatives).\]
- \[Accuracy = (TP + TN) / (TP + TN + FP + FN)\]
- \[Precision = TP / (TP + FP)\]
- \[Recall (Sensitivity) = TP / (TP + FN)\]
- \[F1 score = 2 * (Precision * Recall) / (Precision + Recall)\]
- \[False Positive Rate = FP / (FP + TN)\]
Privacy and Data Protection
Privacy and Data Protection
Key Point: Risk ≈ Likelihood × Impact — a simple way to estimate privacy risk. If either likelihood of breach or the impact of exposure increases, risk increases.
What is privacy? Privacy is the right of a person to control who sees and uses their personal information. In the context of AI, privacy means protecting data about individuals (name, address, health, behaviour, location) from unauthorized access, misuse or unwanted disclosure.
What is data protection? Data protection are the technical, legal and organisational measures used to keep personal information safe and ensure it is processed fairly and lawfully. It includes how data is collected, stored, used, shared and deleted.
Why it matters
- Protects against identity theft, financial loss and harm (e.g., stalking, discrimination).
- Maintains trust between people and institutions (schools, apps, companies).
- Prevents biased or unfair decisions by AI systems built on poor or leaked data.
Types of data
- Personal data: information that can identify a person (name, phone number).
- Sensitive data: health, religion, biometrics, financial details — needs extra protection.
- Non-personal data: aggregated or anonymised data that cannot identify an individual.
Key principles of good data protection
- Consent: collect and use data only with clear permission.
- Purpose limitation: use data only for the stated reason.
- Data minimisation: collect only what is needed.
- Transparency: tell people how their data will be used.
- Accuracy: keep data correct and up to date.
- Storage limitation: keep data only as long as necessary.
- Security: protect data with technical measures (encryption, access control).
Common protection methods
- Encryption — scrambles data so only holders of the key can read it.
- Anonymisation & pseudonymisation — remove or mask identifiers so individuals can’t be easily re-identified.
- Access controls — limit who can view or change data (passwords, roles).
- Secure transmission — use HTTPS and secure channels when sending data over the internet.
- Privacy by design — include privacy protections during system design, not after.
AI-specific concerns
- Training data may contain private information; models can unintentionally memorize and reveal it.
- Re-identification: combining datasets can reveal identities even if each dataset was anonymised.
- Bias & fairness: poor data protection can lead to datasets that reflect or amplify discrimination.
Practical advice for students
- Use strong, unique passwords and two-factor authentication.
- Check app privacy settings; limit what you share publicly on social media.
- Think before sharing sensitive details (health, location, identity documents).
- Delete old accounts and data you no longer use.
Summary: Privacy and data protection ensure that personal information is collected and used responsibly. They combine technical tools (encryption, anonymisation), principles (consent, minimisation) and laws/policies to protect individuals from harm and preserve trust in AI systems.
- Social media oversharing: A student posts their home address and vacation plans publicly; burglars use this information to target their home.
- Targeted ads: An online store tracks browsing and purchase history and shares it with advertisers; users receive personalised ads that reveal interests they did not want widely known.
- School database breach: A school’s online record system is hacked and student grades and contact details are leaked, causing stress and possible misuse of information.
- Health app leak: A fitness app stores sensitive health data and a data breach exposes medical conditions, leading to stigma or discrimination.
- Location tracking: A ride‑hailing app keeps precise GPS logs; combining them with other datasets can reveal a person’s home, workplace and daily habits.
- Voice assistant recordings: Smart speakers record conversations; if stored insecurely, private family conversations could be exposed or used without consent.
- \[Risk ≈ Likelihood × Impact — a simple way to estimate privacy risk\]\[If either likelihood of breach or the impact of exposure increases\]\[risk increases.\]
- \[Combinations for a password: total combinations = N^L\]\[where N = number of possible characters and L = password length\]\[Probability of guessing in one try = 1 / (N^L).\]
- \[Exposed data percentage = (number of exposed records / total records) × 100%.\]
- \[k‑Anonymity (concept): A dataset has k‑anonymity if each combination of quasi‑identifier values appears in at least k records\]\[Larger k → stronger anonymity (informal formula: k ≥ 2,3,...).\]
- \[Differential privacy (basic inequality): Pr[M(D1) ∈ S] ≤ e^ε × Pr[M(D2) ∈ S] for any outputs S and datasets D1\]\[D2 differing by one record. (ε is the privacy loss parameter\]\[smaller ε means stronger privacy.)\]
Bias, Fairness and Discrimination
Bias, Fairness and Discrimination
Key Point: Accuracy = (TP + TN) / (TP + TN + FP + FN) — overall correct predictions
Bias in Artificial Intelligence means that a system consistently favors some outcomes or groups over others because of the data, the design of the algorithm, or the way the problem was defined. Bias can be unintentional and comes from incomplete, unrepresentative, or noisy data, or from human decisions during model building.
Fairness is the goal of making AI systems treat people and groups equitably. Fairness means similar people in similar situations should receive similar outcomes, and that sensitive attributes (like gender, caste, religion, race) should not cause unjust advantage or disadvantage.
Discrimination is when individuals or groups are treated differently in a harmful way because of a protected characteristic. In AI, discrimination can occur if a model’s decisions result in systematically worse outcomes for certain groups.
Causes and examples of bias: training data that under-represents a group (sample bias), historical prejudice embedded in records (historical bias), labels that reflect human prejudice (label bias), or model choices that prioritize one objective over fairness (algorithmic bias).
Consequences: unfair hiring, denial of loans, wrongful identification, unequal access to services, and reinforcement of social inequalities.
Ways to reduce bias and increase fairness: collect better and more representative data, include fairness-aware objectives during model training, test models separately for different groups, use techniques like re-sampling, re-weighting, or fairness constraints, and involve diverse teams and human oversight.
Simple classroom idea: split a dataset by group (e.g., boys/girls or regions), compute the model’s accuracy and error rates for each group, and discuss differences and possible causes.
- Hiring algorithm: If a company's resume dataset mostly contains successful male applicants, the model may rank male candidates higher, disadvantaging female applicants.
- Loan approvals: A credit model trained on past loans may deny loans to an ethnic group that historically had fewer loans approved, even if individual applicants are creditworthy.
- Facial recognition: Systems trained on mostly lighter-skinned faces often perform worse on darker-skinned faces, causing misidentification.
- School admissions: An algorithm that uses older admission data reflecting social advantage might favor students from certain neighborhoods, perpetuating inequality.
- Search/recommendation bias: A recommendation engine that shows certain jobs more often to one gender reinforces occupational stereotypes.
- \[Accuracy = (TP + TN) / (TP + TN + FP + FN) — overall correct predictions\]
- \[Precision = TP / (TP + FP) — proportion of predicted positives that are correct\]
- \[Recall (Sensitivity) = TP / (TP + FN) — proportion of actual positives correctly found\]
- \[False Positive Rate (FPR) = FP / (FP + TN) — proportion of negatives wrongly predicted positive\]
- \[False Negative Rate (FNR) = FN / (FN + TP) — proportion of positives wrongly predicted negative\]
- \[Statistical parity difference = P(predicted_positive | group A) − P(predicted_positive | group B) — measures outcome rate gap between groups\]
Transparency and Explainability
Transparency and Explainability
Key Point: Linear model (easy to explain): y = w0 + w1*x1 + w2*x2 + ... + wn*xn (each weight wi shows how feature xi affects output)
Transparency means that the way an AI system works (its data, design and decision process) is open and understandable to people who use it or are affected by it. Explainability means the system can provide clear, simple reasons for a particular decision or prediction.
Why they matter: transparent and explainable AI builds trust, helps detect errors and bias, and makes it possible to hold systems and designers accountable. For students, parents and teachers, explainability means you can see why an AI gave a certain grade suggestion, recommended content, or flagged an answer.
How it is achieved (simple approaches):
- Use inherently interpretable models: linear models and decision trees show how input features affect the output directly.
- Provide post-hoc explanations: techniques like LIME or SHAP summarize how much each input influenced a single decision.
- Document data and code: publish what data was used, how it was cleaned, and what rules or objectives the system follows.
- Give human-centered explanations: present reasons in plain language (e.g., "Your loan was denied because income < required threshold and credit history low").
Trade-offs and limits: simpler models are easier to explain but sometimes less accurate. Complex models (deep neural nets) may be more accurate but harder to explain. Explainability techniques give approximations and may not capture every internal detail.
Practical advice: always ask for (1) what data was used, (2) what features matter most, and (3) a clear, testable reason for any decision that affects people.
- Loan application: The bank's AI denies a loan and explains that the main reasons were low monthly income and short credit history; feature importance shows income had the largest effect.
- School grading assistant: An automated grading tool flags an answer as low-scoring and shows which rubric items (missing keywords, incorrect steps) caused the deduction.
- Medical triage support: A diagnostic AI suggests tests and explains that symptoms A and B and age increased the probability of condition X.
- Recommendation systems: A video app says 'Recommended because you watched X and liked Y'—showing which past items influenced the suggestion.
- Crime risk score audit: A city audits a risk model and requires the developer to show which data fields were used and whether race or protected attributes influenced scores.
- \[Linear model (easy to explain): y = w0 + w1*x1 + w2*x2 + ... + wn*xn (each weight wi shows how feature xi affects output)\]
- \[Logistic probability (classification example): p = 1 / (1 + e^{-z})\]\[where z = w0 + Σ wi*xi (weights influence predicted probability)\]
- \[Feature importance (simple relative weight): importance_i = |wi| / Σ_j |wj| (gives a percent-like score of each feature's influence)\]
- \[Accuracy (basic performance metric): Accuracy = (TP + TN) / (TP + TN + FP + FN)\]
- \[Simplified SHAP idea (how a feature's contribution is computed): φ_i ≈ average over subsets of [model output with feature i − model output without feature i] (SHAP gives a fair attribution to each feature)\]
Accountability and Responsibility
Accountability and Responsibility
Key Point: Risk = Likelihood × Impact (used to prioritise which harms require strongest accountability measures)
Accountability and Responsibility
Responsibility is the duty to perform specific tasks or to ensure certain outcomes. In AI contexts it means the people or organizations who must design, test, deploy, maintain or supervise an AI system and follow ethical, legal and safety requirements.
Accountability is the obligation to explain and justify actions and to accept consequences when something goes wrong. Accountability requires transparency (records and explanations), mechanisms for review or audit, and enforcement or remedies if duties are not met.
Key differences (simple)
- Responsibility = who does the work or holds a duty.
- Accountability = who answers for the outcome and faces consequences.
- One actor can be responsible, another accountable; sometimes they are the same person or organization.
How this applies across the AI lifecycle
- Data collection: Responsibility—data collectors/annotators; Accountability—data controller/organization for data quality and consent.
- Model development: Responsibility—ML engineers, data scientists; Accountability—team lead or product owner for model behaviour and fairness.
- Testing and validation: Responsibility—QA/test team; Accountability—project manager or regulator for safety tests.
- Deployment and monitoring: Responsibility—operations team; Accountability—service owner for real-world impacts and remediation.
Practical mechanisms that make accountability real
- Documentation: model cards, data sheets, design logs that record choices and trade-offs.
- Traceability and logging: keep records of inputs, model versions, and decisions for audits.
- Human-in-the-loop and escalation: design processes that allow humans to intervene and reverse harmful actions.
- Redress and enforcement: clear complaint channels, incident investigation, and corrective measures.
- Clear role assignment: RACI or similar frameworks to state who is Responsible, Accountable, Consulted, and Informed.
Ethical and legal points
- Accountability helps ensure fairness, safety, and respect for rights (privacy, non-discrimination).
- Laws may require organizations to be accountable (data protection regulations, safety standards).
- Students should understand that ethical AI requires both people who act responsibly and systems that make those actors answerable.
Student summary: Responsibility is about duties; accountability is about being able to explain, justify and accept the consequences of how those duties were carried out. Both are needed to build trustworthy AI.
- Self-driving car crash: Engineers responsible for the perception software, manufacturer accountable for the vehicle's safety; investigation relies on logs and versioned models to assign accountability and fix the issue.
- Healthcare AI misdiagnosis: Data scientists responsible for training the diagnostic model; the hospital or AI vendor is accountable for harms—must provide explainability, retrain the model, and compensate if needed.
- Biased hiring tool: Annotators or datasets responsible for biases in training data; HR and the company are accountable to detect bias, audit the system, remove discriminatory features, and remediate affected candidates.
- Exam grading AI error: Developers responsible for the scoring algorithm; the education board is accountable to review appeals, correct grades, and update the system to prevent recurrence.
- Social media recommendation causing harm: Content team or engineers responsible for ranking rules; platform operator accountable to explain why content was recommended, moderate harms, and adjust algorithms.
- \[Risk = Likelihood × Impact (used to prioritise which harms require strongest accountability measures)\]
- \[Accountability Effectiveness ∝ Transparency × Enforceability (more transparent systems with enforceable rules lead to stronger accountability)\]
- \[Traceability = Logging + Documentation + Versioning (practical 'formula' for producing evidence for audits)\]
- \[Responsibility Assignment (RACI model) = Responsible + Accountable + Consulted + Informed (framework to assign roles clearly)\]
Safety and Security
Safety and Security
Key Point: Accuracy = (TP + TN) / (TP + TN + FP + FN)
What it means: In AI, safety means designing systems that do not cause unintended harm and behave reliably even in unexpected situations. Security means protecting AI systems, their data, and their users from malicious attacks, theft, or misuse.
Key ideas
- Robustness — AI should handle noisy, unusual, or adversarial inputs without catastrophic failure (e.g., refuse to act if uncertain).
- Reliability & fail-safe — systems should degrade gracefully (fallback to human control or safe state).
- Privacy & confidentiality — protecting personal data used for training and inference (access controls, anonymization).
- Integrity & availability — ensure model code, parameters, and data are not tampered with and the service remains available.
- Transparency & explainability — users should get understandable reasons for important decisions so mistakes are detected and corrected.
Practical measures: Adversarial testing (checking how small input changes can fool the model), regular software patches, encryption of stored data, access control, monitoring for model drift, logging actions, differential privacy for sensitive datasets, and human-in-the-loop for high-risk decisions.
Why it matters for Class 9 students: Everyday AI (smartphones, school apps, social media, smart assistants) can make errors or expose data. Understanding safety and security helps students use and design AI responsibly.
- Self-driving car: safety measures include redundant sensors and emergency braking; security measures include preventing remote takeover of control systems.
- Medical diagnosis AI: safety requires validating accuracy and having doctors review results; security requires protecting patient records and model parameters.
- Face recognition at school gate: privacy concerns — store images encrypted and get consent; bias concerns — test across different skin tones to avoid unfair rejections.
- Spam and phishing detection: security arms (filters) block harmful messages; attackers try to bypass filters with adversarial text.
- Chatbots giving harmful advice: safety via content filtering and escalation to human moderators; keep logs and update models against misuse.
- \[Accuracy = (TP + TN) / (TP + TN + FP + FN)\]
- \[Precision = TP / (TP + FP)\]
- \[Recall (Sensitivity) = TP / (TP + FN)\]
- \[F1 score = 2 * (Precision * Recall) / (Precision + Recall)\]
- \[False Positive Rate = FP / (FP + TN)\]
- \[Risk (simple) = Likelihood × Impact (used to prioritize threats)\]
Social and Economic Impact
Social and Economic Impact
Key Point: Productivity growth (%) = ((Output_period2 - Output_period1) / Output_period1) × 100
What this topic covers
The social and economic impact of Artificial Intelligence (AI) looks at how AI changes people's lives, jobs, incomes, relationships, access to services, and the overall economy. It includes both positive effects (like increased productivity, new services, and better healthcare) and negative effects (like job displacement, widened inequality, and biased decision-making).
Key social impacts
- Access and inclusion: AI can increase access to education, health care, and government services through personalised learning, diagnostic tools and chatbots — but unequal access to devices and internet can create a digital divide.
- Privacy and surveillance: Widespread use of data-driven AI (camera analysis, tracking, profiling) can erode privacy and change social behaviour.
- Bias and fairness: Biased training data can cause AI systems to treat some groups unfairly (for example, facial recognition misidentifying people from certain ethnicities), leading to social injustice.
- Quality of life: AI assistants, accessibility tools (speech-to-text, predictive text), and smart devices can make daily life easier for many people.
Key economic impacts
- Productivity and growth: AI can automate repetitive tasks, make complex decisions faster, and boost output per worker, raising economic growth.
- Employment shifts: Some jobs and tasks may be automated away, while new roles (AI maintenance, data labeling, human-AI collaboration) are created. This causes sectoral shifts and requires reskilling.
- Income and inequality: Gains from AI may concentrate with capital owners and highly skilled workers, increasing income inequality unless policies redistribute benefits or provide training.
- Business models and markets: AI enables new services (personalised recommendations, dynamic pricing) and can strengthen network effects, sometimes leading to market concentration.
Balancing risks and benefits — common responses
Governments, schools and companies respond through reskilling/upskilling programs, ethical guidelines, fairness-aware design, data protection laws, taxation and social safety nets (e.g., unemployment support, targeted training). Inclusive design and public investment in connectivity reduce the digital divide.
Simple summary for students
AI changes how people work and live. It can make services better and economies richer, but also creates challenges like losing some jobs, unfair decisions, and unequal access. Understanding both sides helps society use AI responsibly.
- Warehouse automation: Amazon and other logistics companies use robots and AI to speed up sorting and packing. This raises productivity but reduces some manual jobs while creating robotics maintenance and monitoring roles.
- Healthcare diagnostics: AI tools can help detect diseases (e.g., diabetic retinopathy screening) earlier and at lower cost, improving outcomes and access in remote areas.
- Ride-hailing platforms: Apps such as Uber changed transport jobs and created flexible work, but also led to income instability and debates about workers' rights.
- Bank lending algorithms: Automated credit scoring can speed loan decisions but may deny loans unfairly if training data reflects past discrimination.
- Education: AI-driven personalised learning platforms adapt lessons to a student's level, improving learning for some but requiring devices and internet access, which not all students have.
- \[Productivity growth (%) = ((Output_period2 - Output_period1) / Output_period1) × 100\]
- \[Automation risk (%) = (Number of automatable tasks / Total number of tasks) × 100\]
- \[Adoption rate (approximate logistic model) = 1 / (1 + e^{-k(t - t0)}) — shows S-shaped technology adoption over time\]
- \[Change in employment ≈ Jobs_created_by_AI - Jobs_lost_to_AI (useful qualitative balance\]\[sectors and skills matter)\]
- \[Gini coefficient (conceptual) — measures income inequality (0 = perfect equality, 1 = maximal inequality).\]
Human-AI Interaction and Rights
Human-AI Interaction and Rights
Key Point: Accuracy = (TP + TN) / (TP + TN + FP + FN) — proportion of correct predictions.
What is Human-AI Interaction? Human-AI Interaction (HAI) is how people and artificial intelligence systems communicate, cooperate, and make decisions together. It includes interfaces (chatbots, voice assistants, recommender systems), collaboration with semi‑autonomous systems (robot assistants, adaptive learning platforms), and oversight of autonomous systems (self‑driving cars, automated loan decisions).
Why rights matter in HAI AI systems affect people's privacy, safety, opportunities and dignity. Rights and ethical principles guide how AI should be designed and used so that it respects people. Key rights and principles include:
- Privacy: personal information must be collected and used with consent and protection.
- Fairness and non‑discrimination: AI should not treat people unfairly because of gender, caste, religion, race or other protected attributes.
- Transparency and explainability: people should be able to understand or get a simple explanation of how an AI reached an important decision.
- Accountability: humans or organisations must be responsible for AI actions and harms.
- Safety and reliability: AI should be tested to avoid physical or emotional harm.
- Autonomy and consent: people should choose whether and how to interact with AI and should be able to opt out when possible.
Design approaches that protect rights include human‑in‑the‑loop systems (humans review important AI decisions), privacy‑by‑design (minimise data collection), explainable AI (simple explanations for users), and regular bias audits (check outcomes for different groups).
How students can apply this in daily life — ask questions when an app requests many permissions, check why a recommendation appears before relying on it, and know that automated decisions (school, banking, health) should offer human review. Educators should teach digital literacy: how data is collected, what consent means, and how to report harmful or biased outputs.
- Voice assistants (Siri, Google Assistant): help with tasks but may collect voice and usage data—users should control permissions and understand data use.
- Recommender systems (YouTube, e‑commerce): suggest content or products; unchecked recommendations can create filter bubbles or promote biased suggestions.
- Automated loan decisions: banks use AI models to approve loans. If models are biased, certain groups may be unfairly denied—human review and transparency are needed.
- Adaptive learning platforms: personalise exercises for students, but must protect student data and ensure fairness so some students don’t get systematically harder or easier content.
- Facial recognition in schools or public places: raises privacy and consent concerns and can misidentify people from certain groups—requires strict rules and oversight.
- Self‑driving car scenarios: vehicle must make safety decisions; clear accountability and fail‑safe human takeover options are essential.
- \[Accuracy = (TP + TN) / (TP + TN + FP + FN) — proportion of correct predictions.\]
- \[Precision = TP / (TP + FP) — of predicted positives\]\[how many were correct.\]
- \[Recall (Sensitivity) = TP / (TP + FN) — of actual positives\]\[how many were found.\]
- \[F1‑score = 2 * (Precision * Recall) / (Precision + Recall) — harmonic mean of precision and recall.\]
- \[Statistical parity difference = P(Ŷ=1 | Group=A) − P(Ŷ=1 | Group=B) — measures demographic difference in positive outcomes.\]
- \[Disparate impact ratio = P(Ŷ=1 | Group=A) / P(Ŷ=1 | Group=B) — values far from 1 indicate possible bias.\]
Responsible Use and Digital Citizenship
Responsible Use and Digital Citizenship
Key Point: Digital Footprint (conceptual) = Sum of Online Actions (posts + comments + likes + searches + uploads)
What it means: Responsible use and digital citizenship means using digital tools, the internet, and AI in ways that are safe, ethical, respectful, and lawful. A digital citizen understands their rights and responsibilities online, protects personal and others' privacy, respects intellectual property, and contributes positively to digital communities.
Key principles
- Respect: Treat others courteously; avoid hate speech, harassment, and cyberbullying.
- Safety: Protect personal data, use strong passwords and two-factor authentication, and avoid dangerous online interactions.
- Privacy: Share only necessary information; understand and manage privacy settings.
- Security: Recognize phishing, scams, and malware; keep software updated.
- Responsibility: Think before posting; consider long-term effects of online actions (digital footprint).
- Integrity and Attribution: Respect copyright and give credit for others' work; avoid plagiarism.
- Critical Thinking: Verify sources, evaluate information quality, and spot misinformation.
- Accountability: Accept consequences of online behavior and report abuse or harmful content.
Practical habits for students
- Think before posting: ask whether a post could harm someone or your future opportunities.
- Manage privacy: review app permissions and social media privacy settings regularly.
- Use strong passwords and 2FA; do not share passwords.
- Verify information using trusted sources before sharing.
- Ask permission before using or sharing someone else’s photos, writing, or ideas.
- When using AI tools, verify outputs, cite the tool when appropriate, and do not pass off generated content as solely your original work.
- Report cyberbullying, suspicious contacts, or illegal content to a trusted adult or platform moderators.
Consequences of irresponsible use: Loss of privacy or reputation, academic or legal penalties, identity theft, emotional harm to others, spread of misinformation, and long-term digital records that affect future education or jobs.
Classroom role: Teachers and schools set policies (acceptable use, anti-bullying, citation rules) and model good digital citizenship through lessons, discussions, role-play, and projects that teach evaluation of sources, privacy settings, and ethical use of AI.
- Example 1: A student posts a party photo revealing friends' locations without permission; a friend feels embarrassed and the photo is shared widely. Responsible action: apologize, take down the photo, and ask for permission before posting others' images in future.
- Example 2: A peer receives a suspicious message asking for bank details. Responsible action: do not respond, report the message to a trusted adult, and block the sender to prevent fraud.
- Example 3: Using an AI writing assistant for a school essay. Responsible action: use the AI to generate ideas, verify facts, rewrite in your own words, and cite that an AI was used as a tool when required by school policy.
- Example 4: A student finds a useful online image and copies it into a project without credit. Responsible action: learn to check usage rights, provide proper attribution or use licensed/creative-commons images, or create original visuals.
- Example 5: A group chat spreads a false rumor about someone. Responsible action: stop forwarding the rumor, help correct misinformation, and support those affected.
- \[Digital Footprint (conceptual) = Sum of Online Actions (posts + comments + likes + searches + uploads)\]
- \[Privacy Risk Score (qualitative) ≈ Likelihood of Data Exposure × Impact of Exposure\]
- \[Trustworthiness (conceptual) ≈ Accuracy × Transparency × Accountability\]
- \[Netiquette Principle (conceptual) = Respect + Courtesy + Empathy\]
- \[Data Minimization Guideline: Collected Data ≥ Necessary Data (aim for equality or less)\]
Legal, Policy and Ethical Frameworks
Legal, Policy and Ethical Frameworks
Key Point: Risk Score = Likelihood × Impact (used in risk assessment to prioritise issues)
What this topic means
When we build and use Artificial Intelligence (AI), we must follow rules and good practices so AI is safe, fair and respects people’s rights. These rules come from three related but different sources:
- Legal frameworks – Laws passed by governments that are binding and enforceable (breaking them can lead to fines or court cases). Example: data protection laws.
- Policy frameworks – Official guidelines or plans made by governments or organisations to shape how AI should be developed and used. They are not always laws but guide decisions and create standards.
- Ethical frameworks – Moral principles and values (like fairness, transparency and responsibility) that developers, companies and societies follow to make AI systems trustworthy.
Key ethical principles for AI
- Fairness: AI should not discriminate against people based on race, gender, caste, religion or other protected traits.
- Transparency & Explainability: People should be able to understand how important AI decisions are made.
- Privacy: Personal data must be collected and used with consent and protection.
- Accountability: Someone (developers, companies or operators) must be responsible when AI causes harm.
- Safety & Reliability: AI should work safely and as intended under normal and unexpected situations.
- Human oversight: Humans must be able to review or override important AI decisions.
How the three frameworks work together
Laws set the minimum rules. Policies translate laws into practise or fill gaps when laws are missing. Ethics guide behaviour beyond what the law requires—helping organisations do what is right even if it is not yet mandatory.
Who is involved?
Governments (make laws and national policies), companies (create internal policies and follow laws), researchers (create ethical guidelines and technical tools), civil society (watchdogs and public feedback), and users (people affected by AI).
Examples of legal & policy instruments
- GDPR (European data protection law) — strong legal rules about personal data, consent and the right to explanation.
- National laws and bills (for example, India’s data protection initiatives and IT rules) — set local requirements.
- OECD, UNESCO and IEEE AI guidelines — policy and ethical recommendations followed internationally.
Practical steps for safe AI (simple checklist)
- Identify risks (who may be harmed and how).
- Use minimal personal data and get clear consent.
- Test AI for bias and accuracy across groups.
- Document how the AI works and keep logs for audits.
- Allow human review and provide explanations for decisions that affect people.
Why it matters for students
AI is already part of many apps and services. Understanding these frameworks helps you know your rights (privacy, fairness), why some apps ask for permissions, and how to build or evaluate AI responsibly in the future.
- Facial recognition misidentifying people from certain groups — raises fairness and legal privacy concerns (led to bans for some uses in cities).
- A job applicant filtering AI that favoured men over women — ethical issue of biased training data (real case: some companies dropped flawed hiring tools).
- GDPR requiring explicit consent before using someone’s personal data for training AI — legal protection for individuals in the EU.
- Self-driving car crash where it’s unclear who is liable — shows need for legal rules on responsibility and clear testing policies.
- Health diagnosis AI that gives wrong recommendations because its training data came from a different population — safety and accountability issues.
- \[Risk Score = Likelihood × Impact (used in risk assessment to prioritise issues)\]
- \[Precision = True Positives / (True Positives + False Positives) (measures how many predicted positives were correct)\]
- \[Recall = True Positives / (True Positives + False Negatives) (measures how many actual positives were detected)\]
- \[F1 Score = 2 × (Precision × Recall) / (Precision + Recall) (balances precision and recall)\]
- \[Fairness Gap = |Metric_groupA − Metric_groupB| (difference in a performance metric between groups\]\[smaller is fairer)\]
AI for Social Good and Case Studies
AI for Social Good and Case Studies
Key Point: Accuracy = (TP + TN) / (TP + TN + FP + FN) — fraction of correct predictions
AI for Social Good
"AI for Social Good" means using artificial intelligence to solve real-world problems that improve people’s lives and protect the planet. The focus is on health, education, environment, disaster response, accessibility and fair public services. When applied responsibly, AI can assist humans to make faster, fairer and more informed decisions.
Key goals
- Increase public welfare (better health, safety, education).
- Make services more accessible and inclusive.
- Protect environment and wildlife.
- Support quick responses during disasters and emergencies.
Typical AI workflow
- Problem definition (what social problem to solve).
- Data collection and cleaning (ensure quality and privacy).
- Model selection and training (choose an appropriate algorithm).
- Evaluation (accuracy, fairness, robustness).
- Deployment with human oversight (human-in-the-loop).
- Monitoring and update (watch for bias, drift, unintended consequences).
Ethical principles
- Benefit: prioritize positive social impact.
- Fairness: avoid discrimination across groups.
- Privacy: protect personal data and follow consent rules.
- Transparency: explain decisions to users when possible.
- Accountability: humans remain responsible for outcomes.
Case studies (short summaries)
- Healthcare — diabetic retinopathy screening: AI models analyze retina images to detect early signs of eye disease, enabling faster referrals to specialists and preventing vision loss. Ethics: ensure tested across different patient groups.
- Disaster response — satellite imagery analysis: After floods or earthquakes, AI scans satellite images to identify damaged buildings and blocked roads so responders prioritize aid. Ethics: timely updates and validation with local teams.
- Agriculture — crop disease detection: Mobile apps let farmers take photos of leaves; AI identifies disease and suggests treatments, increasing yields and reducing food waste.
- Environment — anti-poaching and wildlife monitoring: Acoustic sensors and camera traps analyzed by AI detect poachers or endangered animals, helping rangers act faster.
- Accessibility — speech-to-text and image descriptions: AI converts speech to text for the deaf and generates image descriptions for the visually impaired, increasing access to information.
Benefits and limitations
Benefits include speed, scale and improved decision support. Limitations: biased data can cause unfair outcomes, privacy breaches are possible, models can be overconfident, and real-world deployment needs human oversight.
Best practices for safe deployment
- Use diverse, representative data and test models across groups.
- Keep humans in the decision loop for critical actions.
- Document data sources and model behavior (transparency).
- Protect user data and use anonymization when possible.
- Monitor models in the field and update regularly.
In class, you can discuss one local problem (for example, helping a nearby clinic or designing a classroom accessibility tool) and sketch a simple AI solution following the workflow above. Emphasize that technology must be combined with ethics and community involvement to truly be "for social good."
- Google DeepMind 'Streams' and other AI tools used in hospitals to help detect acute kidney injury faster and notify clinicians.
- IDx‑DR: an FDA‑cleared autonomous AI system for diabetic retinopathy screening from retinal images.
- Microsoft AI for Humanitarian Action and tools that analyse satellite images to map floods, fires and damaged infrastructure.
- PlantVillage / AI apps that identify crop diseases from leaf photos and recommend low-cost treatments to farmers.
- Rainforest Connection and similar projects using acoustic AI to detect illegal logging and deforestation in real time.
- PAWS (Protection Assistant for Wildlife Security) and other systems that use AI to predict poaching risks and plan ranger patrols.
- \[Accuracy = (TP + TN) / (TP + TN + FP + FN) — fraction of correct predictions\]
- \[Precision = TP / (TP + FP) — proportion of positive predictions that are correct\]
- \[Recall (Sensitivity) = TP / (TP + FN) — proportion of actual positives detected\]
- \[F1 score = 2 * (Precision * Recall) / (Precision + Recall) — harmonic mean of precision and recall\]
- \[Binary cross-entropy loss = -[y log(p) + (1 - y) log(1 - p)] averaged over examples\]\[where y is true label and p is predicted probability\]
- \[Mean Absolute Error (MAE) = (1/n) * Σ |y_i - ŷ_i| — for continuous predictions (e.g.\]\[pollution levels)\]
Challenges, Future Directions and Student Role
Challenges, Future Directions and Student Role
Key Point: Accuracy = (TP + TN) / (TP + TN + FP + FN) — general measure of correct predictions (TP=true positives, TN=true negatives, FP=false positives, FN=false negatives).
Overview: This topic examines the main challenges society faces because of AI, promising future directions to make AI safer and fairer, and practical roles students can play to shape responsible AI use.
Key Challenges:
- Bias and fairness: AI systems trained on biased data can produce unfair outcomes for certain groups (race, gender, income). This reduces trust and can cause real harm.
- Privacy and surveillance: AI can collect, combine, and infer sensitive information from many data sources, threatening personal privacy.
- Transparency and explainability: Many AI models (especially deep learning) are complex and hard to interpret, making it difficult to understand or justify decisions.
- Accountability and governance: It is often unclear who is responsible when an AI system makes a harmful decision—the developer, deployer, or data owner?
- Safety and robustness: AI can fail in unexpected ways when faced with unusual inputs (adversarial examples, sensor errors), causing dangerous outcomes in critical systems.
- Job displacement and economic impact: Automation may change the kinds of jobs available and require new skills.
- Misuse and malicious uses: AI can be used to create deepfakes, amplify misinformation, automate cyberattacks, or design harmful biological agents.
- Digital divide: Unequal access to AI tools and education can widen social and economic inequalities.
Future Directions (how problems are being addressed):
- Explainable AI (XAI): Methods and tools that make model predictions understandable to humans so users can trust and verify decisions.
- Fairness-aware learning: Algorithms and training procedures designed to reduce bias in outcomes (pre-processing, in-processing, post-processing methods).
- Privacy-preserving techniques: Approaches such as federated learning, differential privacy, and homomorphic encryption that allow useful AI while protecting personal data.
- Robustness and safety engineering: Testing, monitoring, adversarial defenses and formal verification for critical AI systems (e.g., autonomous vehicles, medical devices).
- Regulation and ethical frameworks: Laws, standards and industry guidelines to govern responsible AI development and deployment.
- Human-AI collaboration: Interfaces and workflows that keep humans in the loop for oversight, final decisions, and value judgments.
- Multidisciplinary education and research: Combining computer science with ethics, law, social sciences and domain expertise to build socially-aware AI.
Student Role (what students can do now):
- Learn basics of AI and ethics: Understand how AI works, its limits, and ethical concepts like fairness, privacy and consent.
- Practice data responsibility: Learn about data collection, cleaning, consent and anonymization—use only ethical datasets in projects.
- Ask critical questions: Question how datasets were collected, who benefits, and who may be harmed by an AI system.
- Build explainability into projects: Use simple, interpretable models when appropriate and document decisions and limitations.
- Share and collaborate: Participate in school projects, hackathons and community initiatives to create beneficial AI solutions (e.g., accessibility tools).
- Advocate and educate: Raise awareness among peers and family about safe AI use, privacy settings, and misinformation.
- Follow continuous learning: Acquire coding, statistics and critical-thinking skills; learn about new privacy-preserving tools and regulations.
- Report misuse: Speak up if you see biased outputs, privacy breaches or harmful uses of AI in your community.
Summary: The challenges around AI are technical, social and legal. Future directions focus on fairness, privacy, transparency, safety and governance. Students can play a meaningful role by learning, building responsibly, asking critical questions, and advocating for ethical AI.
- Biased hiring system: An automated resume-screening tool trained on past hiring data favors male applicants because the historical data underrepresented women. Fixes can include rebalancing training data and using fairness-aware algorithms.
- Facial recognition errors: A face-identification system misidentifies people from certain ethnic groups at a higher rate, leading to wrongful suspicion. Solutions include collecting diverse datasets, testing thoroughly, and limiting real-world deployment in high-risk contexts.
- Healthcare AI assisting diagnosis: An AI tool helps detect signs of a disease from scans but fails on images from a different hospital due to different equipment. Addressing this requires robust validation across sites and transparency about limitations.
- Deepfakes and misinformation: AI-generated videos mimic public figures, spreading false information. Countermeasures include detection tools, media literacy, and platform policies to label/manage manipulated content.
- Federated learning in mobile keyboards: To improve next-word prediction without sending raw texts to servers, models are trained locally on phones and only aggregate updates, improving privacy.
- \[Accuracy = (TP + TN) / (TP + TN + FP + FN) — general measure of correct predictions (TP=true positives\]\[TN=true negatives\]\[FP=false positives\]\[FN=false negatives).\]
- \[Precision = TP / (TP + FP) — fraction of positive predictions that are correct.\]
- \[Recall = TP / (TP + FN) — fraction of actual positives detected.\]
- \[F1 score = 2 * (Precision * Recall) / (Precision + Recall) — harmonic mean of precision and recall.\]
- \[Disparate Impact = P(outcome | group A) / P(outcome | group B) — used to quantify unequal outcomes between groups (values far from 1 indicate potential bias).\]
- \[Risk (qualitative) ≈ Probability of Harm × Severity of Harm — helps prioritize safety work (no single numeric formula universally used).\]
Key Concepts
- Artificial Intelligence (AI)
- Computer systems or programs that perform tasks that normally require human intelligence, such as learning, reasoning, or problem-solving.
- Algorithm
- A step-by-step set of rules or instructions that a computer follows to solve a problem or complete a task.
- Bias
- A systematic error in an AI system's outputs caused by unfair or unbalanced training data or design choices.
- Transparency
- Openness about how an AI system works, what data it uses, and how decisions are made.
- Accountability
- The responsibility of people or organizations to explain and take responsibility for the outcomes of AI systems.
- Privacy
- The right of individuals to control their personal information and keep it secure from misuse.
- Data Protection
- Measures and practices used to secure personal data against loss, theft, or unauthorized access.
- Consent
- Voluntary agreement given by a person for their data to be collected and used for specific purposes.
- Fairness
- The principle that AI systems should treat people and groups without unjust discrimination.
- Explainability
- The ability of an AI system to provide understandable reasons for its decisions.
- Reliability
- The consistency and dependability of an AI system to perform correctly under expected conditions.
- Safety
- Ensuring AI systems do not cause physical, psychological, or social harm to people.
- Automation
- Using AI or machines to perform tasks without continuous human intervention.
- Job Displacement
- Loss or change of jobs when machines or AI take over tasks previously done by humans.
- Surveillance
- Monitoring people or places using cameras, sensors, or AI analysis, which can raise privacy concerns.
- Intellectual Property
- Legal rights protecting creations of the mind, such as software, designs, and written works.
- Digital Divide
- The gap between people who have access to digital technologies and those who do not.
- Regulation
- Laws and rules created by governments or institutions to guide safe and fair AI use.
- Ethics
- Moral principles that guide how AI should be developed and used to respect human rights and values.
- Human-in-the-loop
- An approach where humans oversee, validate, or intervene in AI decision-making to ensure safety and correctness.
Practice Questions
-
Which ethical principle states that people should be able to understand how an AI system reached a particular decision? (a) Fairness (b) Accountability (c) Transparency / Explainability (d) Data minimization कौन सा नैतिक सिद्धांत कहता है कि लोगों को यह समझने में सक्षम होना चाहिए कि AI सिस्टम ने किसी निर्णय तक कैसे पहुँचा? (a) निष्पक्षता (b) जवाबदेही (c) पारदर्शिता / व्याख्यता (d) डेटा न्यूनीकरण
Show answer
(c) Transparency / Explainability / पारदर्शिता / व्याख्यता — Transparency means openness about how an AI works, and explainability means providing clear reasons for each decision so people can trust and verify AI outcomes. / पारदर्शिता का अर्थ है AI कार्यप्रणाली की खुलापन, और व्याख्यता का अर्थ है प्रत्येक निर्णय के स्पष्ट कारण प्रदान करना।
-
If a facial recognition system was mainly trained on lighter-skinned faces and performs worse on darker-skinned faces, this is an example of: (a) Model drift (b) Algorithmic bias (c) Data minimization (d) Differential privacy यदि एक फेशियल रिकग्निशन सिस्टम मुख्य रूप से हल्की त्वचा वाले चेहरों पर प्रशिक्षित था और गहरी त्वचा वाले चेहरों पर खराब प्रदर्शन करता है, तो यह किसका उदाहरण है? (a) मॉडल ड्रिफ्ट (b) एल्गोरिदमिक बायस (c) डेटा न्यूनीकरण (d) डिफरेंशियल प्राइवेसी
Show answer
(b) Algorithmic bias / एल्गोरिदमिक बायस — When training data underrepresents certain groups, the model inherits and amplifies that bias, leading to unfair outcomes for those groups. / जब प्रशिक्षण डेटा में कुछ समूहों का कम प्रतिनिधित्व होता है, तो मॉडल उस पूर्वाग्रह को विरासत में लेता है।
-
The concept that people must voluntarily agree before their data is collected and used for AI is called: (a) Accountability (b) Consent (c) Surveillance (d) Regulation यह अवधारणा कि AI के लिए डेटा एकत्र और उपयोग किए जाने से पहले लोगों को स्वेच्छा से सहमति देनी होगी, कहलाती है: (a) जवाबदेही (b) सहमति (c) निगरानी (d) विनियमन
Show answer
(b) Consent / सहमति — Informed consent means that a person voluntarily and knowingly agrees to how their personal data will be collected and used, which is a core principle of data protection and AI ethics. / सूचित सहमति का अर्थ है कि एक व्यक्ति स्वेच्छा से और जानबूझकर सहमति देता है।
-
________ is the gap between people who have access to digital technologies and those who do not, which can be widened by unequal access to AI tools. / ________ उन लोगों के बीच की खाई है जिनके पास डिजिटल तकनीकों तक पहुँच है और जिनके पास नहीं है, जिसे AI टूल्स तक असमान पहुँच बढ़ा सकती है।
Show answer
Digital Divide / डिजिटल डिवाइड — The digital divide widens inequality because communities without internet access or devices are excluded from the benefits of AI-driven services in education, health, and finance. / डिजिटल डिवाइड असमानता को बढ़ाता है क्योंकि इंटरनेट या उपकरणों तक पहुँच के बिना समुदाय AI-संचालित सेवाओं के लाभों से वंचित रह जाते हैं।
-
When automation creates job displacement, the most constructive societal response includes ________. / जब स्वचालन नौकरी विस्थापन पैदा करता है, तो सबसे रचनात्मक सामाजिक प्रतिक्रिया में ________ शामिल है।
Show answer
Reskilling / upskilling programs and social safety nets / पुनः कौशल / अपस्किलिंग कार्यक्रम और सामाजिक सुरक्षा जाल — Governments and organizations invest in training workers for new AI-era jobs and provide support during transition to reduce the negative economic impact. / सरकारें और संगठन नए AI-युग की नौकरियों के लिए कर्मचारियों को प्रशिक्षित करने में निवेश करते हैं।
-
True or False: An AI system that is highly accurate overall must also be fair to all demographic groups. / सही या गलत: एक AI सिस्टम जो समग्र रूप से अत्यधिक सटीक है, उसे सभी जनसांख्यिकीय समूहों के प्रति भी उचित होना चाहिए।
Show answer
False / गलत — High overall accuracy can hide poor performance for minority groups. For example, a model could be 95% accurate overall but have a much higher error rate for a small group that is underrepresented in the training data. / उच्च समग्र सटीकता अल्पसंख्यक समूहों के लिए खराब प्रदर्शन को छिपा सकती है।
-
What is meant by 'human-in-the-loop' in AI systems? Why is it especially important in healthcare AI? / AI सिस्टम में 'ह्यूमन-इन-द-लूप' से क्या तात्पर्य है? यह हेल्थकेयर AI में विशेष रूप से महत्वपूर्ण क्यों है?
Show answer
Human-in-the-loop means humans are involved to review, validate, or override AI decisions rather than letting AI act fully autonomously. / ह्यूमन-इन-द-लूप का अर्थ है कि AI को पूरी तरह स्वायत्त रूप से कार्य करने देने के बजाय मनुष्य AI निर्णयों की समीक्षा, सत्यापन या ओवरराइड करते हैं। In healthcare, a wrong AI diagnosis could harm or kill a patient, so a qualified doctor must review the AI output before any treatment decision is taken. / स्वास्थ्य सेवा में, एक गलत AI निदान रोगी को नुकसान पहुँचा सकता है, इसलिए उपचार निर्णय से पहले एक योग्य चिकित्सक को AI आउटपुट की समीक्षा करनी चाहिए।
-
Explain the concept of 'Statistical Parity' as a fairness metric. What value indicates perfect fairness between two groups? / 'सांख्यिकीय समता' को एक निष्पक्षता मेट्रिक के रूप में समझाइए। दो समूहों के बीच पूर्ण निष्पक्षता किस मान से दर्शाई जाती है?
Show answer
Statistical Parity Difference = P(positive outcome | Group A) − P(positive outcome | Group B). It measures the gap in positive prediction rates between two groups. / सांख्यिकीय समता अंतर = P(सकारात्मक परिणाम | समूह A) − P(सकारात्मक परिणाम | समूह B)। A value of 0 indicates perfect fairness, meaning both groups receive positive outcomes at the same rate. / 0 का मान पूर्ण निष्पक्षता दर्शाता है, जिसका अर्थ है कि दोनों समूहों को समान दर पर सकारात्मक परिणाम मिलते हैं।
Related Laws & Principles
Explore allFoundational laws & principles connected to this chapter — tap to open in the Laws Explorer.