Skip to main content

Select an OCR site

  • Log in to Interchange
  • About us
  • Facebook
  • Twitter
  • LinkedIn
  • YouTube
  • Blog
  • RSSFeed

OCR homepage

Search using filters

Main navigation

  • Home
  • Qualifications

    Qualifications

    • Apprenticeships
    • AS/A Level GCE
    • Cambridge Nationals
    • Cambridge Progression
    • Cambridge Technicals
    • Cambridge Traineeships
    • Core Maths
    • Employability
    • English Baccalaureate (EBacc)
    • Entry Level
    • Essential Skills Wales
    • Free Standing Maths Qualification (FSMQ)
    • Functional Skills
    • GCSE
    • Cambridge IGCSE
    • Life Skills
    • Offender Learning
    • Other General Qualifications
    • Principal Learning
    • Projects
    • Vocational Education and Skills
    • Vocational Qualifications (QCF, NVQ, NQF)
    • Vocational Qualifications (QCF, NVQ, NQF - Certification only)
    • Wider Key Skills
    GCSE and A Level reform

    GCSE and A Level reform

    • GCSEs and A Levels (from 2015/2016)
    • Teaching and learning resources

    Vocational Education and Skills

    Vocational Education and Skills

  • Subjects

    Subjects

    • Accounting
    • Administration
    • Advice and Guidance
    • Art and Design
    • Banking
    • Being Entrepreneurial
    • Biblical Hebrew
    • Biology
    • Building and Construction
    • Business
    • Certificates of Professional Competence
    • Chemistry
    • Child Development
    • Citizenship
    • Classics
    • Computing/Computer Science
    • Contact Centres
    • Critical Thinking
    • Customer Service
    • Design and Technology
    • Drama
    • Dutch
    • Economics
    • Electronics
    • Employability Skills
    • Engineering
    • English
    • Food Preparation and Nutrition
    • Food Technology
    • French
    • Gateway Science Suite
    • General Studies
    • Geography
    • Geology
    • German
    • Government and Politics
    • Gujarati
    • Health and Safety
    • Health and Social Care
    • History
    • Home Economics
    • Hospitality and Catering
    • Humanities
    • ICT
    • Languages
    • Law and Legal Services
    • Management and Team Leading
    • Manufacturing
    • Mathematics
    • Media and Communication
    • Music
    • Performing Arts
    • Persian
    • Personal and Social Development
    • Physical Education
    • Physics
    • Portuguese
    • Professional Services
    • Projects
    • Psychology
    • Public Services
    • Quantitative Methods
    • Religious Studies
    • Retail
    • Science
    • Sociology
    • Spanish
    • Sport and Leisure
    • Teaching and Support
    • Text Processing
    • Travel and Tourism
    • Turkish
    • Twenty First Century Science Suite
    • Warehousing and Distribution
  • OCR for

    OCR for

    • Assessors
    • Employers
    • Exams officers
    • Higher Education
    • Learners and parents
    • Teachers
    • Training providers
  • I want to

    I want to

    Download past papers

    • Download past papers, mark schemes and examiner reports
    • ExamCreator
    • Past papers policy
    • Past papers availability

    Administer exams and assessments

    • Become a centre
    • Become an assessor
    • Check key dates and timetables
    • Check fees information
    • Check results
    • Create a scheme of work
    • Download admin guides
    • Download basedata
    • Download raw mark and UMS grade boundaries
    • Find out about E-assessment
    • Replace a lost certificate
    • Request a post-results service
    • Submit entries

    Get support and updates

    • Read subject information updates
    • Receive email updates
    • Read exams officer updates
    • Visit other OCR websites
    • Find out about GCSE and A Level reform
    • Offer OCR qualifications

    Find training and development

    • Book Professional Development
  • News

    News

    • Latest news
    • Agenda newsletter
    • OCR Policy Briefing
  • Events

    Events

    • Upcoming events
    • Past events
    • Book Professional Development
  • Community
  • Contact us

    Contact us

    • Complaints policy
    • Customer support
    • Feedback
    • Freedom of information
    • Ireland and Wales
    • Our national offices
    • Press office

    Frequently asked questions

    • Answers@OCR website
  • Help

    Help

    Contact

    • Contact OCR
    • Our national offices
    • Send us feedback

    Help with…

    • Finding qualifications
    • Finding results information
    • Finding past papers
    • Replacing a certificate
    • University placement
    • GCSE and A Level reform
    • Centre approval
    • Our policies
    • Copyright
    • Finding webpages

    Frequent queries

    • Answers@OCR website
  • Log in to Interchange
  • About us
  • GCSE and A Level reform
  • Vocational Education and Skills

