GCSE Computer Science

Size: px
Start display at page:

Download "GCSE Computer Science"

Transcription

1 GCSE Computer Science 4512/1 Practical Programming Report on the Examination 4512 Summer 2014 Version: 1.0

2 Further copies of this Report are available from aqa.org.uk Copyright 2014 AQA and its licensors. All rights reserved. AQA retains the copyright on all its publications. However, registered schools/colleges for AQA are permitted to copy material from this booklet for their own internal use, with the following important exception: AQA cannot give permission to schools/colleges to photocopy any material that is acknowledged to a third party even for internal use within the centre.

3 General Comments This is the first series of the GCSE Computer Science specification and the first submission of the controlled assessment tasks for the Practical Programming component 1 of the qualification. Administration Many centres provided wel- organised portfolios, with correctly completed forms and paperwork, thank you. However, some candidate work was disorganised and not in the correct order, securing work with a treasury tag is the AQA recommended way of presenting finished assessments However, there were some problems with electronic submission of work. Centres must ensure that all their electronic media are tested and checked before sending to the moderator. Please do not send executable files or program files as moderators are unable to open or run these programs. If those types of file are the only evidence of the student's program then no marks can be awarded for parts of the marking grid. The student needs to provide one or more of a printed listing, copied code in a word processed document or screenshot evidence of the program code. The best centres to moderate electronically had a single document for each candidate for each scenario, identified clearly with candidate number, name and scenario title. These centres submitted either PDF files or DOC files and included paper copies of the completed marking grids. Only pdf or word versions of correctly labelled files will be moderated. Internal standardisation has a significant effect on candidates awards. To ensure consistency, centres must standardise their marking across different teachers assessing candidates' work. Several centres chose not to add teacher comments on the marking grids. It is very useful to moderators to understand why the teacher has awarded marks, as a clarification can help the moderator to decide whether to agree, or not, with the teacher. Centres are encouraged to use the marking grids as a means of communication with the moderator about why marks have been awarded. All appropriate paperwork needs to be fully completed and signed - including the Centre Declaration Sheet and the Candidate Record Form. There were some assessments without a candidate number and the necessary Candidate Record Form. Failure to comply with these requirements can cause delays in carrying out the moderation process. In electronic submission it is preferred that the marking grids for the candidates are printed and included in the pack to the moderator. Scenarios A very wide range of software solutions were presented for this series which was good to see. Most centres used software appropriate for the scenario tackled. The specification and scenarios do not prescribe a particular programming language for a scenario; however, the mobile and web scenarios do have specific platforms on which the solution must run. Unfortunately a few centres who tackled the mobile scenario used software that was not appropriate, for example VB.NET. The mobile solution must be able to be run natively on a mobile device without the use of a web browser. The program should be executed by the mobile operating system such as android or ios as an app. Unfortunately some students were unable to be awarded some marks because of this. It was common to see AppInventor used to develop a solution for this scenario, and some centres used other SDKs such as Basic4android. Others however tackled the problem using a web based solution and this is not suitable for the mobile scenario. Some candidates used Gamemaker to attempt the traditional scenario and as Gamemaker does not have file handling capabilities this decision limited the ability of the candidates to access the full range of the tasks within the scenario. 3 of 8

4 Marking In some cases it was disturbing to see very high marks awarded for student work that was minimal or non-existent. Centres must ensure that their marking is based on the evidence presented in the portfolios sent to the moderator. It is very difficult, if not impossible, to agree marks awarded by the centre if we cannot see what the student has done and what their understanding is of what they have done. This is not only an assessment of student ability to produce a competent programming solution but also an assessment of their understanding of what they have produced and evidence needs to be shown to award marks, particularly in section 3. Section 1 Design of Solution Row 1 Some students provided a verbatim copy of the scenario and so could not be awarded any marks. Others simply changed the occasional word or phrase and, therefore, marks in those cases were also limited. The specification requires students to analyse the problem, in this case the scenario provided. They should identify and collect information relevant to solve the problem from the context of the scenario. Better students were able to explain the solution based on the scenario given and extrapolate the needs of the user from that scenario. Row 2 Many students made a good attempt at this, often using flowcharts or decision tables. Unfortunately a few students misinterpreted this as a time plan for the development of the solution, planning their work rather than how their solution would be structured and built. The marking requires an overview plan and some students provided so much detail that an overview of how the program as a whole would work was lost. In some cases it was obvious that the overview plan was written after the solution was developed. This means that the planning part of the marking was not met, as plans happen before implementation. This is also true of the pseudo code or equivalent in the next section. Row 3 The better students produced good quality descriptions of the main blocks of coding required to create the solution. The pseudo code (or equivalent) produced must be language independent to be awarded the higher marks in this row. In some cases it was obvious that the pseudo code was written after the solution was coded and the students often included program language specific constructs and syntax. In those cases marks were limited. We do not expect perfect or complete pseudo code as this is the design stage of the development process. The student needs to show they have done some preparation work before getting into the coding. They have been able to design and structure their proposed solution ahead of time, therefore showing skills in logical thinking and analysis. There were many students who provided alternatives to pseudo code, often in the form of detailed flowcharts, descriptions of algorithms, decision tables etc. These were sometimes combined with high level overviews for row 2, and this is perfectly acceptable, however, we do want to see a highlevel plan and then the detail but they do not have to be in distinct sections to get marks for both rows. 4 of 8

