Making a great Project 2 OCR 1994/2360. Implementation This is about how you make your system. It should have enough detail for a competent user to be.

Slides:



Advertisements
Similar presentations
Content 15.1 Basic features Types of database Data structures 15.2 Creating a database Screen layout Entering data Editing data 15.3 Displaying data Searching.
Advertisements

Word processing A word processor can be used to write, edit, format and print text. Before word processors, printed documents were typed directly on to.
A Toolbox for Blackboard Tim Roberts
SurveyMonkey for National Partnerships Agreements (NPA) Educational Measurement and School Accountability Directorate (EMSAD)
GCSE PROJECT GUIDELINES Use this presentation to make sure you have the correct content for you project - click on.
Phase 3 PAT / Research project. PAT - Research project - Phase 3 Big purpose Investigate problem In Word report provide evidence of full investigation.
Int 1 Revision Word Processing Most people are familiar with word processing packages such as Microsoft Word, Open Office and Word Perfect. Here are some.
Managing a Club A club is trying to persuade more people to take part. Some features of the club are: Open to all ages Takes part in competitions and.
©M Robinson (All Saints College) Replace this with your full name OCR Unit 1 ICT Skills for Business g1 Instructions (this slide should be deleted before.
The Solution xxxxxxxx.
Software Development, Programming, Testing & Implementation.
The Project AH Computing. Functional Requirements  What the product must do!  Examples attractive welcome screen all options available as clickable.
Mail Merge. One very useful feature of Microsoft Office is the Mail Merge feature. As an example of its use, suppose you want to send out application.
IT Applications Theory Slideshows By Mark Kelly Vceit.com Types and contents of On-screen user documentation.
December 10th Inservice Presenter: Linda Lopresti 9-10 English Department (K112) Contact Info: twitter:
Microsoft Word 2010 Lesson 10. Learning Objectives 1 Understand and Use Mail Merge 2 Select and Edit a main document 3 Create a source document 4 Preview,
XP New Perspectives on Microsoft Access 2002 Tutorial 51 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and.
Chapter 8: Systems analysis and design
Unit B065 – Coding a solution PREP WORK 1)Make sure you keep a work log / diary. Use the table on page 16 of the hand book as a template 2)Keep a bibliography.
Driving School Database
Controlled Assessment
Making a great Project 2 OCR 1994/2360. User Documentation Your User Documentation is the instructions for how to use the system you have created It is.
Making a great Project 2 OCR 1994/2360. Analysis This is the key to getting it right. Too many candidates skip through this section. It’s worth 20% of.
1 Access for non-experts Link tables Find fields Criteria Join tables Find missing comment lines Understand relational databases (Wow!)
Standard Grade Computing General Purpose Packages WORD-PROCESSING WORD-PROCESSING Chapter 2.
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.
Making a great Project 2 OCR 1994/2360. Design Some candidates dive in, make a database or spreadsheet, then try and make a design afterwards. This won’t.
Starter… Draw a data dictionary for these entities: TEAM(teamID, Name, League, Founded) KIT(kitID, teamID, size, type, season, price) EntityKeyNameData.
The Project – Database Design. The following is the high mark band for the Database design: Analysed a given situation and produced and analysed a given.
Database Reminders…. When making your table, stay in design view: Do this in design view. Not this in datasheet view.
Database Systems Microsoft Access Practical #3 Queries Nos 215.
INF Development of IT competence in organisations Welcome! 1 10 ECTS credits Builds on basic informatics competence MemeCenter.com.
COMP 208/214/215/216 – Lecture 8 Demonstrations and Portfolios.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
Controlled Assessment A(iii) Recommended solution Recommended solution Reasons for this recommendation Refer to the information requirements and your research.
Based on Advanced Spreadsheet Projects In Excel © Hodder Education 2008 Excel Projects – design.
Verification & Validation. Batch processing In a batch processing system, documents such as sales orders are collected into batches of typically 50 documents.
Database Management Systems (DBMS)
G042 Lecture G042 Feedback 2011 Mr C Johnston ICT Teacher
AS Biology Completing your your coursework. Planning  This has already been completed.  Must be a clearly defined section of your final report – write.
Creating a Database Angelo Lafratta- Website: Search: Keith Valley Physical.
The Instruction Set Architecture. Hardware – Software boundary Java Program C Program Ada Program Compiler Instruction Set Architecture Microcode Hardware.
Producing a Mail Merged Letter Step 1 Create an Access database for Names and Addresses you can use the ‘Customers’ template in Group Work. Enter the necessary.
Conditional formatting and validation Spreadsheet modelling.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 5 1 Microsoft Office Access 2003 Tutorial 5 – Enhancing a Table’s Design.
Making a great Project 2 OCR 1994/2360. Testing The point of testing is to make sure that it does what it set out to do Test to see that the user requirements.
Essential Skills Wales ICT Level 3. ESW ICT Level 3 - Essentials Builds on lower levels Efficient and independent use of software Final outcomes *level.
Advanced Higher Computing Science The Project. Introduction Worth 60% of the total marks for the course Must include: An appropriate interface using input.
In today’s lesson we will be looking at: what we mean by the software development lifecycle the phases in the lifecycle We will focus particularly on testing:
Learning Objectives Today we will Learn: The different methods of implementation The differences between user and technical documentation.
Advanced Higher Computing Science
Managing a Project User Documentation.
Screenshot evidence of page size
Adastra v3 Reporting & National Quality Requirements
Databases.
Database application MySQL Database and PhpMyAdmin
Delete this box when you are done!
Week 12 Option 3: Database Design
Mary Torjussen A2 ICT Week 1.
Microsoft Office Access 2003
Microsoft Applications
Customising the Interface
Instructions (this slide should be deleted before final hand-in)
How would you use your calculator to solve 52?
Implementation of ICT-related solutions
Spreadsheets, Modelling & Databases
The ultimate in data organization
How would you use your calculator to solve 52?
Integrating Office 2013 Programs
Suitability Test Wednesday, 22 May 2019.
Presentation transcript:

