Capital City College Group

  • Student Login
  • Staff Login
  • Make a Payment
  • Applicant Login

Computer Science - A Level (OCR)

candi

ABOUT THE COURSE

A Level Computer Science is an exciting but demanding subject that will help you develop an analytical, problem-solving approach, which is sometimes called 'computational thinking’.

The course will equip you with the fundamentals of problem-solving, which you will put into practice by developing computer programs using Python.

From the start of the course, you will learn the fundamentals of problem solving which you will put into practice by developing computer programs. Programming is creative and satisfying but demanding, especially when you are learning it for the first time.

This course is available for international students, if you are applying as an international student please click here .

WHAT WILL I STUDY?

Networks and internet technologies such as encryption are important areas of Computer Science. You will learn both the underlying theory and recent developments in this fast-changing area.

You will learn about the computer as an electronic device and some of the core fundamentals of computing such as:

  • Logic gates
  • Boolean algebra
  • Number bases

It is crucial that you spend time every week developing your programming skills outside lessons.

In the second year of the course, you will undertake a significant programming project which you will choose yourself. It is strongly recommended that you do some computer programming to help you decide if the subject is right for you, as programming is a very large component of the course. Any language will do, for example, Python, Visual Basic, Java or C#. (Although HTML is useful and fun, it is not strictly a programming language).

WHAT WILL I NEED?

You will need:

  • Grade 5 or above in GCSE English Language
  • Grade 6 or above in GCSE Maths
  • Grade 6 or above in GCSE Computer Science - if you did not achieve a grade 6, you will need to pass an aptitude test before enrolment. If you did not study GCSE Computer Science, you must also enrol in either: Maths, Science, Psychology or Economics alongside Computer Science.
  • Two further GCSEs at grade 4 or above

If you wish to study 4 A Levels, you will need 7 GCSEs at grade 7 or above, including two at grade 8.

All applicants must have an interview to confirm that A Levels are suitable for them.

We recommend that you do some computer programming in Python, Visual Basic, Java or C# to help you decide if the subject is right for you, as programming is a very large component of the course.

When applying for an A Level programme at City and Islington, please refer to the general entry requirements on our A Level Courses page as well as the subject-specific details listed above.

HOW WILL I BE ASSESSED?

Assessment is by final exam and coursework, and will test both your underlying knowledge of computing and your problem-solving skills.

WHAT WILL IT COST?

If you will be aged 16, 17 or 18 on 31st August prior to the start date of your course and you have the legal right to remain in the UK for the duration of your programme then your study with us will be free. Please see here for the documents you will need to show us.

Some courses will have other associated costs, such as for specialist materials and trips. Many of our students are eligible for financial support, see here for details.

WHAT CAN I DO AFTER?

A Levels are widely regarded as the standard entry qualification for top universities in the UK, and the rest of the world. Many of our students go onto study for a degree at the university of their choice, with some choosing to progress into apprenticeships or other employment.

MEET SOME OF THE TEACHERS

Click here to see some of the teachers that teach A Levels at the college

CANDI

OCR A Level Computer Science Revision Notes

Concise resources for the OCR A Level Computer Science course.

1. The Characteristics of Contemporary Processors, Input, Output & Storage Devices

2. software & software development, 3. exchanging data, 4. data types, data structures & algorithms, 5. legal, moral, cultural & ethical issues, 6. elements of computational thinking, 7. problem solving & programming, 8. algorithms.

Welcome to Seneca Revision Notes

Short and effective seneca revision notes for a-level & gcse.

1 Components of a Computer

1.1 Structure & Function of the Processor

1.1.1 Structure of the CPU

1.1.2 Fetch, Decode, Execute Cycle

1.1.3 Factors Affecting CPU Performance

1.1.4 CPU Architecture

1.2 Types of Processors

1.2.1 CISC & RISC

1.2.2 Multicore & Parallel Cores

1.3 Input, Output & Storage

1.3.1 Computer Systems

1.3.2 Magnetic Storage

1.3.3 Optical Storage