5 Section 2 Solution Development In this section marks are awarded for the practical development of the solution. Many students provided code listings in various forms. The presentation aspects of this evidence need to be addressed, however. Where there were block coding solutions such as Scratch or AppInventor most students provided screenshot evidence of the blocks; sometimes these were too small to read or were incomplete. Gamemaker solutions were also sometimes not documented clearly. If a solution is developed in these languages there is usually an interface that is relevant to the coded solution and this needs to be shown as well. Please instruct students to ensure that the evidence is legible. We cannot credit work we cannot see or read. Row 1 Many students provided evidence of the (screen shot) output of the final solution working, and annotated this. However this is not showing that the coding meets the needs of the user, at most it shows the solution working and can be used as evidence of testing. This section relates to the development of the solution so marks are awarded here for an indication of how each part of the program attempts to meet the user needs. Many students gained marks for this row in the annotation of the code itself, if that annotation referred to the requirements of the scenario as related to the user. Row 2 Wide variations of solutions were observed, and were mostly marked accurately by centres. In a few cases, however, higher marks were awarded for solutions that were minimal. It was a cause for concern to see how some centres awarded high marks in this row and section 3 row 3 when the student had not produced any workable code. Row 3 Annotation of the code took a number of forms. Some students added program comments in the code itself, others added annotation to the word-processed listing in the form of callouts or text boxes. Either way is fine. Better students commented the main constructs within blocks of code, others added general comments for each main block. The annotations were also used in some cases to state or describe programming techniques and so gained credit in section 3. 5 of 8

6 Section 3 Programming Techniques Used Evidence for the rows in this section could come from several areas. Some students had a separate section and attempted to describe and discuss the programming techniques used by row theme (working together, efficiency, data structures, and robustness etc.). Others used a detailed annotation of the code in sequence and as part of the documentation of the solution to discuss the relevant aspects required for this section. Whichever method is used it is important to note that marks can only be awarded if the evidence is explicit. Row 1 If a student had produced a well annotated code listing that included a description of the main constructs of the program then they had stated the techniques used and could gain the lower banded marks. However, the better students included a description of the techniques and the best students considered alternatives by discussing what else could have been used. This distinction in the level of detail required is true of most of the rows in this section, in particular rows 2, 4, 5 and 6. Row 2 Some students provided a diagrammatic representation of how blocks of coding worked together and that was often an effective way of describing how different parts of the solution work together. Some students provided a description and discussion section which was also good. Other students did not provide separate evidence for this but there were techniques used in the code itself that showed how parts worked together so the student, although limited to 3 marks, could gain credit for the construction of a program whose parts worked together. Row 3 This row is linked to the section 2 row 2 marks and often reflected the scope of the solution that the student had tackled. In some cases, however, the student had attempted to code tasks so gaining credit in section 2 but their solution did not work as intended and therefore marks were limited in section 3. Row 4 This row assesses a student s understanding and ability to code an efficient solution. The student needs to show they have addressed this issue and made some statement in order to gain any credit here. This was the area where there was the greatest difference between centre marks and moderator marks. The marking grid is clear that for a minimum 1 mark the student needs to make a statement about the choice of programming techniques relating to the efficiency of coding. This does not mean a paragraph header with the word efficiently somewhere in the text; unless what the student has stated actually relates to the concept it is not creditable. Better students considered alternatives to code constructs and these gained the highest marks. If the solution is not efficiently coded then marks were often limited to two unless the student had explained why it had not been done. If the code is reasonably efficient then higher marks are awarded for the demonstration by the candidate of their understanding of what constitutes an efficient solution. Row 5 This row is looking for a student to show they understand the data used and processed in their solution. In some scenarios and programming languages this was inherently limited. However students were still able to gain maximum marks by showing they understood what they had been able to do. As with row 4 the student needs to show their understanding. The use of data types and structures in their code is not in itself evidence that they understand what they have done, so the marks are limited unless they explain what had been coded and why it had been done in this way. 6 of 8

7 Row 6 Many students included techniques within their code to make their solution robust and, if they had commented on this either in the code listing or a separate section, they could be credited up to 3 marks. The better students provided a more detailed description and discussed alternatives. It should be noted that we are looking for techniques that the student has used. If the student has not implemented some checking, for example file handling errors or detailed data validation, then they can still get top marks for discussing the robustness of the code they have produced. They may, however, be limited in the testing section, see below. Section 4 Testing and Evaluation Row 1 Many students produced tabular test plans with expected results and test data, which is suitable for row 1, although variations on this were also acceptable. The scope of the testing was sometimes limited so restricting marks. A full or nearly full test plan should contain most expected and possible variations in the use of the software. If the solution had not been coded completely or only a few techniques were used to ensure a robust solution then often the student could not demonstrate a full test plan as they had not considered what could go wrong based on the user needs. This row asks for expected tests and this must relate back to the scenario and what the user would expect to work. Row 2 If the student has not produced a test plan then no marks can be awarded in this row, as the marks are for the evidence that the planned tests have been followed. However, if the test plan was limited in the first place but students had followed the plan then they could access the higher marks in this row, as we do not want to penalise students twice. Some students provided screen shots of their working solution but, unless this related to a test plan including what part of the solution they were testing, then it could not be awarded marks. For two marks the record of the results needed to show whether the test was successful or not, and many students did this, although sometimes limited to a simple yes or no in an actual results column of the test plan table. The better students reflected on the results of the testing and, with screen shots of outputs where applicable, this showed the extent to which the testing was successful. In some cases the students had tested the solution as they developed it and, therefore, the testing revealed a fully working solution with no need for remedial action. In these cases the student is able to gain full marks. Where remedial action was required most students did well in documenting how they carried this out. Row 3 Some students simply repeated the scenario and gave statements on whether their solution had completed the task or not. This limited marks to 1 in this row. For higher marks the students needed to describe how well the solution met the needs of the user. Some did this by showing output of the program but this is not mandatory. For 3 marks a discussion was needed and those students who looked at alternatives and ways of improving the solution often did well in this row. 7 of 8

8 Mark Ranges and Award of Grades Grade boundaries and cumulative percentage grades are available on the Results Statistics page of the AQA Website. Converting Marks into UMS marks Convert raw marks into Uniform Mark Scale (UMS) marks by using the link below. UMS conversion calculator 8 of 8

GCSE Computer Science

GCSE Computer Science GCSE Computer Science 4512/1 Practical Programming Report on the Examination 4512 Summer 2015 Version: 1.0 Further copies of this Report are available from aqa.org.uk Copyright 2015 AQA and its licensors.

More information

GCE FOOD TECHNOLOGY. Unit 4 Designing and Making Practice Report on the Examination June Version: 1.0