Making a great Project 2 OCR 1994/2360

Implementation This is about how you make your system. It should have enough detail for a competent user to be able to recreate you system – but no more! Keep it in proportion – this section is worth 23% or the marks, so should not be more than a quarter of your project!

Implementation Make use of screenshots to illustrate your work, but crop them or resize them. On their own they will not be enough, so add some description. Remember you are addressing a competent computer user – they should be able to at least open the software without you having to tell them how!

Implementation This section is a record of what YOU have done, so write it in the first person (eg I set up these data fields... Etc)

Implementation 1 – data structure Refer to your design and set up the fields, data types, lengths and validations you planned. Illustrate this with some screenshots and comments on why you used particular features of the software.

Implementation 1 – data structure For more than two marks, you must make at least two changes to the data structure you designed. These must be sensible changes for a good reason. For full marks you need to say why you had to make the changes.

Implementation 2 – input and output formats Refer to your design and set up the input forms you planned. Illustrate this with some screenshots and comments on why you used particular features of the software.

Implementation 2 – input and output formats Refer to your design and set up the output reports you planned. Usually you will need to create queries to make the reports from. Using parameter queries means you can use the same query to find different things. Illustrate this with some screenshots and comments on why you used particular features of the software.

Implementation 2 – input and output formats If you have planned to transfer data into mailmerged letters or labels, you need to create the letter designs here. Illustrate this with some screenshots and comments on why you used particular features of the software.

Implementation 2 – input and output formats If you have planned a switchboard or main user screen, now is the time to create it. Forms and reports can be linked using action buttons (remember queries should only be seen through their reports or forms). Letters for mailmerges can be linked using hyperlinks. When the form is complete, set it to open automatically on startup.

Implementation 2 – input and output formats For more than two marks, you must make at least two changes to the input screens and output reports or letters you designed. These must be sensible changes for a good reason. For full marks you need to say why you had to make the changes.

Implementation 3 – use software features For up to 3 marks, you don’t have to do anything extra. You just need to make sure there is some evidence that you have used at least three features of one application, eg the database, and three features of another, eg the spreadsheet or wordprocessor. BUT for full marks you must say why you have used each feature.

Implementation 4 – combine software features To get a mark for this, data must be transferred automatically from one application to another. Copy & paste does not count! You could mailmerge data from a query into a letter, or analyse a database table in a spreadsheet to create a graph

Implementation 4 – combine software features To get a second mark for this, data must be transferred automatically from one application to another for a different purpose! You could mailmerge data from a query to create mailing labels, or from a different query into a different type of letter.

Implementation complete… That’s it! You should now have created your solution to the problem and written up how you did it. Your next step will be to test your system.