AS and A Level OCR AS/A Level Computer Science

  • Home
  • Qualifications
  • By type
  • AS and A Level
  • OCR AS/A Level Computer Science
  • Software development (1.2.3)
  • 01 Computer systems
  • Structure and function of the processor (1.1.1)
  • Types of processor (1.1.2)
  • Input, output and storage devices (1.1.3)
  • System software development (1.2.1)
  • System application generation (1.2.2)
  • Software development (1.2.3)
  • Types of programming language (1.2.4)
  • Compression, encryption and hashing (1.3.1)
  • Networks (1.3.3)
  • Web technologies (1.3.4)
  • Data types (1.4.1)
  • Data structures (1.4.2)
  • Boolean Algebra (1.4.3)

Share

Software development (1.2.3)

Navigate to resources by choosing units within one of the unit groups shown below.

Introduction

Overview

Delivery guides are designed to represent a body of knowledge about teaching a particular topic and contain: 

  • Content: a clear outline of the content covered by the delivery guide; 
  • Thinking Conceptually: expert guidance on the key concepts involved, common difficulties students may have, approaches to teaching that can help students understand these concepts and how this topic links conceptually to other areas of the subject; 
  • Thinking Contextually: a range of suggested teaching activities using a variety of themes so that different activities can be selected that best suit particular classes, learning styles or teaching approaches.

Curriculum content

Overview

a) Understand the waterfall lifecycle, agile methodologies, extreme programming, the spiral model and rapid application development. 

b) The relative merits and drawbacks of different methodologies and when they might be used. 

c) Writing and following algorithms.

Thinking conceptually

Overview

Approaches to teaching the content 

Students might not have come across the different software development methodologies as they usually work alone. A few activities are detailed which give practical examples of how some of the processes work. 

As suggested in one of the activities, you could invite in a speaker from the industry to talk about how they work and deal with their software development processes; this would be a valuable insight for students to have.

Understand the waterfall lifecycle, agile methodologies, extreme programming, the spiral model and rapid application development 

The relative merits and drawbacks of different methodologies and when they might be used

Waterfall model (systems life cycle) – This process is sequential and goes through the phases of conception, initiation, analysis, design, construction, testing, implementation and maintenance. It was first invented for hardware manufacture, but then was adapted for software development. 

Agile methodologies (agile software development) are a way of developing software in incremental parts called ‘sprints’ that typically last around three weeks. Therefore a website may be launched and then every three weeks new features are added. This helps to continually refine the requirements specification to the customer’s wants and needs. 

A good video that explains agile development can be found on YouTube.

Extreme programming is a type of agile software development process, but it puts emphasis on pair programming, code review (part of pair programming) and unit testing.  

The spiral model combines the idea of iterative development with the systematic aspects of the waterfall model. The spiral model has four phases (identification, design, build and evaluation/risk analysis). Each time the cycle is done the customer supplies feedback and risk analysis looks at the possibility of overruns of time/money requirements.  

Rapid application development is a software development process that relies heavily on programming and does not go into too much detail/time on requirements or planning. This needs heavy involvement from the customer to continually review prototypes to suggest improvements. 

Writing and following algorithms

Algorithms are some of the most fundamental parts of most programs, especially where there is a lot of data involved. Algorithms are a set of rules to be followed in a problem-solving operation, so it is important that our ‘rules’ are appropriate for what we are trying to achieve. 

The CSfieldguide website has a very good introductory video complete with activities and some in-depth information on types of sorting algorithm. 

Some good activities for practically illustrating different algorithms are given at the end of the teacher’s guide. 

The Teach-ICT.com website covers Linear search, Binary search, Merging, Sorting, Insertion sort, Quicksort.

There is also an interesting set of animations showing how fast different sorting algorithms are in comparison to each other.

Common misconceptions or difficulties students may have 

Students may have difficulties remembering which software development strategy is which. Diagrams will usually aid with this. The Tutorialspoint.com website helps as it gives a clear definition of each process with an accompanying diagram.