1.3.4 Types of Optical Storage

1.3.5 Types of Memory

1.3.6 Flash Memory

1.3.7 Virtual Memory

2 Software & Software Development

2.1 Systems Software

2.1.1 Operating Systems

2.1.2 Managing Memory

2.1.3 Paging, Segmentation & Virtual Memory

2.1.4 Device Management & Drivers

2.1.5 Interrupts

2.1.6 Scheduling

2.1.7 Types of Operating System

2.2 Applications Generation

2.2.1 Applications Software & Utilities

2.2.2 Encryption & Defragmentation

2.2.3 Data Compression & Backup

2.2.4 Open Source vs Proprietary Software

2.2.5 Translators

2.2.6 Compiling a Program

2.2.7 Linkers, Loaders & Libraries

2.3 Software Development

2.3.1 Algorithmic Thinking

2.3.2 Waterfall Lifecycle

2.3.3 Agile Methodology

2.3.4 Extreme Programming

2.3.5 Spiral Methodology

2.3.6 Rapid Application Development

2.4 Types of Programming Language

2.4.1 Types of Programming Languages

2.4.2 Programming Paradigms

2.4.3 Assembly & Machine Code

2.4.4 Modes of Addressing Memory

2.4.5 Object-Oriented Languages

2.4.6 Encapsulation & Polymorphism

3 Exchanging Data

3.1 Compression, Encryption & Hashing

3.1.1 Compression

3.1.2 Encryption

3.2 Databases

3.2.1 Databases

3.2.2 Managing Databases

3.2.4 Principles of Data Storage

3.3 Networks

3.3.1 Networks Introduction

3.3.2 Types of Networks

3.3.3 Network Protocols

3.3.4 The Internet

3.3.5 DNS & Web Hosting

3.3.6 Layers

3.3.7 Packet Switching

3.3.8 Network Hardware

3.3.9 Firewalls

3.3.10 Proxies

3.3.11 Client-Server Model

3.3.12 Peer-to-Peer Model

3.4 Web Technologies

3.4.2 CSS & JavaScript

3.4.3 Search Engine Indexing

3.4.4 Server & Client-Side Processing

4 Data Types, Data Structures & Algorithms

4.1 Data Types

4.1.1 Data Types

4.1.2 Arrays & Strings

4.1.3 Representing Numbers

4.1.4 Binary Arithmetic

4.1.5 Hexadecimal

4.1.6 Converting Binary Numbers

4.1.7 Floating Points in Binary

4.1.8 Floating Point Arithmetic

4.1.9 Bitwise Manipulation

4.1.10 Character Sets

4.2 Data Structures

4.2.1 Arrays, Linked Lists & Queues

4.2.2 Graphs, Hash Tables & Stacks

4.2.3 Trees

4.3 Boolean Algebra

4.3.1 Computational Logic

4.3.2 Boolean Logic

4.3.3 Karnaugh Maps

4.3.4 Boolean Identities

4.3.5 Flip Flops & Adder Circuits

5 Legal, Moral, Cultural & Ethical Issues

5.1 Computing Related Legislation

5.1.1 Data Protection Act (1998)

5.1.2 Computer Misuse Act (1990)

5.1.3 Copyright Designs and Patents Act (1988)

5.1.4 Regulation of Investigatory Powers Act (2000)

5.2 Moral & Ethical Issues

5.2.1 Online Activity Tracking

5.2.2 Censorship

5.2.3 Cultural Issues

5.2.4 Environmental Issues

5.2.5 Layout, Colour Paradigms & Character Sets

6 Elements of Computational Thinking

6.1 Thinking Abstractly

6.1.1 Abstraction

6.2 Thinking Procedurally

6.2.1 Decomposition

6.3 Thinking Logically

6.3.1 Pseudocode & Flow Diagrams

7 Problem Solving & Programming

7.1 Programming Techniques

7.1.1 Programming Fundamentals

7.1.2 Modularity

7.2 Programming Construction

7.2.1 Integrated Development Environments

7.2.2 Testing