GCE FOOD TECHNOLOGY. Unit 4 Designing and Making Practice Report on the Examination June Version: 1.0 GCE FOOD TECHNOLOGY Unit 4 Designing and Making Practice Report on the Examination 2540 June 2015 Version: 1.0 Further copies of this Report are available from aqa.org.uk Copyright 2015 AQA and its licensors.

More information

A-LEVEL DESIGN AND TECHNOLOGY: FOOD TECHNOLOGY

A-LEVEL DESIGN AND TECHNOLOGY: FOOD TECHNOLOGY A-LEVEL DESIGN AND TECHNOLOGY: FOOD TECHNOLOGY FOOD4 Report on the Examination 2540 June 2016 Version: 1.0 Further copies of this Report are available from aqa.org.uk Copyright 2016 AQA and its licensors.

More information

GCSE Computer Science

GCSE Computer Science GCSE Computer Science 4512/2 Computing Fundamentals Report on the Examination 4512 Summer 2015 Version: 1.0 Further copies of this Report are available from aqa.org.uk Copyright 2015 AQA and its licensors.

More information

Version 1.0: klm. General Certificate of Education. Media Studies. Creating Media. Report on the Examination examination - January series

Version 1.0: klm. General Certificate of Education. Media Studies. Creating Media. Report on the Examination examination - January series Version 1.0: 0310 klm General Certificate of Education Media Studies MEST2 Creating Media Report on the Examination 2010 examination - January series Further copies of this Report are available to download

More information

Version 1.0. General Certificate of Education (A-level) June Unit 3: Investigative and practical skills in AS. Physics. Final.

Version 1.0. General Certificate of Education (A-level) June Unit 3: Investigative and practical skills in AS. Physics. Final. Version.0 General Certificate of Education (A-level) June 0 Physics PHA3/B3/X Unit 3: Investigative and practical skills in AS Physics Final Mark Scheme Mark schemes are prepared by the Principal Examiner

More information

GCSE Computer Science

GCSE Computer Science GCSE Computer Science Unit 2 Computing Fundamentals Mark scheme 452/2 June 206 Version:. Final Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions,

More information

A-level Computing. COMP2/Unit 2: Computer Components, The Stored Program Concept and The Internet Mark scheme June 2013.

A-level Computing. COMP2/Unit 2: Computer Components, The Stored Program Concept and The Internet Mark scheme June 2013. A-level Computing COMP/Unit : Computer Components, The Stored Program Concept and The Internet Mark scheme 510 June 013 Version: Final Mark schemes are prepared by the Lead Assessment Writer and considered,

More information

GCSE Computer Science

GCSE Computer Science GCSE Computer Science Paper Additional Questions Mark scheme V.0 /0/5 of 8 Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel of subject

More information

FUNCTIONAL SKILLS English

FUNCTIONAL SKILLS English FUNCTIONAL SKILLS English 47252 Component 2 Writing Level 2 Mark scheme January 2016 Version: 1.0 Final Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant

More information

PMT. A-Level Physics. PHA3/B3/X Investigative and practical skills in AS Physics Mark scheme. 2450/2455 June Version: 1.

PMT. A-Level Physics. PHA3/B3/X Investigative and practical skills in AS Physics Mark scheme. 2450/2455 June Version: 1. A-Level Physics PHA/B/X Investigative and practical skills in AS Physics Mark scheme 450/455 June 06 Version:.0 Final Mark schemes are prepared by the Lead Assessment Writer and considered, together with

More information

Principal Moderator Feedback. June Applied GCE ICT Web Development

Principal Moderator Feedback. June Applied GCE ICT Web Development Principal Moderator Feedback June 2011 Applied GCE ICT 6955 01 - Web Development Edexcel is one of the leading examining and awarding bodies in the UK and throughout the world. We provide a wide range

More information

Higher National Unit specification: general information. Graded Unit 2

Higher National Unit specification: general information. Graded Unit 2 Higher National Unit specification: general information This Graded Unit has been validated as part of the HND Computing: Software Development. Centres are required to develop the assessment instrument

More information

Vocational Qualifications (QCF, NVQ, NQF) Using ICT. OCR Report to Centres Entry Level Award Using ICT (Entry 3) 01679

Vocational Qualifications (QCF, NVQ, NQF) Using ICT. OCR Report to Centres Entry Level Award Using ICT (Entry 3) 01679 Vocational Qualifications (QCF, NVQ, NQF) Using ICT Entry Level Award Using ICT (Entry 3) 01679 OCR Report to Centres 2016 2017 Oxford Cambridge and RSA Examinations OCR (Oxford Cambridge and RSA) is a

More information

Version. General Certificate of Education (A-level) January Mathematics MD01. (Specification 6360) Decision 1. Final.

Version. General Certificate of Education (A-level) January Mathematics MD01. (Specification 6360) Decision 1. Final. Version General Certificate of Education (A-level) January 2013 Mathematics MD01 (Specification 6360) Decision 1 Final Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together

More information

General Certificate of Secondary Education Digital Technology. Unit 5 Digital Development Practice MARK SCHEME

General Certificate of Secondary Education Digital Technology. Unit 5 Digital Development Practice MARK SCHEME General Certificate of Secondary Education 2019 Digital Technology Unit 5 Digital Development Practice MARK SCHEME 1 Design a solution using appropriate tools Marks The candidate has successfully designed

More information

Higher National Unit specification: general information. Graded Unit title: Computing: Networking: Graded Unit 2

Higher National Unit specification: general information. Graded Unit title: Computing: Networking: Graded Unit 2 Higher National Unit specification: general information This Graded Unit has been validated as part of the HND Computing: Networking. Centres are required to develop the assessment instrument in accordance

More information

Version 1.0. abc. General Certificate of Secondary Education. Mathematics Specification A. Paper 1 Higher. Mark Scheme

Version 1.0. abc. General Certificate of Secondary Education. Mathematics Specification A. Paper 1 Higher. Mark Scheme Version 1.0 abc General Certificate of Secondary Education Mathematics 4301 Specification A Paper 1 Higher Mark Scheme 008 examination - June series Mark schemes are prepared by the Principal Examiner

More information

e-subs: Centre Marks Submission (CMS) FAQs

