Component 3 Programmed Solution to a problem

Slides:



Advertisements
Similar presentations
Your Project Report is a record of how the problem was solved It provides guidance to your company to implement what you have done It is one of the assessment.
Advertisements

PROGRAMMING LANGUAGE (JAVA) UNIT 42 BY ROBERT BUTTERFIELD TELEPHONE Data Structures and Algorithms.
Year 13 Project. A2 ICT (AQA) - initial information, subject to change The project is split into sections as follows (suggested completion dates shown):
Placement Workshop Y2, Sem 2 Professional Practice Module (PPM)
Chapter 2 - Problem Solving
Multimedia Project Proposal
CS300 Planning and Executing a Project Helen Treharne (Bogdan Vrusias)
CS300 Planning and Executing a Project Terry Hinton Helen Treharne.
GCSE Personal Exercise Plan (PEP) - Guidance
E-Portfolios for Students
Database Design IST 7-10 Presented by Miss Egan and Miss Richards.
The Project AH Computing. Functional Requirements  What the product must do!  Examples attractive welcome screen all options available as clickable.
"In the name of ALLAH, most Gracious, most Compassionate".
. GCSE Computer Science. General Information The spec has been developed with the support of Microsoft The specification and sample assessment materials.
The draft NSW English K-10 syllabus Version 2 February, 2012.
1 DEVELOPING ASSESSMENT TOOLS FOR ESL Liz Davidson & Nadia Casarotto CMM General Studies and Further Education.
Noadswood Science,  Information Wednesday, September 09, 2015.
Kazakhstan Centres of Excellence Teacher Education Programme Assessment of teachers at Level Two.
CHOOSING a Unit 3 Assignment Spreadsheet Design TASK 1 Read through the introductions to the 3 different assignments. Choose which one you will do. Write.
Adding the Executive Summary and …. Executive Summary (1-2 pages) briefly presents these items: 1.sustainability problem 2.rationale for your project.
PREPARING REPORTS CoB Center for Professional Communication.
VCE VET INFORMATION TECHNOLOGY SCORED ASSESSMENT.
New Advanced Higher Subject Implementation Events Computing Science Advanced Higher Course Assessment.
1.2. P ROJECT I NFORMATION Important project information and advice.
Copyright © 2010 Pearson Education, Inc. publishing as Prentice HallChapter Writing and Completing Reports and Proposals.
BSc Final Year Projects in Computing Computer Science, Creative Computing, Games Programming, Business Computing Dr Rodger Kibble.
PROJECT LOG MOLLY ATKINSON. 10/09 Today, I got to grips with the course outline, which included creating the relevant folders for all my future publications,
44222: Information Systems Development Documenting a Solution Ian Perry Room:C41C Extension:7287
©Dr I M Bradley Doing the project and other things.
Title of My Design and Prototype Project Students names Teacher name School Name This is a template that may need to be altered to fit the needs of your.
©2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Investigate Plan Design Create Evaluate (Test it to objective evaluation at each stage of the design cycle) state – describe - explain the problem some.
It’s Capstone Time! March 6, Important Dates: Project needs to be completed and turned in on Thursday, April 10 th Class Presentation will be scheduled.
Analysis. This involves investigating what is required from the new system and what facilities are available. It would probably include:
Governor Support Service Training Governor Workshop 31 st March 2016 As a service we have a responsibility to enable all governors to access appropriate,
Advanced Higher Computing Science The Project. Introduction Worth 60% of the total marks for the course Must include: An appropriate interface using input.
AS ICT Agreement Trial October AGENDA  Review of Moderation  Coffee  Assessment of New AS Exemplar.
Advanced Higher Computing Science
Thinking through initial ideas
Understanding Standards
E- Patient Medical History System
Central Lakes Regional Planning Team
A Level Computer Science
CSC 222: Object-Oriented Programming
Personalizing Learning with Moodle
Project planning The systems life cycle.
CSC 222: Computer Programming II
Understanding Standards: Nominee Training Event
COMP390/3/4/5 Final Year Project Introduction & Specification
Working in Groups in Canvas
THIS IS TO EVIDENCE YOUR WORK AND GET THE BEST GRADE POSSIBLE
Writing your personal project report
Introduction to New Product Development (Portfolio)
Title of My Design and Prototype Project
National 4 Added Value Unit (AVU)
Increased Efficiency and Effectiveness
Forging the Innovation Generation
PROJECT MANAGEMENT Bill Biddle.
COMP390/3/4/5 Final Year Project Design
ECE 544 Project III Description and Timeline March 23, 2018
Cambridge TECHNICALS- LEVEL 3
COMP390/3/4/5 Final Year Project Introduction & Specification
Music Technology What’s in the course?
LO4 - Be Able to Use IT Applications to Meet the Business Needs
Long Reports Module Twenty Four McGraw-Hill/Irwin
Mobile-based Academic Degree Audit Application
An overview of course assessment
This lesson is for both investigation and artefact projects.
COMP390/3/4/5 Final Year Project Design
Welcome back!! I hope your fieldwork was successful!
Presentation transcript:

