IMAGES

  1. A-level Computer Science

    ocr a level computer science coursework example

  2. OCR AS/A-level Computer Science Workbook 1: Computer systems

    ocr a level computer science coursework example

  3. A Level Computer Science Coursework Advice. Talking through my project with tips for top marks

    ocr a level computer science coursework example

  4. OCR A-level Computer Science Definitions

    ocr a level computer science coursework example

  5. OCR A-Level Computer Science Knowledge Organisers: Paper 2

    ocr a level computer science coursework example

  6. OCR A-LEVEL Computer Science Comp 2 notes

    ocr a level computer science coursework example

VIDEO

  1. LCCS Coursework 2023/24: Basic Requirements

  2. a level computer science project

  3. OCR AS/A LEVEL Computer Science

  4. Crack That 2019 Theory Paper for AQA A Level Paper 2

  5. Coordinating the Machine's Activities : Computer Science Assignment Help by Classof1.com

  6. OCR AS/A LEVEL Computer Science

COMMENTS

  1. PDF Exemplar Candidate Work

    GCE Computing 3 of 125. Introduction. This exemplar material serves as a general guide. It provides the following benefits to a teacher: Gives teachers an appreciation of the variety of work that can be produced for this unit. Shows how the mark scheme has been applied by a senior assessor. Provides examples of both good and weak application of ...

  2. 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 ...

  3. 514655-programming-project-set-a-high

    Exemplar 1 - Set A (High) Programming project (non exam assessment) Learners will be expected to analyse, design, develop, test, evaluate and document a program written in a suitable. programming language. 4. © OCR 2017. A Level Computer Science. Exemplar Candidate Work.

  4. 4. OCR A Level

    A series of six videos with help, guidance, support and tips for both students and teachers of the OCR A level Computer Science Unit 3 Programming project. ...

  5. AS and A Level

    PDF 1MB. Programming project H446/03 - Sample question paper and mark scheme. PDF 157KB. 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.

  6. 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.

  7. OCR A level (H446/03) Programming project exemplars

    OCR A level (H446/03) Programming project exemplars. A zip file with three exemplar projects with marks between 61/70 and 68/70. We know what makes a successful project and we know what advice to give our own students so they are best equipped to get the top marks. We always receive positive feedback from moderators and our marking has never ...

  8. Tackling A Level projects in Computer Science OCR H446

    The key to success is to plan and write a strong report, evidencing what has been carried out. Tackling A Level projects in Computer Science for OCR H446 is the essential student guide for completing the project and, in particular, the report, with confidence and independence. It contains clear and concise instruction and examples of what needs ...

  9. A-level Computer Science

    A-level Computer Science - Coursework exampler. Subject: Computing. Age range: 16+. Resource type: Unit of work. File previews. pdf, 3.14 MB. This document is an example of a coursework (Programming Project) done for A level Computer Science with OCR. It follows the 2015 specification. It is 217 pages long and got 68/70 marks.

  10. A Level Computer Science Revision Notes

    A Level Computer Science Revision Notes for OCR. Clear and structured resources to guide you through key topics.

  11. PDF OCR A Level Computer Science Project Setting Guidance

    OCR produces Candidate Sample Work to help centres in both identifying and assessing A Level projects. The Candidate Sample Work covers a range of projects from High to Low grades, giving ideas of how projects have been developed. Links to Candidate Sample Work (Candidate Exemplars) may be found on the H446 webpage, under the Assessment tab.

  12. How Do I Complete the OCR A Level Computer Science NEA?

    A video going through the key areas of the programming project that students studying OCR A level Computer Science will have to complete for 20% of the cours...

  13. OCR A Level Computer Sceince H046/H446 Programming Project Exemplar

    Now you may have noticed the exemplars linked below are all over 100 pages, they are for the old H047/H447 spec which emphasised less on coding and more on the report. The new H046/H446 spec is basically the opposite, it favours complexity and coding over the volume of paperwork in the report.

  14. PDF Documenting Programming Projects OCR A Level Computer Science H446

    s you study on the A Level Computer Science course as a benchmark. These include linear search, binary search, hashing functions, bubble sort, insertion. rt, merge sort, quick sort, P. geRank, Dijkstra and A* algorithm. Consider the data stru. tures. These include arrays, lists, graphs, hash tables and trees. A project that does n.

  15. PDF OCR

    OCR

  16. SAMPLE PROJECT

    SAMPLE PROJECT. 1 review. 205 views 1 purchase. Module. Unit 3 (H446) Institution. OCR. Notes for OCR A Level Computer Science, first examined in 2016 (AS) and 2017 (A2). Notes written from course text books and other third party resources and research.

  17. 75+ A-Level Computer Science NEA Ideas (and why they're good)

    27. Physics Projectile Modelling Tool. If you are a fan of mechanics, this is your project. One of the many reasons this project is so good is because when programming it, you are forced to simulate a real world environment - in the sense that you program in gravity, terrain, air resistance etc.

  18. PDF Tackling A Level Projects in

    A Level Computer Science OCR H446. Tackling A Level Projects in Computer Science OCR A Level Computer Science H446 ... if you use a teacher, remember that many teachers have coursework or mock exams to mark which may be around the time that you want them to start testing your ... Example 2 - Decomposition diagram for a maze game Example 3 ...

  19. AS and A Level

    Component 01: Computing principles. Students are introduced to the fundamental technical principles of computing. This component covers: OCR AS and A Level Computer Science - H046, H446 (from 2015)) qualification information including specification, exam materials, teaching resources, learning resources.

  20. [H446] New OCR A-level Computer Science Coursework Example With Full

    Hi, I was wondering if anyone knows where I can find a coursework example (preferably the whole thing) for the new OCR A-Level Computer Science Spec that achieved full marks or very near full marks? I can find loads of examples of coursework from the old spec (H447) but none for the new spec but I'm looking for something that closely follows the new specification as I know they differ quite a ...

  21. A* Algorithm

    Figure 2: Performing the A* Search. The algorithm for A* search is shown below, both in structured english and a pseudocode format. A* Search (Structured English) assign g(x) to 0 and f(x) to h(x) for the initial node and g(x) and f(x) to infinity for every other node. add all nodes to a priority queue, sorted by f(x)