e-subs: Centre Marks Submission (CMS) FAQs e-subs: Centre Marks Submission (CMS) FAQs FAQs for exams officers and teachers using the Centre Marks Submission (CMS) software. A summary on how to submit coursework/controlled assessment marks and samples

More information

General Certificate of Secondary Education Practice Paper Set 1. Mathematics (Linear) B 4365 Paper 2 Higher Tier. Mark Scheme

General Certificate of Secondary Education Practice Paper Set 1. Mathematics (Linear) B 4365 Paper 2 Higher Tier. Mark Scheme General Certificate of Secondary Education Practice Paper Set 1 Mathematics (Linear) B 35 Paper Higher Tier Mark Scheme Mark Schemes Principal Examiners have prepared these mark schemes for practice papers.

More information

A-LEVEL MATHEMATICS. Decision 1 MD01 Mark scheme June Version/Stage: 1.0 Final

A-LEVEL MATHEMATICS. Decision 1 MD01 Mark scheme June Version/Stage: 1.0 Final A-LEVEL MATHEMATICS Decision 1 MD01 Mark scheme 6360 June 2014 Version/Stage: 1.0 Final Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by

More information

LEVEL 1/2/3 CREATIVE imedia FAQS FEBRUARY Can the moderator review some work before it is completed?

LEVEL 1/2/3 CREATIVE imedia FAQS FEBRUARY Can the moderator review some work before it is completed? LEVEL 1/2/3 CREATIVE imedia FAQS FEBRUARY 2013 1. Can the moderator review some work before it is completed? The moderator is unable to see the candidate work in MAPS until it has been submitted to OCR

More information

Graded Unit title: Computing: Networking: Graded Unit 2

Graded Unit title: Computing: Networking: Graded Unit 2 SQA Advanced Unit specification: general information for centres This graded unit has been validated as part of the SQA Advanced Diploma in Computing: Networking. Centres are required to develop the assessment

More information

GCSE. Business and Communication Systems. Unit 9 Using ICT in Business. Mark Scheme June Version 1: Final Mark Scheme

GCSE. Business and Communication Systems. Unit 9 Using ICT in Business. Mark Scheme June Version 1: Final Mark Scheme GCSE Business and Communication Systems Unit 9 Using ICT in Business Mark Scheme 434 June 205 Version : Final Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together with

More information

Key dates in the examination cycle, 2018/2019

Key dates in the examination cycle, 2018/2019 Produced on behalf of: AQA, CCEA, OCR, Pearson and WJEC Key dates in the examination cycle, 2018/2019 There are key dates for the main examination series of GCSE, GCE and Project qualifications which are

More information

Unit 7: Databases design and use (LEVEL 2)

Unit 7: Databases design and use (LEVEL 2) (LEVEL 2) Learning outcomes By completing this unit candidates will develop a thorough knowledge and understanding of how to create and use a relational Candidates will be able to: design a relational

More information

Vocational Qualifications (QCF, NVQ, NQF) ICT Professional Competence. OCR Report to Centres

Vocational Qualifications (QCF, NVQ, NQF) ICT Professional Competence. OCR Report to Centres Vocational Qualifications (QCF, NVQ, NQF) ICT Professional Competence Level 2 Diploma in ICT Professional Competence (PROCOM) 08737 Level 3 Diploma in ICT Professional Competence (PROCOM) 10262 Level 2

More information

Higher National Unit specification: general information. Graded Unit title: Computer Science: Graded Unit 2

Higher National Unit specification: general information. Graded Unit title: Computer Science: Graded Unit 2 Higher National Unit specification: general information This Graded Unit has been validated as part of the HND Computer Science. Centres are required to develop the assessment instrument in accordance

More information

klm Mark Scheme General Certificate of Secondary Education Practice Paper Set 2 Mathematics (Linear) B 4365 Paper 2 Higher Tier

klm Mark Scheme General Certificate of Secondary Education Practice Paper Set 2 Mathematics (Linear) B 4365 Paper 2 Higher Tier klm General Certificate of Secondary Education Practice Paper Set Mathematics (Linear) B 4365 Paper Higher Tier Mark Scheme Mark Schemes Principal Examiners have prepared these mark schemes for practice

More information

Example Candidate Responses. Cambridge International AS & A Level Computer Science. Paper 2

Example Candidate Responses. Cambridge International AS & A Level Computer Science. Paper 2 Example Candidate Responses Cambridge International AS & A Level Computer Science 9608 Paper 2 Cambridge International Examinations retains the copyright on all its publications. Registered Centres are

More information

abc Mark Scheme Mathematics 4301 Specification A General Certificate of Secondary Education Paper 1 Higher 2008 examination - November series

abc Mark Scheme Mathematics 4301 Specification A General Certificate of Secondary Education Paper 1 Higher 2008 examination - November series Version 1.0 abc General Certificate of Secondary Education Mathematics 4301 Specification A Paper 1 Higher Mark Scheme 2008 examination - November series Mark schemes are prepared by the Principal Examiner

More information

The Learner can: 1 Follow recommended safe practices

The Learner can: 1 Follow recommended safe practices Unit Title: Communicating Information Using ICT OCR unit number: 3 Level: Entry 3 Credit value: 3 Guided learning hours: 15 Unit reference number: H/502/1197 Learning Outcomes Assessment Criteria The Learner

More information

16. How quickly will the Level 1 and Level 2 examinations be marked? NOCN markers have a five-day turnaround for marking examination papers.

16. How quickly will the Level 1 and Level 2 examinations be marked? NOCN markers have a five-day turnaround for marking examination papers. 1. Are the Functional Skills assessments on demand? The assessments are available on demand. Entry Level examination papers can be downloaded from the NOCN website. Level 1 and Level 2 examination papers

More information

Applied Information and Communication Technology

Applied Information and Communication Technology Applied Information and Communication Technology Unit 7: Using Database Software Summer 2010 Example Solution and Principal Examiner Advice and Guidance Activity 1...3 Activity 2...6 Activity 3...12 Activity

More information

General Certificate of Secondary Education June Mathematics (Linear) B 4365 Paper 1 Foundation Tier. Final. Mark Scheme

