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
  • System application generation (1.2.2)
  • 01 Computing principles
  • Structure and function of the processor (1.1.1)
  • Types of processor (1.1.2)
  • Input, output and storage devices (1.1.3)
  • The function and purpose of operating systems (1.2.1)
  • System application generation (1.2.2)
  • 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

System application generation (1.2.2)

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

Curriculum content

Overview

a) The nature of applications, justifying suitable applications for a specific purpose. 

b) Utilities. 

c) Open source vs Closed source. 

d) Translators: Interpreters, compilers and assemblers. 

e) Stages of compilation (Lexical Analysis, Syntax Analysis, Code Generation and Optimisation). 

f) Linkers and loaders and use of libraries.

Thinking conceptually

Overview

Approaches to teaching the content 

Much of what students need to understand about this area of the specification can make good use of discussion, although the later sections about compilers and interpreters won’t necessarily be things that students have come across before.

The nature of applications, justifying suitable applications for a specific purpose

Students should be familiar with applications but may have not considered that there are alternatives and if so, what the differences are. This could provide the basis for an interesting discussion about apps on smartphone vs traditional applications on PCs, Free vs Paid, advertising and alternative pieces of software such as Microsoft Word vs Libre Office, Google Docs, Pages (Mac) and Evernote, just to name a few. What categories do these pieces of software fall under? 

Are some categories newer than others? Which pieces of software need certain hardware to function (e.g. speed, memory, cameras etc)? 

The website Download.com can be used by students to get inspiration.

Who would use different categories of software? 

Wikipedia - Application software

Teach-ICT.com - Application software

Utilities 

Utilities differ from general applications as they are usually focused on system maintenance such as firewalls, antivirus, backup, data compression or defragmentation, for example. The same sort of teaching methods as above can be used for utilities. 

A video that covers most utility software can be found on YouTube.  

Wikipedia - Utility software

Open source vs Closed source

Open source software is that for which the source code is free and the user can edit the source code and can potentially contribute to the community to improve the piece of software. Linux is an example of this, since it is free and open source. Closed source is where the company that owns the source code keeps it to itself. The software might be free or need to be paid for. Microsoft works in this way. 

You could watch some of the videos below before having a class discussion on which type of software students think is better in the long run – closed or open source? You could get students into groups and let them prepare their argument for or against. 

Some engaging videos that cover the basics using practical examples are: 

YouTube - Open Source Basics and

YouTube - Open Source explained in LEGO

Wikipedia - open and closed source 

Translators: Interpreters, compilers and assemblers

A translator is a program that translates a computer program written in one language into another which functions exactly the same. This is commonly used since computers don’t understand programs written in high level languages like Java and Python and so something is needed to translate these into machine code that the computer understands and can run. 

Wikipedia - Translator (computing) 

Assemblers are programs that translate an assembly language program into machine code so that a computer can understand it. Assemblers do not ‘make’ any executable files. 

Compilers do the same sort of basic thing as assemblers, except they are more advanced as they can perform operations such as code optimisation and they compile straight from the source language (e.g. Java) into the target language (machine code). 

Interpreters are different from compilers because instead of compiling all of a program into machine code at once it does so one statement at a time. 

Teach-ICT.com - Translators 

Video – What is Compiler and Interpreter (in easiest way) (Scott Barron)

also at Interpreters and Compilers YouTube video

Stages of compilation (Lexical Analysis, Syntax Analysis, Code Generation and Optimisation)

Lexical analysis is responsible for gathering all the source code and ‘tokenising’ it. This means that it will be able to understand which are variables, which are keywords (such as if, else etc.) and also remove comments. 

Syntax analysis ensures that the code makes logical sense. For instance, if a bracket has been missed out, this is usually the stage where it would warn the user after processing its checks. 

Code generation is where the computer converts the high level code that has been written by the user into code that is understood by the computer (machine code). This process may also contain some optimisation. 

Wikipedia - Compiler 

Teach-ICT.com - Lexical and Syntax analysis 

An activity here may be to write the different stages on the board jumbled up and students have to put them into the right order and explain what each one does.

Linkers and loaders and use of libraries

Linkers take object files and required libraries and combine them into a single executable file.

Loaders place programs and libraries into memory and so prepare a program for execution.

A good overview of Assembler, Compiler, Interpreter, Linker, Loader.

Common misconceptions or difficulties students may have 

There are quite a few different terms that students may not have encountered before in this topic. A student glossary is an excellent idea; students can add terms that are unfamiliar to them and define them in their own words. 

Keywords: Open source, Closed source, Translator, Interpreter, Compiler, Assembler, Lexical analysis, Tokenisation, Syntax analysis, Code generation, Optimisation, Linker, Loader, Library 

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

This section of the specification is probably best taught before moving onto 1.2.4 Types of Programming Language since it covers what happens during compilation or interpretation of different languages. This would make it easier for students to understand some of the differences and similarities between languages, and also how these languages are understood by the computer.

Thinking contextually

Activity 1 – Different types of software

Part 1 

Students should use the set of cards in Learner Resource 1 to try and find different pieces of software that fit into those categories, using the table to record their findings. This should expand students’ ideas about what software is out there and how they are categorised. 

Part 2 

Taboo is a fun game where one person has to sit at the front of their group and they have a set of things that they must get the rest of their group to guess without using any of the words in the answer. For example, for Microsoft Word you might say “Bill Gates letter writing software”. You could divide students up into teams, and if anyone is a bit reluctant they could always be the judge/scorekeeper.

Share activity

  • Copy URL
  • Email

Resources

  • Learner Resource 1
    • Copy URL
    • Email

Activity 2 - Software terms

Part 1 

Using the terms on the cards in Learner Resource 2, make a PowerPoint presentation with a word per slide about what each of the terms means. You could get students to work in groups, and then you have the choice of getting them to present it. Students could rate presentations and choose parts of the best ones to feed into Part 2. 

Part 2 

Make a mindmap that uses all the words from the cards in Learner Resource 2, trying to reduce the explanation of the terms used to the bare minimum. This could be done as a class or in groups so that each student has to come up with a picture and short description for each word, which should make the process much faster.

Share activity

  • Copy URL
  • Email

Resources

  • Learner Resource 2
    • Copy URL
    • Email

Activity 3 – Compiler vs Interpreter

An interesting activity based on the idea of the United Nations to help students understand the differences between compilers and interpreters. 

You will need to print out the 12 role cards given on the document from the website (see Resource) and students will have to arrange themselves into countries A, B and C and read their cards out in order from 1–12. 

Questions are provided to help students draw out reasonings as to how interpreters differ from compilers.

Share activity

  • Copy URL
  • Email

Resources

  • Compiler vs Interpreter
    • 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