Ethics of Computing Examples in CS Thinking
Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Ethics of Computing.
This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in CS Thinking.
Concept Recap
The study of moral issues and responsibilities that arise from the development and use of computing technology.
Just because we can build something doesn't mean we should. Ethics asks: Is this fair? Who benefits? Who might be harmed?
Read the full concept explanation โHow to Use These Examples
- Read the first worked example with the solution open so the structure is clear.
- Try the practice problems before revealing each solution.
- Use the related concepts and background knowledge badges if you feel stuck.
What to Focus On
Core idea: Computing ethics covers bias in algorithms, digital divide, environmental impact, automation and jobs, misinformation, and responsible AI development.
Common stuck point: Ethics isn't just about laws โ something can be legal but still unethical. Ethics requires judgment, not just compliance.
Worked Examples
Example 1
easySolution
- 1 Step 1: (1) Digital divide โ not everyone has equal access to technology. Those without access miss out on education, jobs, and services, widening inequality.
- 2 Step 2: (2) Algorithmic bias โ AI systems trained on biased data can discriminate. Example: a hiring algorithm that favours men because it was trained on historical data where men were hired more often.
- 3 Step 3: (3) Environmental impact โ data centres consume massive amounts of electricity. Manufacturing electronics requires rare minerals, often mined under poor conditions.
Answer
Example 2
mediumPractice Problems
Try these problems on your own first, then open the solution to compare your method.
Example 1
mediumExample 2
hardRelated Concepts
Background Knowledge
These ideas may be useful before you work through the harder examples.