General Certificate of Secondary Education June Mathematics (Linear) B 4365 Paper 1 Foundation Tier. Final. Mark Scheme General Certificate of Secondary Education June 2012 Mathematics (Linear) B 4365 Paper 1 Foundation Tier Final Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together with

More information

3D SAFETY ANDROID APPLICATION AND TROUBLESHOOTING

3D SAFETY ANDROID APPLICATION AND TROUBLESHOOTING 3D SAFETY ANDROID APPLICATION AND TROUBLESHOOTING 3D Safety PO Box 650 Botany NSW 1455 T: 1300 663 195 F: 1300 663 495 www.3dsafety.com.au PHONE SETTINGS You may need to check that your phone will let

More information

Support Notes (Issue 1) September Diploma in Digital Applications (DA105) Coding for the web

Support Notes (Issue 1) September Diploma in Digital Applications (DA105) Coding for the web Support Notes (Issue 1) September 2016 Diploma in Digital Applications (DA105) Coding for the web Careers Fair Key points for this SPB The DA105 SPB 0916 is valid for moderation in June 2017, December

More information

Examiners Report/ Lead Examiner Feedback Summer BTEC Level 3 Nationals in IT Unit 2: Creating Systems to Manage Information (31761H)

Examiners Report/ Lead Examiner Feedback Summer BTEC Level 3 Nationals in IT Unit 2: Creating Systems to Manage Information (31761H) Examiners Report/ Lead Examiner Feedback Summer 2017 BTEC Level 3 Nationals in IT Unit 2: Creating Systems to Manage Information (31761H) 1 Edexcel and BTEC Qualifications Edexcel and BTEC qualifications

More information

Edexcel GCSE ICT. Controlled Assessment. Teacher Support Book 2012

Edexcel GCSE ICT. Controlled Assessment. Teacher Support Book 2012 Edexcel GCSE ICT Controlled Assessment Teacher Support Book 2012 Edexcel GCSE ICT Controlled Assessment Teacher Support Book Unit 2: Using Digital Tools Unit 4: Creating Digital Products Welcome to the

More information

GCSE Design and Technology

GCSE Design and Technology GCSE Design and Technology Your companion guide to our new specification First teaching September 2017 First assessments summer 2019 Find out more at: aqa.org.uk/dandt Introducing our new GCSE Design and

More information

General Certificate of Secondary Education For submission in 2016

General Certificate of Secondary Education For submission in 2016 Centre Number Candidate Number Surname Other Names Candidate Signature General Certificate of Secondary Education For submission in 2016 Computer Science 4512 Unit 4512/1 Practical Programming Scenario

More information

Functional Mathematics

Functional Mathematics FUNCTONAL SKLLS CERTFCATE Functional Mathematics Level 1 Mark Scheme 4367 November 2016 Version/Stage: 1.0 Final MARK SCHEME FUNCTONAL SKLLS MATHEMATCS LEVEL 1 4367 NOVEMBER 2016 Mark schemes are prepared

More information

Instructions for the Conduct of the Examination and Coursework (ICE) Physical Education. Entry Level Certificate (ELC) 8930

Instructions for the Conduct of the Examination and Coursework (ICE) Physical Education. Entry Level Certificate (ELC) 8930 8930 Instructions for the Conduct of the Examination and Coursework (ICE) Physical Education Entry Level Certificate (ELC) 8930 Summer 2006 Please pass one copy of this booklet to the teacher responsible

More information

Computing Science Assignment General assessment information

Computing Science Assignment General assessment information Computing Science Assignment General assessment information This pack contains general assessment information for centres preparing candidates for the assignment Component of Higher Computing Science Course

More information

INSTRUCTIONS FOR THE ADMINISTRATION AND CONDUCT OF THE EXAMINATIONS IN HOME ECONOMICS/HOSPITALITY AND CATERING

INSTRUCTIONS FOR THE ADMINISTRATION AND CONDUCT OF THE EXAMINATIONS IN HOME ECONOMICS/HOSPITALITY AND CATERING INSTRUCTIONS FOR THE ADMINISTRATION AND CONDUCT OF THE EXAMINATIONS IN HOME ECONOMICS/HOSPITALITY AND CATERING 2018 General Certificate of Secondary Education 1. Home Economics (Food and Nutrition) 4300

More information

Support Notes (Issue 1) September Certificate in Digital Applications (DA101) Developing Web Products

Support Notes (Issue 1) September Certificate in Digital Applications (DA101) Developing Web Products Support Notes (Issue 1) September 2016 Certificate in Digital Applications (DA101) Developing Web Products Freewheeling Key points for this SPB The DA101 SPB 0916 is valid for moderation in June 2017,

More information

Pearson Edexcel Level 3 Advanced Subsidiary GCE in Design and Technology: Food Technology (8FT01) First examination 2014

Pearson Edexcel Level 3 Advanced Subsidiary GCE in Design and Technology: Food Technology (8FT01) First examination 2014 Specification GCE Design and Technology: Food Technology Pearson Edexcel Level 3 Advanced Subsidiary GCE in Design and Technology: Food Technology (8FT01) First examination 2014 Pearson Edexcel Level 3

More information

GCSE German 2016: Exemplars for Paper 4 Foundation Tier

GCSE German 2016: Exemplars for Paper 4 Foundation Tier GCSE German 2016: Exemplars for Paper 4 Foundation Tier Contents Introduction 2 Question 1 3 Question 2 8 Question 3(a) and 3(b) 14 Question 4 23 Pearson Education Ltd 2015. 1 Introduction The purpose

More information

Principal Examiner Feedback. January Functional Skills ICT Level 2 (FST02)

Principal Examiner Feedback. January Functional Skills ICT Level 2 (FST02) Principal Examiner Feedback January 2013 Functional Skills ICT Level 2 (FST02) Edexcel and BTEC Qualifications Edexcel and BTEC qualifications come from Pearson, the world s leading learning company. We

More information

Hong Kong Examinations and Assessment Authority Pearson Edexcel GCSE (Chinese) 2018