8 Algorithms

8.1 Algorithms

8.1.1 Interpreting, Correcting & Completing Algorithm

8.1.2 Sort Algorithms

8.1.3 Insertion & Merge Sort

8.1.4 Search Algorithms

Get the Reddit app

A sub for requesting help with A-Levels, BTECs and other Level 3 subjects.

OCR ALEVEL COMPUTER SCIENCE COURSEWORK HELP

I am currently writing the part about computational methods and why my problem lends itself to a computational solution and am not sure what exactly to talk about. I think i might have gone too much into detail about computational thinking: thinking abstractly, thinking ahead, thinking procedurally, thinking logically and thinking concurrently. Now i'm not sure if that's relevant for computational methods so should I include it? I am also going to talk about computational methods so decomposition, abstraction, backtracking, data mining, heuristics etc however is there a way to include them into computational thinking or is that not relevant at all? Please let me know if that made any sense.

By continuing, you agree to our User Agreement and acknowledge that you understand the Privacy Policy .

Enter the 6-digit code from your authenticator app

You’ve set up two-factor authentication for this account.

Enter a 6-digit backup code

Create your username and password.

Reddit is anonymous, so your username is what you’ll go by here. Choose wisely—because once you get a name, you can’t change it.

Reset your password

Enter your email address or username and we’ll send you a link to reset your password

Check your inbox

An email with a link to reset your password was sent to the email address associated with your account

Choose a Reddit account to continue

OCR H446 Computer Science Coursework Due Date

Quick reply, related discussions.

  • AS and A-Level computer Science - OCR
  • OCR A Level Computer Science Book Resource Help
  • OCR A Level Computer Sceince H046/H446 Programming Project Exemplar
  • A Level Computer Science Retake
  • Giving away A* a level computer science anki flashcards
  • OCR Computer Science A Level - Resource Guide
  • I have chosen to do A Levels in Computer Science, Biology, and Chemistry, as this was
  • computer science alevel but physics makes me want to die?
  • A level+ 2024 Results Day Countdown - Hub is open! #FindYourFuture
  • Teaching myself COMPUTER SCIENCE Gcse
  • A-Level Retake Advice
  • Is computer science gcse hard?
  • Further maths or computer science?
  • About my a level choice answer and that’ll be very helpful
  • Can I still pass my computer science a level if I mess up my coursework? (OCR)
  • How to Self Study Computer Science?
  • Tips For Studying A-Level Computer Science?
  • GCSE options - Stressed !!
  • Wjec Computer Science A level

Last reply 4 hours ago

Last reply 5 hours ago

Last reply 1 day ago

Last reply 4 days ago

Last reply 6 days ago

Last reply 1 week ago

Last reply 2 weeks ago

Last reply 3 weeks ago

Articles for you

A guide to GCSE and A-level grade boundaries in 2024

A guide to GCSE and A-level grade boundaries in 2024

Should I get a remark (review of marking)?

Should I get a remark (review of marking)?

How to use past exam papers to ace your exams

How to use past exam papers to ace your exams

Students react after A-level Sociology Paper 3 on 11 June 2024

Students react after A-level Sociology Paper 3 on 11 June 2024

This website works best with JavaScript switched on. Please enable JavaScript

  • Centre Services
  • Associate Extranet
  • All About Maths

Deadlines for non-exam assessment (NEA)

Find out the deadlines for submitting your students’ non-exam assessment work to us, including coursework and controlled assessment.

Find deadlines

Qualification *, exam series *, component code.

* Required field

Download full list

Download a spreadsheet with all our submission dates for 2023/24:

2023/24 Deadlines

How to submit marks

Most marks and grades are submitted online. See our submit marks pages for everything you need to know about ways to submit, plus guidance on sending your students’ samples.

OCR homepage

Administration

  • Active Results
  • Interchange
  • Submit for Assessment
  • Teach Cambridge
  • ExamBuilder
  • Online Support Centre

Main navigation

