Skip to content
Computing · Year 10 · Impacts of Digital Technology · Summer Term

Copyright, Designs and Patents Act

Exploring intellectual property rights in the digital age.

National Curriculum Attainment TargetsGCSE: Computing - Ethical, Legal, and Cultural Impacts

About This Topic

Open source versus proprietary software is a fundamental debate about ownership, collaboration, and the future of innovation. This topic explores the differences between software that is 'free to see and modify' (Open Source) and software that is 'owned and restricted' (Proprietary). For Year 10 students, this is about understanding the business models and philosophies that drive the tech industry.

Students learn to evaluate the trade-offs between these models, such as the security benefits of open-source transparency versus the professional support and 'polished' experience of proprietary tools. This topic connects to the GCSE requirement to understand the cultural and economic impacts of technology. This topic comes alive when students can physically model the patterns of collaborative development, experiencing the 'bazaar' of open-source contribution versus the 'cathedral' of corporate design.

Key Questions

  1. Explain how copyright protects digital creations.
  2. Differentiate between copyright, patents, and trademarks in the context of software.
  3. Analyze the challenges of enforcing intellectual property rights online.

Learning Objectives

  • Explain how the Copyright, Designs and Patents Act 1988 protects original digital works.
  • Differentiate between copyright, patents, and trademarks as applied to software development.
  • Analyze the legal and ethical challenges of enforcing intellectual property rights for digital content online.
  • Evaluate the implications of open-source licenses versus proprietary software licenses on user freedoms and developer rights.

Before You Start

Introduction to Digital Technology

Why: Students need a foundational understanding of what digital creations are, such as software, websites, and digital media, to grasp how they can be protected.

Ethical Considerations in Computing

Why: Prior exposure to ethical issues in technology helps students understand the legal and moral dimensions of intellectual property rights and digital ownership.

Key Vocabulary

CopyrightA legal right that grants the creator of original works of authorship exclusive rights for its use and distribution. This applies to software code, digital art, and written content.
PatentA government-granted exclusive right for an invention, allowing the patent holder to exclude others from making, using, or selling the invention for a set period. This can apply to novel software algorithms or processes.
TrademarkA symbol, design, or phrase legally registered to represent a company or product. For software, this protects brand names and logos, like 'Microsoft Windows' or 'macOS'.
Intellectual Property (IP)Creations of the mind, such as inventions, literary and artistic works, designs, and symbols, names, and images used in commerce. Copyright, patents, and trademarks are types of IP.
Open Source LicenseA type of license for software that allows source code to be viewed, modified, and distributed freely by users, under specific terms defined by the license (e.g., MIT, GPL).

Watch Out for These Misconceptions

Common MisconceptionOpen source software is always free of charge.

What to Teach Instead

While often free, 'Open Source' refers to the freedom to see and change the code, not necessarily the price. Companies like Red Hat charge for support and services around open-source software, which is a key business model to discuss.

Common MisconceptionProprietary software is always better because it's 'professional'.

What to Teach Instead

Many of the world's most powerful systems, like the servers running the internet, use open-source software (Linux). A 'feature comparison' activity between GIMP and Photoshop can help students see that 'better' depends on the user's specific needs.

Active Learning Ideas

See all activities

Real-World Connections

  • Software developers at companies like Google must navigate licensing agreements, such as the Apache License for open-source projects they contribute to, while also protecting proprietary algorithms within their core products.
  • Game studios, such as Rockstar Games, protect their intellectual property through copyright for game assets and characters, and patents for unique gameplay mechanics, to prevent unauthorized copying and distribution of their titles.
  • Musicians and content creators use platforms like YouTube to distribute their work, relying on copyright law to manage how their music or videos can be used by others, with tools to detect and flag unauthorized uploads.

Assessment Ideas

Exit Ticket

Provide students with three scenarios: a programmer sharing code online, a company releasing a new app with a unique interface, and a musician uploading a song. Ask them to identify which type of intellectual property (copyright, patent, trademark) is most relevant to protecting each scenario and briefly explain why.

Discussion Prompt

Pose the question: 'Is it always possible or even desirable to enforce strict intellectual property rights for digital content?' Facilitate a class discussion where students consider the balance between creator rights, public access, and innovation, referencing specific examples like Wikipedia or public domain works.

Quick Check

Present students with definitions of copyright, patent, and trademark. Ask them to match each definition to the correct term. Follow up by asking them to provide one example of a digital creation that would be protected by each type of IP.

Frequently Asked Questions

What is the main difference between open source and proprietary software?
The main difference is access to the source code. Open-source software allows anyone to view, modify, and redistribute the code. Proprietary software is owned by a company that keeps the source code secret and usually charges a fee to use the finished product.
Why would a company choose to make their software open source?
Companies often open-source their code to encourage a community of developers to help find bugs, add features, and improve the software for free. It can also help their software become a 'standard' that other companies build upon, creating a larger ecosystem for their products.
Is open source software less secure because the code is public?
Not necessarily. Many experts argue it is more secure because 'many eyes' are constantly reviewing the code for vulnerabilities. In proprietary software, only a small team of employees sees the code, so bugs might go unnoticed for much longer.
How can active learning help students understand software models?
Software models are about 'rules of sharing'. Active learning, such as a collaborative 'Lego build' where one group has a secret manual (Proprietary) and the other can share and improve their instructions (Open Source), makes the impact of these rules clear. Students see first-hand how collaboration can lead to faster innovation.