Hong Kong Examinations and Assessment Authority Pearson Edexcel GCSE (Chinese) 2018 Hong Kong Examinations and Assessment Authority Pearson Edexcel GCSE (Chinese) 2018 Notes for Submission of Examination Materials for Controlled Assessments Contents 1. Qualification Overview P. 1 2. General

More information

Chesterfield High School. OCR Nationals Level 3 Unit 7: Desktop Publishing. Unit 7

Chesterfield High School. OCR Nationals Level 3 Unit 7: Desktop Publishing. Unit 7 Chesterfield High School OCR Nationals Level 3 Unit 7: Desktop Publishing Unit 7 Learning Outcomes By completing this unit candidates will develop a thorough knowledge and understanding of planning, drafting,

More information

Unit Assessment Guide

Unit Assessment Guide Unit Assessment Guide Unit Details Unit code Unit name Unit purpose/application ICTWEB425 Apply structured query language to extract and manipulate data This unit describes the skills and knowledge required

More information

RTO Policy 7: Credit Transfer

RTO Policy 7: Credit Transfer RTO Policy 7: Credit Transfer 2 RTO POLICY 7: CREDIT TRANSFER OWNERSHIP This policy is the responsibility of CPA Australia s Registered Training Organisation () working group ( Working Group). Scope CPA

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 14143-2 First edition 2002-11-15 Information technology Software measurement Functional size measurement Part 2: Conformity evaluation of software size measurement methods

More information

abc Mark Scheme Mathematics 4307 Specification B General Certificate of Secondary Education Module 5 Paper 2 Tier H 43055/2H

abc Mark Scheme Mathematics 4307 Specification B General Certificate of Secondary Education Module 5 Paper 2 Tier H 43055/2H Version : 1.0: 0609 abc General Certificate of Secondary Education Mathematics 4307 Specification B Module 5 Paper 2 Tier H 43055/2H Mark Scheme 2009 examination - June series Mark schemes are prepared

More information

Unit 6: Spreadsheets design and use (LEVEL 2)

Unit 6: Spreadsheets design and use (LEVEL 2) (LEVEL 2) Learning outcomes By completing this unit candidates will develop a thorough knowledge and understanding of how to create and use spreadsheets. Candidates will be able to: design a spreadsheet

More information

QUALIFICATIONS Registration and Certification of National Qualifications and Awards Policy ACTVET_L3_Q_QMPLCY001

QUALIFICATIONS Registration and Certification of National Qualifications and Awards Policy ACTVET_L3_Q_QMPLCY001 QUALIFICATIONS Registration and Certification of National Qualifications and Awards Policy ACTVET_L3_Q_QMPLCY001 ACTVET All Rights Reserved No part of these presents may be reproduced or transmitted in

More information

GCE APPLIED ICT OCR UNIT 3. ICT Solutions for Individuals & Society. Student Workbook

GCE APPLIED ICT OCR UNIT 3. ICT Solutions for Individuals & Society. Student Workbook GCE APPLIED ICT OCR UNIT 3 ICT Solutions for Individuals & Society Student Workbook This is a mandatory AS unit. The World Wide Web allows individuals to access information on any topic. Easy access to

More information

Guide to results Vocational Awards and Certificates Level 1/Level 2

Guide to results Vocational Awards and Certificates Level 1/Level 2 Guide to results Vocational Awards and Certificates / January and June 2018 This document provides an overview of results for Vocational Award and Certificates (Level 1/) qualifications. It gives details

More information

Reception Operations and Services

Reception Operations and Services The Further Education and Training Awards Council (FETAC) was set up as a statutory body on 11 June 2001 by the Minister for Education and Science. Under the Qualifications (Education & Training) Act,

More information

Version 1.0. klm. General Certificate of Education June Mathematics. Decision 1. Mark Scheme

Version 1.0. klm. General Certificate of Education June Mathematics. Decision 1. Mark Scheme Version 1.0 klm General Certificate of Education June 2010 Mathematics MD01 Decision 1 Mark Scheme Mark schemes are prepared by the Principal Examiner and considered, together with the relevant questions,

More information

Software Engineering Large Practical (Android version) 2013/2014

Software Engineering Large Practical (Android version) 2013/2014 Software Engineering Large Practical (Android version) 2013/2014 Professor Stephen Gilmore School of Informatics Issued on: Wednesday 18 th September, 2013 About The Software Engineering Practical is available

More information

Centre Name Centre Number Candidate Name Candidate Number

Centre Name Centre Number Candidate Name Candidate Number Unit Title Creating Interactive Multimedia Products Unit Code R087 Session Jan / June / Nov Year 2 0 Centre Name Centre Number Candidate Name Candidate Number Criteria Teacher Comments Centre Mod LO1:

More information

GCE Music Technology 2017: Content Mapping Edexcel

GCE Music Technology 2017: Content Mapping Edexcel GCE Music 2017: Content Mapping Edexcel Contents Information for current Edexcel centres 1 Mapping 2 GCE Music 2017: Content Mapping Edexcel Information for current Edexcel centres The information in

More information

C A R I B B E A N E X A M I N A T I O N S C O U N C I L REPORT ON CANDIDATES WORK IN THE SECONDARY EDUCATION CERTIFICATE EXAMINATIONS MAY/JUNE 2010

C A R I B B E A N E X A M I N A T I O N S C O U N C I L REPORT ON CANDIDATES WORK IN THE SECONDARY EDUCATION CERTIFICATE EXAMINATIONS MAY/JUNE 2010 C A R I B B E A N E X A M I N A T I O N S C O U N C I L REPORT ON CANDIDATES WORK IN THE SECONDARY EDUCATION CERTIFICATE EXAMINATIONS MAY/JUNE 2010 INFORMATION TECHNOLOGY GENERAL PROFICIENCY Copyright

More information

IQ Level 4 Award in Understanding the External Quality Assurance of Assessment Processes and Practice (QCF) Specification

IQ Level 4 Award in Understanding the External Quality Assurance of Assessment Processes and Practice (QCF) Specification IQ Level 4 Award in Understanding the External Quality Assurance of Assessment Processes and Practice (QCF) Specification Regulation No: 600/5528/5 Page 1 of 15 Contents Page Industry Qualifications...