Non-exam assessment, general qualifications, choose your qualification.

  • General qualifications AS and A Level, Core Maths, Entry Level Certificate, Extended Project, FSMQ and GCSE
  • Cambridge Nationals
  • Cambridge Technicals
  • Other vocational qualifications

What’s on this page

Moderated assessment arrangements for general qualifications include non-exam arrangements, coursework and portfolios, which are all referred to as candidate work.

Read this section together with the following documents:

  • JCQ Instructions for conducting coursework
  • JCQ Instructions for conducting non-exam assessments

If you are working with other centres to deliver the assessment, you need to apply to become a consortium.

  • Consortium arrangements

Marking the assessments

Centres should mark each piece of work according to the instructions and criteria provided in the specification for each unit.

Forms to help you mark and administer candidate work – many of them interactive – are provided.

These may be called a cover sheet, a unit recording sheet, or centre assessment form, depending on the specification.

You can download all the forms from our handy Forms finder (they are also available on each qualification page).

Complete one per candidate and attach it to the front of their work.

Candidate authentication

Each candidate must sign a declaration before submitting their work to their teacher to confirm the work is their own and any assistance given and/or sources used have been acknowledged. A sample can be downloaded below.

It is the responsibility of centres to ensure every candidate does this.

These statements should be retained within the centre until all reviews of results, malpractice and appeals issues have been resolved.

  • Candidate authentication statement DOCX, 45KB  

A mark of zero must be recorded if a candidate cannot confirm the authenticity of their work.

For some qualifications, specific candidate authentication forms must be submitted with the centre sample :

  • GCSE Design and Technology J310
  • AS and A Level Design and Technology H004–H006 and H404–H406
  • A Level Geography H481

You can download these forms from our Forms finder .

Centre authentication

Teachers are required to declare the work submitted for internal assessment is the candidate's own work by completing a centre authentication form (CCS160) for each unit. These should be kept within the centre until all reviews of results, malpractice and appeals have been resolved. This is also a requirement for private candidates.

  • Centre authentication form DOCX, 43KB  

NEA centre declaration form 

For the following qualifications, your head of centre needs to confirm your centre has followed the regulatory requirements involving non-exam assessment (NEA), by returning the NEA centre declaration form to us by 15 May.

  • A Level Sciences (Biology, Chemistry, Physics, Geology)
  • GCSE Sciences (Biology, Chemistry, Physics, Combined Science) (not required for summer 2022)
  • GCSE (9-1) English Language

This form is in addition to the Head of Centre declaration .

GCSE Computer Science programming skills statement

For GCSE Computer Science, you must complete a practical programming statement for all examination series in which candidates are entered. See the Computer Science page for more information.

Carrying out internal standardisation

Centres must carry out internal standardisation to ensure marks awarded by different teachers are accurate and consistent across all candidates entered for the unit from that centre.

If centres are working together in a consortium , you must carry out internal standardisation of marking across the consortium.

You must ensure marks for all candidates, not just those in the sample, are checked for both addition and transcription errors before submission.

Informing students of their marks

Before you submit your centre marks to us, you need to inform students of their centre-assessed marks (and endorsement grades) and provide enough time for them to appeal these marks. 

You must also allow sufficient time for the review to be carried out, to make any necessary changes to marks and to inform the candidate of the outcome before the mark submission deadline. 

There's more information on the JCQ website , including a suggested template to use.

Submitting marks and grades

All marking and internal standardisation must be completed in good time and before the marks are submitted to OCR and the moderator.

Deadlines for submitting marks, grades and authentication are available in the key dates document.

Marks should be submitted electronically to OCR by one of the following methods:

  • Interchange – see our step-by-step instructions for submitting marks and grades
  • EDI files sent via A2C – follow the instructions in your own management information system for inputting marks for the relevant components. The common format for submitting marks is outlined in the JCQ Formats document.
  • JCQ Formats for the Exchange of Examination Related Data

Moderation cannot begin until we have received all the marks. Make sure you keep a copy of the marks for your records.

You don't need to send a copy of the marks to your moderator.

