Skip to main content
Chapter 8 of 9
~17 min read
Last reviewed July 17, 2026

Ethical, Social and Legal Issues in Computing

Learn about using computers responsibly, building strong passwords and using Two-Factor Authentication, staying private online, software piracy, and data ethics.

Written and reviewed by the IK Learning team

  • Responsible Use of Computers
  • Passwords & Two-Factor Authentication
  • Staying Safe & Private Online
  • Software Piracy
  • Data Ethics

This chapter covers the ethical, social, and legal responsibilities of using computers, including creating strong passwords and using Two-Factor Authentication, protecting privacy online, avoiding software piracy, and understanding data ethics. It focuses on building safe, responsible digital habits.

Chapter Introduction

What this chapter is about, and why it matters

This is the chapter where computing stops being a technical subject and becomes a set of decisions about other people. Every topic here — passwords, privacy, piracy, data ethics — is really the same question asked in different situations: just because a thing can be done with a computer, should it be?

It is also the most immediately useful chapter in the book. Most students will never build an operating system, but every student already has accounts to protect and a digital footprint they are adding to daily.

Exam answers here reward specifics. "Use a strong password" is a weak answer; explaining what makes a password strong and why length beats complexity is a strong one. Aim for the reason behind every rule.

What You Will Learn

The skills this chapter is assessed on

  • Explain what responsible and ethical use of computers means in practice.
  • Describe what makes a password strong and explain how two-factor authentication adds protection.
  • Explain what a digital footprint is and how online privacy can be protected.
  • Define software piracy and outline its legal and economic consequences.
  • Discuss data ethics, including consent, privacy and the responsible use of personal information.

Key Concepts Explained

8 core ideas — each with its definition and a separate worked example

Computer ethics

Definition

Computer ethics is the set of moral principles that guides how computers and digital information should be used, covering questions of honesty, privacy, fairness and respect for the rights and property of others.

Example

Copying a classmate's assignment file and submitting it is technically effortless and ethically wrong. The technology places no obstacle in the way, which is precisely why the ethical judgement has to come from the person.

Strong password

Definition

A strong password is one that is long, unpredictable, unique to a single account, and does not contain personal information that could be guessed or discovered.

Example

Weak: `ahmed2010` — a name plus a birth year, guessable by anyone who knows the person. Strong: a long passphrase such as `purple-tractor-window-42`, which is easy to remember and far harder to crack because of its length.

Detailed Explanation

Length matters more than exotic symbols. Each extra character multiplies the number of possibilities an attacker must try, while replacing "a" with "@" is a substitution that cracking software has known about for decades. Uniqueness matters just as much: reusing one password everywhere means one leaked site exposes every account you own.

Two-Factor Authentication (2FA)

Definition

Two-Factor Authentication is a security method that requires two different kinds of proof of identity before granting access — typically something you know, such as a password, plus something you have, such as a code sent to your phone.

Example

After entering your password, a banking app asks for a six-digit code from a text message. Someone who has stolen your password still cannot get in, because they do not have your phone.

Detailed Explanation

The strength comes from the two factors being different *kinds* of thing. Two passwords are not two factors — an attacker who can steal one can usually steal the other the same way. Knowledge plus possession requires two separate attacks.

Digital footprint

Definition

A digital footprint is the trail of data a person leaves behind through their online activity, including posts, searches, purchases, locations and account records.

Example

A public post made at fourteen can still be found at twenty-four by a university admissions officer or an employer. Deleting the original does not reliably remove copies that were screenshotted, shared or cached.

Detailed Explanation

Footprints come in two kinds: active (things you deliberately post) and passive (things collected about you without any action, such as location history and browsing records). The passive footprint is usually much larger and is the one people underestimate.

Software piracy

Definition

Software piracy is the unauthorised copying, distribution, installation or use of software in a way that violates its licence agreement or copyright.

Example

Buying one licence for a design program and installing it on ten office computers is piracy, even though the software was paid for once. The licence — not the purchase — defines how many installations are permitted.

Detailed Explanation

Beyond the legal exposure, pirated software is a practical security risk: it cannot receive official security updates, and cracked installers are one of the most common ways malware reaches a computer. The free copy often costs more than the licence.

Copyright and licensing

Definition