More information

hij Teacher Resource Bank GCE Design and Technology: Product Design (Textiles) Key Features

hij Teacher Resource Bank GCE Design and Technology: Product Design (Textiles) Key Features hij Teacher Resource Bank GCE Design and Technology: Product Design (Textiles) Key Features Copyright 2008 AQA and its licensors. All rights reserved. The Assessment and Qualifications Alliance (AQA) is

More information

Cambridge International General Certificate of Secondary Education 0478 Computer Science June 2015 Principal Examiner Report for Teachers

Cambridge International General Certificate of Secondary Education 0478 Computer Science June 2015 Principal Examiner Report for Teachers COMPUTER SCIENCE Paper 0478/11 Paper 1 Key Messages This is a new syllabus and the standard of candidates work was mostly very good. There is a continued move to provide questions where candidates have

More information

BTEC Nationals IT - Unit2 FAQs

BTEC Nationals IT - Unit2 FAQs BTEC Nationals IT - Unit2 FAQs Q1 Q2 I need more clarity on what is required in the design task Is it expected that the race officials are entering times as raw times and then the table is set up so it

More information

APMP The APM Project Management Qualification. Guide for Candidates DRAFT

APMP The APM Project Management Qualification. Guide for Candidates DRAFT APMP The APM Project Management Qualification Guide for Candidates Contents Introduction 3 Applying for the examination 3 Examination advice 4 Examination materials 4 Examination procedure 5 3 hour examination

More information

Support Notes (Issue 1) September Snap it! Certificate in Digital Applications (DA105) Coding for the Web

Support Notes (Issue 1) September Snap it! Certificate in Digital Applications (DA105) Coding for the Web Support Notes (Issue 1) September 2014 Certificate in Digital Applications (DA105) Coding for the Web Snap it! Introduction Before tackling the Summative Project Brief (SPB), students should have acquired

More information

Introduction to Programming. June Marking Scheme

Introduction to Programming. June Marking Scheme Introduction to Programming June 2015 Marking Scheme This marking scheme has been prepared as a guide only to markers. This is not a set of model answers, or the exclusive answers to the questions, and

More information

Version 1.0. General Certificate of Secondary Education Practice Paper Set 4. Mathematics (Linear) B. Paper 1 Higher Tier 4365/1H.

Version 1.0. General Certificate of Secondary Education Practice Paper Set 4. Mathematics (Linear) B. Paper 1 Higher Tier 4365/1H. Version 1.0 General Certificate of Secondary Education Practice Paper Set 4 Mathematics (Linear) B Paper 1 Higher Tier 4365/1H Mark Scheme Mark Schemes Principal Examiners have prepared these mark schemes

More information

Unit title: Client Side Scripting for Web Applications (SCQF level 7)

Unit title: Client Side Scripting for Web Applications (SCQF level 7) Higher National Unit specification General information Unit code: HF4X 34 Superclass: CE Publication date: July 2016 Source: Scottish Qualifications Authority Version: 01 Unit purpose This Unit is designed

More information

Principal Examiner Feedback. March Functional Skills ICT. Level 2 (FST02)

Principal Examiner Feedback. March Functional Skills ICT. Level 2 (FST02) Principal Examiner Feedback March 2012 Functional Skills ICT Level 2 (FST02) Edexcel and BTEC Qualifications Edexcel and BTEC qualifications come from Pearson, the world s leading learning company. We

More information

abc Mark Scheme Mathematics 4301 Specification A General Certificate of Secondary Education Paper 2 Higher 2008 examination - November series

abc Mark Scheme Mathematics 4301 Specification A General Certificate of Secondary Education Paper 2 Higher 2008 examination - November series Version 1.0 abc General Certificate of Secondary Education Mathematics 4301 Specification A Paper 2 Higher Mark Scheme 2008 examination - November series Mark schemes are prepared by the Principal Examiner

More information

Unit 2: Collaborative Working