If a candidate did not produce work, the candidate should be submitted as absent.

If we do not receive your marks we will contact you.

View our step-by-step instructions on using Interchange to submit marks/grades.

As part of our work to increase our security arrangements, we’ve added two-factor authentication (2FA) to our secure website, Interchange. This means we’ve changed the way you log into Interchange. For more information, see our Interchange page.

Submitting mark or grade amendments

If you discover an error with a previously submitted candidate mark, you will need to complete the Amendment to centre marks or Amendment to endorsement grades form:

  • Log in to Interchange , click on ‘Resources and materials’ and then ‘Forms and documents’ and download the form.
  • Complete the form, providing the original total and amended total mark/grade for the component.
  • Email the form to [email protected] from a centre email address.
  • Send a copy of the Amendment to centre marks form to the moderator (you do not need to send the Amendment to endorsement grades form).

If you amend a mark after moderation has started, we may require the work relating to the relevant candidate.

If this is the case, we will let you know and tell you where to send the work.

Moderator address information

You will be sent address labels to send the marks and forms to the moderator. (You will also be sent enough copies of the labels to send candidate work to the moderator.)

If you have still not received your labels three days before the mark submission deadline, you can request emergency moderator address information from Interchange .

To do this, log in to Interchange , hover over ‘Resources and materials’ in the left menu, click on ‘Emergency exam labels’ and follow the on-screen instructions. 

Requests should be processed within 12 hours.

Before posting the sample of work to the moderator, make sure the address on the moderator label matches the address on the sample request. 

If it doesn't, please contact our Customer Support Centre .

Sample requests

Once you have submitted your marks to OCR, you will receive a moderation sample request.

For most specifications you will receive a sample request via email from [email protected] (see Exceptions below).

Once we start to send sample requests (usually at the beginning of the month in which the mark submission deadline falls), you will normally receive a sample request within one or two days of submitting your marks.

If you are part of a consortium we will wait until we have received marks from each centre before sending a sample request.

Samples will include work from across the range of attainment of the candidates’ work.

The size of the sample we request depends on the number of candidates for the relevant unit/component:

Number of candidates for the unit/component at the centre Total sample size requested
Up to 15 All candidates
16-100 15 candidates
101-200 20 candidates
More than 200 25 candidates

As we send sample requests via email, it’s essential the email address we hold for your exams officer is correct.

This is the address that is held on the JCQ National Centre Number Register.

If you need to change this email address and, therefore, your exams officer contact details, please send the updated details on centre-headed paper to the JCQ National Centre Number Register as an email attachment to [email protected] .

We can only hold one email address per centre so please do not change this address unless you wish all exams office communications to be sent to a different address.

You will not receive a sample request for the GCSE (9-1) English Language Spoken Language endorsement. Instead, you should select the sample as described on the endorsements page and submit by the mark submission deadline.

You will not receive a sample request for the Entry Level Physical Education (R463). Once you've submitted marks (by 15 May), a moderator will contact your centre to request moderation samples.

Submitting a sample of candidate work

Depending on the final entry option, candidate samples can be submitted via digital upload using Submit for Assessment, post or via a moderation visit. 

  • When making your final entries, the entry option specifies how to submit the sample of work for each unit/component.
  • For each of these units/components, all candidate marks and work must be submitted to the moderator using the same entry option. 
  • It is not possible for centres to offer both options for a unit within the same series, but you can choose different options for different units.

Submitting work via Submit for Assessment

Submit for Assessment enables centres to submit candidate work electronically for moderation and is an option for most specifications. (You can check this in the entry codes booklet .) 

You should select this option when you make your entries. Once you receive your sample request, you should upload the work to Submit for Assessment within three working days of receiving the request. 

June 2024 series : For non-exam assessment which is not moderated you will still need to use the OCR Repository if you want to use the upload option. This applies to the following components:

  • AS Level Music H143/01/02 and A Level Music H543/01/02/03/04 – examined
  • A Level Drama and Theatre H459/21/22 and GCSE Drama J316/03 – visiting examiner
  • GCSE English Language J351/03 – spoken language endorsement