Copyright is the legal right that gives the creator of an original work control over how it is copied, distributed and adapted. A software licence is the agreement setting out what a user is permitted to do with a particular piece of software.

Example

An image found through a search engine is not free to use simply because it can be downloaded. Open-source and Creative Commons licences grant specific permissions in advance, which is why they are the safe choice for a school project.

Data ethics and consent

Definition

Data ethics concerns the responsible collection, storage and use of personal data, requiring that individuals know what is being collected, agree to it freely, and that the data is kept secure and used only for the stated purpose.

Example

An app that requests contact-list access to "improve your experience" but actually uploads and sells those contacts has broken consent twice: the purpose was misrepresented, and the people in the contact list never agreed to anything at all.

Detailed Explanation

That second point is the subtle one worth remembering — consent is often given by one person on behalf of others who were never asked. Real consent must be informed, specific and freely given.

Phishing

Definition

Phishing is a form of online fraud in which an attacker sends a message that appears to come from a trusted organisation in order to trick the recipient into revealing passwords, financial details or other sensitive information.

Example

An email claiming your account will be closed within 24 hours unless you "verify" it links to a page that looks exactly like the real login screen. The urgency is deliberate — it is designed to stop you checking the sender address.

Detailed Explanation

Manufactured urgency is the reliable warning sign. Genuine organisations do not demand that you enter your password within the hour. When in doubt, type the address yourself instead of clicking the link.

Where This Is Used in Real Life

The same ideas, outside the syllabus

Auditing your own accounts

Enable 2FA on your email account first. Email is the recovery route for almost every other account you own, so an attacker who reaches it can reset the rest. Protecting it protects everything downstream.

Legal free alternatives to paid software

LibreOffice, GIMP, Inkscape, Blender and VS Code are all free and legally licensed. For nearly every task a student needs, piracy is not the only affordable option — it is just the more familiar one.

Reading permissions before installing an app

A torch app requesting access to contacts and location has no legitimate need for either. Checking whether a requested permission matches the app's actual function is a thirty-second habit that prevents most casual data harvesting.

Common Mistakes to Avoid

Errors that cost marks in this chapter, and the correction for each

Mistake

Saying a strong password is one with symbols and numbers, and stopping there.

Correct Approach

Length and unpredictability matter most, and the password must be unique per account. `P@ss1` has symbols and numbers and is trivially cracked.

Mistake

Describing 2FA as "entering your password twice".

Correct Approach

The two factors must be different types — something you know plus something you have or something you are.

Mistake

Claiming that deleting a post removes it from the internet.

Correct Approach

Copies, screenshots, backups and caches may persist. A digital footprint should be treated as permanent when deciding whether to post.

Mistake

Thinking piracy only applies when software is sold on for profit.

Correct Approach

Installing beyond the licence terms is piracy regardless of whether money changes hands.

Mistake

Assuming anything downloadable is free to reuse.

Correct Approach

Copyright applies by default from the moment a work is created. Reuse needs an explicit licence or permission — availability is not permission.

Mistake

Answering ethics questions with rules but no reasons.

Correct Approach

Marks come from the justification. State the principle, then explain the harm it prevents or the right it protects.

Exam Preparation Tips

Technique specific to this chapter

  • For "explain how to stay safe online" questions, give a numbered list of specific measures, each with one line saying what threat it defends against.
  • When defining piracy, mention the licence rather than only "copying". The licence is the legal basis and usually carries the mark.
  • Distinguish active and passive digital footprints explicitly — it shows depth beyond the basic definition.
  • Ethics questions asking you to "discuss" need at least two viewpoints. Present the argument on both sides before concluding.
  • Use realistic local examples rather than abstract ones. A concrete scenario demonstrates understanding better than a restated definition.

Quick Revision Summary

The whole chapter in one screen — read this the night before

  • Computer ethics = the moral principles governing computer and data use.
  • Strong password = long, unpredictable, unique per account, no personal information.
  • Length beats symbol substitution for password strength.
  • 2FA = two different factor types: knowledge + possession (or biometric).
  • Digital footprint: active (what you post) + passive (what is collected about you).
  • Software piracy = using software outside its licence terms.
  • Pirated software cannot be security-updated and often carries malware.
  • Copyright applies automatically; reuse requires a licence or permission.
  • Valid consent is informed, specific and freely given.
  • Phishing relies on manufactured urgency and a convincing fake page.