Component 3 Programmed Solution to a problem

What do I have to do? You will be expected to investigate, design, prototype, refine the design , implement, test and evaluate a computer solution to a substantial problem that you choose. You will have to produce a computer program that solves a specific problem. You will have to produce a report that demonstrates your skills. You will need to identify a real world problem to solve. It must have a clear purpose and aims. A substantial amount of marks come from investigating the current system.

How much is it worth? This is worth 20% of your overall mark and is graded out of 100 marks (0.2% overall per mark) 1. Discussion (5 Marks) 2. Investigation (10 Marks) 3. Design (15 Marks) 4. Prototype (10 Marks) 5. Post-prototype refinement of design (5 Marks) 6. Software development (25 Marks) 6a - Developmental Testing (5 marks) 7. Testing (10 Marks) 8. Evaluation (15 Marks) Total 100 marks

How much time will I have? Deadlines The deadline for this coursework will be 7th April 2017 Friday before Easter There will be intermediate deadlines set but these will be issued in September

Classroom routines This project will be split across both of your classroom teachers. You will have two single lessons each week to work through your coursework. Double lessons will be spent working through component 1 and 2. You will be provided with a folder to store all of your coursework. This folder is for your most up to date coursework only. If you wish to keep draft work you must store this somewhere else. Each teacher is responsible for specific parts of your project… 1. Discussion – APE 2. Investigation – APE 3 – Design – CGI 4 – Prototype – CGI 5 – Post-Prototype refinement of design – CGI 6 – Software development – CGI 7 – Testing – APE 8 – Evaluation - APE

How is my report to be structured? You will be provided with a check list that details all of the items that you should include. This report should be structured so that it is easy to navigate… + Clear use of sub headings which link to the mark scheme + Contents page used to make it easier to find your work + Page numbers on all of your work In addition to your report you must also hand in all source code (printed) as well as source code (electronic) and a working executable of your file

What languages can I use? You will b e encouraged to use the programming language VB.Net (Visual Basic). However you may choose any high level, text based, programming language including… + Python + C# + C++ + C + Java + Delphi + PHP/ASP (Seek guidance before choosing to build a dynamic webpage) This list is not exhaustive. You will not be awarded additional marks for programming in a more complex programming language

How complex does it need to be? Your project need to be complex enough to qualify as an A-Level project. To be judged “complex” your project must cover the majority of skills from the C1 – Checklist. So as an example your project should have examples of Sequence, selection and iteration. It should also involve some searching or sorting of data in an array. It is important to note that you do not have to include all items from this list nor will you gain extra credit for doing so

What problems can I choose from? Firstly your problem should be complex enough. Secondly it should identify a clear current system which can be improved. The current system can be paper based or electronic (it may be neither and therefore a computer program to solve it may be ideal). You are allowed to produce computer games but the game must have a clear aim and purpose. Examples of projects from the past include… + Football Team statistics Squads into formation and update of player statistics + Baker Oven management Arranges a schedule for industrial ovens so that all products are baked on time and in the most efficient way + Warehouse staff allocation Software which details a breakdown of what products to pick in which order each day + Mobile application to manage medication + Double glazing quote softwarae + Tax calculator + Table management for a restaraunt

(1)The Discussion You must spend time thinking about what you could use as your project. You will need to produce a proposal. You must produce a document or presentation which you will present to the rest of the class in the last week of the school term. In this document or presentation you must… (A)Describe, to others, the broad aims and limitations of the project. (B)Identify and describe, to others, the possible limitations of a solution to the problem. This work will be graded using the following criteria…

Feedback from the discussion You must gain feedback based on your proposal. It is up to you to decide how to collect, record and analyse this feedback. Possible options include (not inclusive) + Q & A + Questionnaire + Interviews + Online survey (such as survey monkey)