Submitting work via post

The sample of candidate work must be posted to the moderator within three working days of receiving the request.

Please ensure the address on the moderator label matches the address provided on the sample request. If they do not match, please use the address provided on the sample request and make sure to use labels for the correct series (not leftover labels from previous series). 

On rare occasions, work can get lost in the postal system. We strongly advise you to keep evidence of work submitted to the moderator, e.g. copies of annotated versions of written work or photographs of practical work.

You should obtain a certificate of posting for all work posted to the moderator.  

Please ensure you include a return address on the packaging, just in case there is a problem with the delivery. We recommend you do not use courier services or other specialist postage methods, as moderators may experience difficulty receiving deliveries, which can delay moderation.

Sending removable data

If you’re sending removable media such as USBs, DVDs, etc, we recommend you send unencrypted data wherever possible. If you have no other option than to use encrypted data:

  • Save the work as usual.
  • Clearly label the removable data with your centre number and component number and send it to the OCR assessor.
  • Print the password out together with your centre name, number and component details and send it to the assessor in a separate package.
  • Email OCR at [email protected] with your centre number, the component number and the password.

Arranging visiting moderation

For some units/components (see the entry codes booklet ), rather than posting or uploading the sample, the sample will be viewed by a visiting moderator. 

The moderator arranges a visit at a date and time convenient to both parties. 

For GCSE, AS and A Level Art and Design, the moderator will contact centres once the marks are received to arrange a visit. 

Instructions for arranging Physical Education internally assessed performance can be found on the Physical Education visits and filmed evidence page.

Instructions for arranging externally examined performances can be found on the Drama and Theatre performances page.

Visiting moderator identification

Due to internal safeguarding policies we appreciate centres may need to see identification from visiting moderators before they are allowed access to the site. We do not issue visiting moderators with any form of identification, and we have advised moderators they should bring the following with them to any visit:

  • A valid form of photo identification (e.g. passport, driver’s licence)
  • A copy of their OCR invitation to moderate
  • A valid DBS certificate if they have one (we do not require visiting moderators to hold a valid DBS certificate in order to fulfil the role).

We also suggest visiting moderators arrange to meet their named contact on arrival at the centre, as they will have the moderator’s details and can verify these with their identification.

If your safeguarding policy requires some form of supervision for visitors whilst on site, this requirement should be discussed with the moderator before the visit so there is no impact on the moderation process.

We have advised visiting moderators of what identification they should take with them on visits; however, if you have any concerns then please contact our Customer Support Centre.

Lost, missing, damaged or incomplete work

In the case of a candidate for whom the internally assessed work has been lost or is missing, or where the work is damaged or is incomplete, then you must apply for special consideration . 

In addition, if the candidate concerned forms part of the requested sample, you must substitute an equivalent candidate’s work on, or as near as possible to, the same mark point. 

In certain circumstances we may request to see incomplete portfolio evidence where an application has been made.

External moderation

Usually, internally assessed units are externally moderated. 

Moderation is designed to bring the marking of internally assessed units in all participating centres to an agreed standard by checking a sample of the marking of candidate work. 

At this stage, centres may be required to resolve any issues the moderator discovers during the external moderation. 

Centres may receive one of the following requests, usually by email.

  • Additional sample request – If the moderator needs you to provide additional work for moderation, please respond as quickly as possible so your candidates’ results are not delayed.
  • Notification of clerical errors – We have amended the internally assessed marks you provided, usually following an incorrect transcription or incorrect addition of the marks. You must follow the instructions on the form and make sure the remaining work, which was not part of the sample, is checked. If you disagree with the changed mark(s) indicated on the clerical error notification form, please email  [email protected] within 5 days of receipt. 
  • Notification of inconsistent marking – Where a consistent pattern of inaccurate marking can be established, marks will be adjusted in line with the JCQ guidelines. Where no consistent pattern can be established, the work may be returned to you with feedback, to mark again. You will need to submit the new marks to OCR and return the sample to the moderator before moderation can continue. In exceptional circumstances work may need to be remarked a second time. In such cases, the moderator will arrange to call the teacher to support them in reaching a resolution.