Glossary of Terms

Words used in this chapter, defined plainly

Authentication
Proving that you are who you claim to be.
Malware
Software written to damage a system or steal data.
Encryption
Scrambling data so only a key holder can read it.
Open source
Software whose source code is published and may be used and modified under its licence.
Plagiarism
Presenting someone else's work or ideas as your own.
Cyberbullying
Using digital tools to harass, threaten or humiliate a person.
Personal data
Any information that can identify a living individual.

Practice Questions

Now test yourself on the concepts above. Collapse the answers to make it a real practice run.

Multiple Choice Questions with Explanations

9 MCQs — pick an option to check yourself, then read why the answer is right

1Why does using a computer safely and responsibly matter?

Correct answer: BTo safeguard our personal information and make smart choices about hardware and software

Safe, responsible computer use safeguards personal information and encourages smart technology choices.

2Which of these falls under "responsible computer usage"?

Correct answer: CStaying cautious about what you share online and protecting yourself and others

Responsible usage means staying cautious online and protecting yourself and others.

3What should you review to confirm hardware and software will work together?

Correct answer: BThe system requirements listed on software packages, matched against your computer's specifications

Comparing system requirements with your computer's specifications confirms compatibility.

4Why does it matter to use strong, unique passwords?

Correct answer: CTo make it harder for someone to guess your password and get into your accounts

Strong, unique passwords make it far harder for attackers to guess and break into accounts.

5Why should you steer clear of unknown links or files from untrusted sources?

Correct answer: BThey might carry malware that can damage your device or steal your data

Unknown links or files can carry malware that damages devices or steals data.

6What is the role of Two-Factor Authentication (2FA)?

Correct answer: BIt adds an extra layer of security by requiring a second form of verification

2FA adds a second verification step, making accounts much harder to break into.

7Why should you be careful using public Wi-Fi for sensitive transactions?

Correct answer: BPublic Wi-Fi networks tend to be less secure

Public Wi-Fi networks tend to be less secure and can be accessed by hackers.

8What matters most for using social media responsibly?

Correct answer: CBeing respectful and keeping sensitive information off public posts

Responsible social media use means being respectful and keeping sensitive information out of public posts.

9What is the right response to an email from an unknown sender asking for personal information?

Correct answer: CIgnore or delete the email

Suspicious emails requesting personal information should be ignored or deleted.

Short Questions with Answers

8 short-answer questions

Using computers safely and responsibly helps guard our personal information and prevents online risks. It also makes sure we use technology in a respectful and ethical way.
Strong and unique passwords guard your accounts from hackers. They make it harder for others to guess your password and get at your personal information.
You should avoid clicking on unknown links and downloading files from untrusted sources. Always use trusted websites and keep your antivirus software updated.
2FA adds an extra layer of security by requiring a second verification step, such as a code sent to your phone. It is useful because it makes it much harder for someone to break into your account.
Public Wi-Fi networks are often less secure and can be accessed by hackers fairly easily. Using them for banking or sensitive transactions may put your personal data at risk.
Sharing personal information publicly can put your privacy and safety at risk. It matters to think before posting and avoid sharing sensitive details online.
Privacy laws protect people's personal information from misuse. They make sure organizations handle personal data responsibly and safely.
Software piracy is the illegal copying, distribution, or use of software. It is harmful because it cheats developers out of the money they need to create and improve products.

Long Questions with Detailed Answers

3 in-depth answers