Conceptual links to other areas of the specification – useful ways to approach this topic to set students up for topics later in the course 

Students will gain experience with going through the stages of a project for their controlled assessment, but won’t have exposure to working in a team environment for this.

Thinking contextually

Activity 1 – Fun with the waterfall process

Class activity which implements the waterfall process. 

For this activity you will need a pack of cards and at least 6 people. You then need to divide the students into two groups of 3–4 people and place two chairs 30cm apart. The idea is to make a bridge out of cards. 

However, before you start, each group should write a specification about how they are going to tackle the problem. The other group then has to build the bridge to that specification. If it works, great, if not they have to improve the specification. This is an agile approach. 

Groups will have to keep developing ideas through iteration to get the best approach. 

You could assign a prize to the best specification. Extra points for diagrams!

Share activity

  • Copy URL
  • Email

Resources

  • The waterfall process
    • Copy URL
    • Email

Activity 2 – Project: Software processes

This activity talks about how to prepare for having a visitor in to talk through software processes. 

Obviously this would require some pre-planning, but will bring this part of the course to life as the students might learn a bit about how software engineering really relates to different application development methodologies and whether there are any special things to take into consideration. 

This activity might also help forge links for potential apprenticeship routes, so is worth doing well. 

Share activity

  • Copy URL
  • Email

Resources

  • Software processes
    • Copy URL
    • Email

Activity 3 – Algorithm development

This activity is useful for introducing the idea that algorithms should be easy to understand and unambiguous. A presentation is provided and works with any class size or ability range. 

Students have to firstly follow a list of instructions for drawing a kite that are ambiguous, so they will probably all fail at drawing a kite. They then have to fix the instructions to be unambiguous. They can then design their own shape and develop instructions for that one.

Share activity

  • Copy URL
  • Email

Resources

  • Algorithm development
    • Copy URL
    • Email

Activity 4 – Searching algorithms

A great activity which covers Linear searches, Binary and Hashing using a game of battleships to illustrate the concepts. 

You will need to print out the worksheets provided on the website to run the activity.

Share activity

  • Copy URL
  • Email

Resources

  • Searching algorithms
    • Copy URL
    • Email

Activity 5 – Sorting algorithms

A great activity which covers Insertion sort, Bubble sort and merge sort. Students will discover that some sorting algorithm methodologies produce much faster results than others. 

This activity requires quite a bit of preparation since you will need 8 containers that are the same size but contain different weights. It is also important that you cannot see what’s inside the containers. Film canisters are perfect for this. You will also need some balance scales, or some can be constructed out of Lego or wood etc.

Share activity

  • Copy URL
  • Email

Resources

  • Sorting algorithms
    • Copy URL
    • Email

Acknowledgements

Overview

OCR’s resources are provided to support the teaching of OCR specifications, but in no way constitute an endorsed teaching method that is required by the Board and the decision to use them lies with the individual teacher. Whilst every effort is made to ensure the accuracy of the content, OCR cannot be held responsible for any errors or omissions within these resources. We update our resources on a regular basis, so please check the OCR website to ensure you have the most up to date version.

© OCR 2015 - This resource may be freely copied and distributed, as long as the OCR logo and this message remain intact and OCR is acknowledged as the originator of this work.

About us

  • Contact us
  • Jobs
  • Our policies
  • What we do
  • Who we are

Help and support

  • Answers@OCR website
  • OCR Blogs
  • OCR Community
  • OCR CPD Hub

I want to

  • Book Professional Development
  • Check key dates and timetables
  • Check results
  • Download past papers, mark schemes and examiner reports
  • Find out about GCSE and A Level reform
  • Submit entries

Part of

  • Cambridge Assessment logo
  • LRQA logo

Select an OCR site

Administration

  • Interchange Opens in new window

Support

  • Answers@OCR website Opens in new window
  • OCR Blogs Opens in new window
  • OCR Community Opens in new window
  • OCR CPD Hub Opens in new window

Qualifications

  • Cambridge GCSE Computing Online Opens in new window
  • OCR STEM Developing skills and knowledge across the STEM spectrum.
  • TIME Training in Maths and English for post 16 learners

© OCR

  • Sitemap
  • Privacy policy
  • Terms and conditions
  • Accessibility
  • Copyright statement
  • Use of cookies
Back to top