Unit 2: Collaborative Working Candidate MW Unit 2: Collaborative Working Assessment AO1 The focus of this unit is for candidates to work collaboratively with a small group of their peers to produce a final product (possibly a magazine

More information

Guide to Electronic Submission

Guide to Electronic Submission Submitting your evidence of accomplished teaching using the eportfolio system Prepared by Pearson for submission under contract with the National Board for Professional Teaching Standards ElecSubGuide_07

More information

A-LEVEL Physics 7408/3A

A-LEVEL Physics 7408/3A A-LEVEL Physics 7408/3A PAPER 3 Mark scheme June 2017 Version: 1.0 Final SECTION A Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions, by a panel

More information

Exemplar Candidate Work Part 1 of 2 GCE in Applied ICT. OCR Advanced GCE in Applied ICT: H715 Unit G057: Database design

Exemplar Candidate Work Part 1 of 2 GCE in Applied ICT. OCR Advanced GCE in Applied ICT: H715 Unit G057: Database design Exemplar Candidate Work Part 1 of 2 GCE in Applied ICT OCR Advanced GCE in Applied ICT: H715 Unit G057: Database design OCR 2011 Contents Contents 2 Introduction 3 Moderator s Commentary: G057 Database

More information

A Level ICT Transition Pack

A Level ICT Transition Pack Sawtry Village Academy Extended Certificate Level 3 in IT- Single Award Diploma Level 3 in IT Double Award A Level ICT Transition Pack A Level ICT- Skills for the real business world In today s world,

More information

Centre Name Centre Number Candidate Name Candidate Number

Centre Name Centre Number Candidate Name Candidate Number Unit Title Creating a Multipage Website Unit Code R085 Session Jan / June / Nov Year 2 0 Centre Name Centre Number Candidate Name Candidate Number Criteria Teacher Comments Centre Mod LO1: Understand the

More information

GCSE Sociology. Your companion guide to our new specification. First teaching from September 2017 First assessment summer 2019

GCSE Sociology. Your companion guide to our new specification. First teaching from September 2017 First assessment summer 2019 GCSE Sociology Your companion guide to our new specification First teaching from September 2017 First assessment summer 2019 Find out more at: aqa.org.uk/sociology GCSE Sociology is changing We ve created

More information

Principal Examiner Feedback. January Functional Skills ICT (FST02) Level 2

Principal Examiner Feedback. January Functional Skills ICT (FST02) Level 2 Principal Examiner Feedback January 2012 Functional Skills ICT (FST02) Level 2 Edexcel and BTEC Qualifications Edexcel and BTEC qualifications come from Pearson, the world s leading learning company. We

More information

GCSE Business and Communication Systems. Mark Scheme for June Unit A267: ICT skills for business communication systems

GCSE Business and Communication Systems. Mark Scheme for June Unit A267: ICT skills for business communication systems GCSE Business and Communication Systems Unit A267: ICT skills for business communication systems General Certificate of Secondary Education Mark Scheme for June 2017 Oxford Cambridge and RSA Examinations

More information

Computer Aided Draughting and Design: Graded Unit 1

Computer Aided Draughting and Design: Graded Unit 1 Higher National Graded Unit Specification General Information for Centres This Graded Unit has been validated as part of the HNC Computer Aided Draughting and Design (CADD) award. Centres are required

More information

Examiners Report Principal Examiner Feedback. Summer Pearson Edexcel Level 1 Digital Applications (CiDA/DiDA)

Examiners Report Principal Examiner Feedback. Summer Pearson Edexcel Level 1 Digital Applications (CiDA/DiDA) Examiners Report Principal Examiner Feedback Summer 2017 Pearson Edexcel Level 1 Digital Applications (CiDA/DiDA) Edexcel and BTEC Qualifications Edexcel and BTEC qualifications are awarded by Pearson,

More information

Principal Examiner Feedback. November Functional Skills ICT Level 2 (FST02)

Principal Examiner Feedback. November Functional Skills ICT Level 2 (FST02) Principal Examiner Feedback November 2012 Functional Skills ICT Level 2 (FST02) Edexcel and BTEC Qualifications Edexcel and BTEC qualifications come from Pearson, the world s leading learning company.

More information

GCE Design and Technology: 3D Product Design Key Features

GCE Design and Technology: 3D Product Design Key Features hij Teacher Resource Bank GCE Design and Technology: 3D Product Design Key Features The Assessment and Qualifications Alliance (AQA) is a company limited by guarantee registered in England and Wales (company

More information

POSTGRADUATE CERTIFICATE IN LEARNING & TEACHING - REGULATIONS

POSTGRADUATE CERTIFICATE IN LEARNING & TEACHING - REGULATIONS POSTGRADUATE CERTIFICATE IN LEARNING & TEACHING - REGULATIONS 1. The Postgraduate Certificate in Learning and Teaching (CILT) henceforth the Course - comprises two modules: an Introductory Certificate

More information

Unit purpose and aim. Designing and Developing a Web Site. OCR unit number 42 Level: 4 Credit value: 15 Guided learning hours: 90

Unit purpose and aim. Designing and Developing a Web Site. OCR unit number 42 Level: 4 Credit value: 15 Guided learning hours: 90 Unit Title: OCR unit number 42 Level: 4 Credit value: 15 Guided learning hours: 90 Unit reference number: Designing and Developing a Web Site L/601/3315 Candidates undertaking this unit must complete real

More information

A2 Unit G064: ICT Project

A2 Unit G064: ICT Project A Unit G06: ICT Project Exemplification of Mark Scheme: Teachers Notes (a) Definition, Investigation and Analysis (i) Definition nature of the problem to be investigated 1 mark a brief description of the

More information

APMP. The APM Project Management Qualification. Guide for Candidates

APMP. The APM Project Management Qualification. Guide for Candidates APMP The APM Project Management Qualification Guide for Candidates Contents Introduction 3 Applying for the examination 3 Examination advice 4 Examination materials 4 Examination process 5 3 hour examination

More information

QuickStart Guide for Assessors

QuickStart Guide for Assessors Once you have been provided with your Chalk & Wire User ID and Password, go to the Chalk & Wire login web page for your institution. If you do not know the correct URL, please visit ep.chalkandwire.com

More information

GCE Applied ICT. Mark Scheme for June Unit G055: Networking Solutions. Advanced GCE. Oxford Cambridge and RSA Examinations

GCE Applied ICT. Mark Scheme for June Unit G055: Networking Solutions. Advanced GCE. Oxford Cambridge and RSA Examinations GCE Applied ICT Unit G055: Networking Solutions Advanced GCE Mark Scheme for June 017 Oxford Cambridge and RSA Examinations OCR (Oxford Cambridge and RSA) is a leading UK awarding body, providing a wide

More information

to start ICT systems and 2.2 Open software application, e.g. word processing, desktop open and use

to start ICT systems and 2.2 Open software application, e.g. word processing, desktop open and use Unit Title: OCR unit number: 1 Level: Entry 3 Credit value: 3 Guided learning hours: 15 Unit reference number: Displaying Information Using ICT T/502/1141 Learning Outcomes Assessment Criteria The Learner

More information

Guide for candidates

Guide for candidates Guide for candidates 2 APMP Guide for candidates Introduction 3 Applying for an examination 3 Completing your application form 3 Taking the examination 4 Examination rules 4 Examination materials 4 Examination

More information

INFORMATION AND COMMUNICATION TECHNOLOGY

INFORMATION AND COMMUNICATION TECHNOLOGY INFORMATION AND COMMUNICATION TECHNOLOGY Paper 0417/12 Written Paper Key messages To achieve high marks in the level of response question (last question) candidates must give more than a statement in their

More information

WELSH BACCALAUREATE: Administration Handbook

WELSH BACCALAUREATE: Administration Handbook WELSH BACCALAUREATE: Administration Handbook 2016-2017 The procedures in this handbook apply to those candidates registering for the new Welsh Baccalaureate specifications for teaching from Sept 2015.

More information

Imao Edexcel Foundation Mathematics 2013

Imao Edexcel Foundation Mathematics 2013 Imao Foundation 2013 Free PDF ebook Download: Imao Foundation 2013 Download or Read Online ebook imao edexcel foundation mathematics 2013 in PDF Format From The Best User Guide Database Linear Specification

More information