Responsible computer usage means using computers and the internet in a safe, careful, and respectful way. In today's digital world, computers are used for education, communication, entertainment, and many daily activities. Because of this, it matters a great deal to use them wisely. Responsible computer usage helps guard our personal information such as passwords, phone numbers, and addresses from hackers or cybercriminals. It also helps prevent problems like viruses, scams, and cyberbullying. When users follow good practices such as using strong passwords, installing antivirus software, and avoiding suspicious websites, they cut down the risk of online threats. Another important part of responsible computer usage is respecting others online. People should avoid spreading false information, posting harmful comments, or sharing someone's private data without permission. By using computers responsibly, we can build a safe and positive digital environment for everyone.
Using digital platforms securely means taking extra steps to protect your information and making sure your online activities don't put you or others at risk. Here are some tips: - Using Strong Passwords: Always create strong, unique passwords for your accounts. A strong password typically includes a mix of letters, numbers, and special characters. For example, instead of using "password123," you could use something like "B3tterP@ssw0rd!". - Two-Factor Authentication (2FA): Two-Factor Authentication adds an extra layer of security to your accounts. After entering your password, you'll be asked to provide another piece of information, like a code sent to your phone. This makes it much harder for someone to break into your account. - Avoiding Public Wi-Fi for Sensitive Transactions: Public Wi-Fi networks, like those in cafes or libraries, are often less secure. It's best to avoid accessing sensitive information, such as online banking, while connected to these networks. Instead, wait until you're on a secure, private network at home. - Being Aware of Scams: Online scams are designed to trick you into giving away your personal information. These can include phishing emails that pretend to be from legitimate companies asking for your login details. Always be skeptical of unsolicited requests for personal information, and verify the source before responding. - Regularly Reviewing Your Account Activity: Periodically check your online accounts for any unusual activity. If you notice anything suspicious, such as logins from unfamiliar locations, change your password right away and report the activity to the platform. - Backing Up Important Data: Regularly backing up your data makes sure you won't lose important information if something goes wrong with your device. You can back up your data to an external hard drive or a cloud storage service like Google Drive or Dropbox.
- Data Ethics Data ethics refers to the responsible and fair use of data, especially when dealing with personal and sensitive information. It involves following moral and legal guidelines when collecting, storing, and sharing data. - Importance of Data Ethics In the digital world, a lot of personal data is collected, such as names, phone numbers, addresses, and financial information. Data ethics makes sure this information is used properly and not misused. Organizations and individuals must respect privacy and protect the data they collect. Following data ethics helps prevent problems such as identity theft, data misuse, and privacy violations. It also builds trust between users and organizations. For example, companies must protect customer data and should not share it without permission. In simple words, data ethics makes sure personal information is handled with care, honesty, and respect, which is essential for a safe and trustworthy digital environment.

Important Questions for Revision

5 high-priority questions

Safe, responsible computer use guards personal information, cuts down online risks, and keeps technology use respectful and ethical.
2FA adds an extra security layer by requiring a second verification step (for example, a code sent to your phone), making accounts much harder to break into.
Public Wi-Fi networks tend to be less secure and are easily accessed by hackers, which puts sensitive data like banking details at risk.
Software piracy is copying, distributing, or using software illegally; it causes harm because it deprives developers of the money needed to build and improve their products.
Data ethics is the fair and responsible handling of data, especially personal and sensitive information, following moral and legal guidelines when it is collected, stored, and shared.

Frequently Asked Questions

6 quick answers to common questions about this chapter

A strong password is the first line of defense — a long, unique combination that's hard to guess. 2FA adds a second, separate layer on top of that password, such as a code sent to your phone, so that even if someone steals your password, they still can't get into your account without that second step.
No — those are different issues. Software piracy specifically means illegally copying, distributing, or using software without a proper license. Using someone's Wi-Fi without permission is a separate ethical/legal issue related to unauthorized access, not piracy.
If a company collects your phone number for account verification but then sells it to advertisers without asking your permission, that's a data ethics violation — your information was used for a purpose you never agreed to, which is exactly what data ethics principles are meant to prevent.
Once information is posted online, it can be copied, shared, or saved by others, often permanently, even if you delete the original post. Personal details shared carelessly — like your location or daily routine — can put your safety and privacy at real risk.
Yes. Responsible computer use, passwords and 2FA, online safety and privacy, software piracy, and data ethics are all examinable topics covered through MCQs and short/long answer questions.
Home Wi-Fi is typically password-protected and only accessible to people you trust. Public Wi-Fi in places like cafes is often open to anyone, which makes it much easier for someone else on the same network to potentially intercept your data — this is why sensitive tasks like banking should be avoided on public Wi-Fi.

Chapter Test

9 questions with the answers hidden — check what you actually remember

You have just read the explanations above. This checks whether they stuck. The answers stay hidden until you finish, so it is closer to exam conditions than scrolling through the notes again.

  • 9 questions, one at a time — no time limit.
  • You can move back and change an answer before submitting.
  • Afterwards you get your score, every explanation, and what to re-read.

Your score is saved in this browser only. No account, nothing sent anywhere.