Outcomes of moderation

Centres will usually receive the outcome of moderation when the provisional results are issued. 

The following reports will be issued via Interchange .

  • Moderation adjustments report – This lists any scaling that has been applied to internally assessed units or components. This report is updated twice – once after results are released and once after the post‐results period.
  • Moderator report to centres – This is a brief report by the moderator on the internal assessment of candidates’ work. (PE reports are issued in hard copy rather than via Interchange.)

Use of candidate work

If work was posted to OCR for moderation or selected during visiting moderation, it will normally be returned to centres. 

However, we may be required to retain some items as exemplar material for awarding, regulation, archive, teacher training and educational purposes. 

We will inform you if work is required. In some circumstances, we may need to request work from a centre. 

In such cases, your co-operation in supplying material is much appreciated. 

Candidate work should be retained by centres under secure conditions until after the deadline for review of results or until any appeal, malpractice or other results enquiry has been completed, whichever is later. This applies to all work – whether or not it was part of the moderation sample.

COMMENTS

  1. AS and A Level

    Classroom learning is transferred into creating real-world systems through the creation of an independent programming project. Our A Level will develop the student's technical understanding and their ability to analyse and solve problems using computational thinking. Specification code: H446. Qualification number: 601/4911/5.

  2. Key dates and timetables

    Choose your qualification. General qualifications AS and A Level, Core Maths, Entry Level Certificate, FSMQ, GCSE and Projects. Cambridge Nationals. Cambridge Technicals. Other vocational qualifications. Facebook.

  3. AS and A Level

    Computing principles H046/1. Algorithms and problem solving H046/2. OCR AS and A Level Computer Science - H046, H446 (from 2015)) qualification information including specification, exam materials, teaching resources, learning resources.

  4. Computer Science A-level Project Writeup guide for OCR A-level

    A-level project template: Below is a possible layout you could follow for your project, this is taken from Example top grade project: 514655-programming-project-set-a-high.pdf but I have added the ...

  5. A Level History: What deadlines do I need to be aware of for

    All coursework titles need to be approved, using the title proposal form on the OCR website. The deadline for submitting titles for approval is 31 January in the year of entry. Titles need to be approved even if they are the same as the previous years'. Marks must be submitted to OCR by 15 May. However, there is a JCQ requirement for centres ...

  6. Is there an official NEA deadline for OCR Computer Science?

    Hi, My CS coursework deadline set by my teacher is two days away, but I have yet to finish it. I was wondering what the official deadline was and if its possible for him to delay deadline; his arguement was that he wanted to us to focus entirely on Theory and requires time to mark NEA, even though there is only 4 students in total.

  7. Computer Science

    ABOUT THE COURSE. A Level Computer Science is an exciting but demanding subject that will help you develop an analytical, problem-solving approach, which is sometimes called 'computational thinking'. The course will equip you with the fundamentals of problem-solving, which you will put into practice by developing computer programs using Python.

  8. OCR A LEVEL COMPUTER SCIENCE coursework HELP

    OCR A LEVEL COMPUTER SCIENCE coursework HELP. A. tranhquil. i'm struggling to plan for my coursework which the deadline is due in 7 months but i know time is going to fly by and I'm a bit lost on where to start so any ideas would be extremely helpful or if anyone has any revision tips that'd be great. Reply 1.

  9. Computer Science

    Does anyone know when A Level OCR computer science coursework or NEA is typically due? If you don't mind, would you be willing to share the number of pages and word counts your coursework document totalled to. ... We started in February 2021 and our deadline is February 2022. You typically would have 1 year for the NEA

  10. When should the OCR Computer Science NEA be complete?

    Hi, Im currently doing my A-Level Computer science NEA (OCR) and I am currently around 1/4 of the way through with the design section. ... But I think for the final final deadline to submit you coursework is around April or so. I'll advice you to get it done by the first weeks of Feb after that concentrate on the exams. 0 Report. Reply. Quick ...

  11. Key dates and timetables

    The key dates and deadlines for general qualifications, including Cambridge Nationals, are given in the following documents: Key dates for general qualifications and Cambridge Nationals 2024/25 XLSX, 93KB 40 days ago. Key dates for general qualifications and Cambridge Nationals 2023/24 XLSX, 89KB.

  12. Scheduling

    Callum is an experienced teacher of GCSE and A-Level Computer Science. He has 4 years of teaching experience and has detailed knowledge of how to achieve exam success, having marked for OCR A-Level. Callum is now a software engineer and regularly mentors new engineers.

  13. OCR A level Computer Science Programming Project deadline?

    However I believe the official deadline for the coursework is until the end of the course, so your teacher could possibly extend it. 0 Report. Reply. Reply 2. 3 years ago. ... OCR computer science coursework; A-Level Computer Science NEA languages help; A-level Computer Science Study Group 2023-2024;

  14. OCR A Level Computer Science Past Papers

    OCR A Level Computer Science:Past Papers. Browse our range of OCR A Level Computer Science Past Papers and Mark Schemes below. Testing yourself with A Level Computer Science past papers is a great way to identify which topics need more revision, so you can ensure that you are revising as effectively as possible to help you get ready for your A Level Computer Science exam.

  15. Working to meet deadlines for submitting NEA/internally marked units

    4-5 weeks before deadline - deadline for final submission of work from your students. 3-4 weeks before - hold an internal standardisation meeting to check marking accuracy and rank order of your cohort. 3 weeks before - share marks with candidates, allowing 2 weeks for reviews. 5 days before - check the candidate work is ready for ...

  16. OCR A Level Computer Science Revision Notes 2017

    OCR A Level Computer Science Revision Notes. Concise resources for the OCR A Level Computer Science course. 1. The Characteristics of Contemporary Processors, Input, Output & Storage Devices. 1.1 Structure & Function of the Processor. Components of the CPU.

  17. Computer Science: OCR A Level

    Short and effective Seneca Revision Notes for A-Level & GCSE. A Level Computer Science OCR. Choose Topic. 1 Components of a Computer. 2 Software & Software Development. 3 Exchanging Data. 4 Data Types, Data Structures & Algorithms. 5 Legal, Moral, Cultural & Ethical Issues. 6 Elements of Computational Thinking.

  18. OCR ALEVEL COMPUTER SCIENCE COURSEWORK HELP : r/sixthform

    OCR ALEVEL COMPUTER SCIENCE COURSEWORK HELP. I am currently writing the part about computational methods and why my problem lends itself to a computational solution and am not sure what exactly to talk about. I think i might have gone too much into detail about computational thinking: thinking abstractly, thinking ahead, thinking procedurally ...

  19. Entries and registrations

    Making entries - linear qualifications with a unitised entry structure. Both unit and certification entries must be made, but 100% of the assessment is taken at the end of the course. This includes reformed AS and A Level History and Further Mathematics. OCR provide exams officers detailed information for submitting entries on general ...

  20. OCR H446 Computer Science Coursework Due Date

    OCR H446 Computer Science Coursework Due Date. callumbirks. 2. Anyone currently doing this A Level do you know what the deadline for the coursework/programming project is? Or anybody else do you know how I could go about finding this out from the exam board. Thanks. Reply 1. 5 years ago. TSR Jessica.

  21. Deadlines for non-exam assessment (NEA)

    Most marks and grades are submitted online. See our submit marks pages for everything you need to know about ways to submit, plus guidance on sending your students' samples. Find out the deadlines for submitting your students' non-exam assessment work to us, including coursework and controlled assessment.

  22. Non-exam assessment

    A Level Sciences (Biology, Chemistry, Physics, Geology) GCSE Sciences (Biology, Chemistry, Physics, Combined Science) (not required for summer 2022) GCSE (9-1) English Language; This form is in addition to the Head of Centre declaration. GCSE Computer Science programming skills statement