GCE APPLIED ICT A2 COURSEWORK TIPS

Size: px
Start display at page:

Download "GCE APPLIED ICT A2 COURSEWORK TIPS"

Transcription

1 GCE APPLIED ICT A2 COURSEWORK TIPS

2 COURSEWORK TIPS A2 GCE APPLIED ICT If you are studying for the six-unit GCE Single Award or the twelve-unit Double Award, then you may study some of the following coursework units: A2 UNIT 8 DATABASE DEVELOPMENT A2 UNIT 9 WEBSITE DESIGN AND MANAGEMENT A2 UNIT 10 MULTIMEDIA TECHNOLOGY A2 UNIT 11 APPLICATION SOFTWARE DEVELOPMENT A2 UNIT 12 VISUAL PROGRAMMING A2 UNIT 14 IMPLEMENTING a BUSINESS SOLUTION This booklet will give you advice on preparing for these A2 coursework units.

3 A2 UNIT 8 DATABASE DEVELOPMENT This unit is meant to demonstrate your understanding of the importance of database technology and develop database skills. It will show your knowledge of database technology and modelling concepts. You will need to demonstrate skills such as normalisation to 3NF, relational database structures, querying databases and the development of a relational database model. You will have to design, implement, test and document a database solution to a problem of your choice. You must show evidence of project management skills. The documentation you present in your portfolio should have a professional feel to it and should demonstrate an appropriate style for work at this level. YOUR COURSEWORK PORTFOLIO SHOULD BE BOUND APPROPRIATELY. A2 UNIT 8 DATABASE DEVELOPMENT

4 In this Unit you must produce a working relational database system which you have designed to meet your user s specified requirements. It is strongly recommended that your portfolio should be presented using the following format and headings: Candidate Record Sheet This document should be signed by both you and your teacher. Contents Page If you choose to include a contents page with accurate page numbers it will significantly enhance your work. It will demonstrate a style commonly found in reports of this nature. Working database system The project should begin by you giving an in depth description of the current system as it exists. This should set the scene for the work that is to follow. Before you can build a new system, you must thoroughly understand how the current system works. This section should describe in detail what the current system does and what problems it contains. (It is possible to show this using DFD (symbols are listed on Page 84 of the specification) which display the context and overviews of the current system.) Users Needs Based on your investigation of the current system, a clear statement of users needs should be listed. As far as possible these should be quantitative. Examples of users needs: The system should produce a report for all customers who are more that 60 days overdue in their payments. The system should be able to list all customers who live in Lisburn and are under 21 years of age. The system should list all the appointments for all employees for each working day. The system should allow new users details to be entered. It will be possible to find out a complete customer order history from this system. It will be possible to find out details of an order if an order code is input A2 UNIT 8 DATABASE DEVELOPMENT

5 Examples of user s needs that should avoided include: The system will be fast The system will find a record in 10 seconds The system will be user friendly The system will use macros to print out reports The system will use complex queries to. The system will use tables to hold data or similar non-quantitative objectives or objectives that use technical language. Remember these objectives are a wish list of what the user wants and so should be expressed in non-technical lay-persons language. The reason for producing the users requirements in a quantitative list is that it will allow, in the evaluation section (later), you to comment on whether the requirements were met (or not). Project Plan This is a plan that you should set out at the beginning of your work. It will be a programme of activities and resources you will use within a timeframe over the life time of the project design. You should use a recognised project management tool to document this. An example of a project management tool would be a GANTT chart (examples of GANTT charts can be found on the exemplar paper 7 Investigating Systems (a synoptic unit)). See CCEA website at rtdocs/appliedict_unit7_exemplar_paper.pdf Other Gantt chart examples can be found at: It is also possible to use EXCEL as a project management tool see A2 UNIT 8 DATABASE DEVELOPMENT

6 Design specification This section of your report should show bottom up data modelling activities you have carried out to produce your database design. Data Normalisation This will include listing all your data and applying a bottom up process known as data normalisation. You should apply the normalisation process up to 3NF only. See Entity Relationship modelling This section of your report should show top down data modelling activities you have carried out to produce your database design. See It is important to emphasise here that you must develop and name your entities and also name the relationships between them. Both of these activities are known as logical design models. These data modelling processes are used to produce the same physical model i.e. a model that will include tables and relationships. Output Design This section will include the design of your final physical model. Processes This section will include the processes that your system will use to achieve the user requirements. It will describe how data is manipulated to produce output. Implementation This is final evidence that your system has been finished and is working. You will need to produce annotated screen dumps of your application i.e. screen dumps on which you describe what is going on. Only code you have written yourself should be annotated and included. (Please do NOT include pages of code which has been produced by the code generator!) A2 UNIT 8 DATABASE DEVELOPMENT

7 User Documentation This is a separate document which you will produce for a naïve user to allow them to use the system. This naïve user will be assumed to have no knowledge of your system. This naïve user should NOT be able to amend or have access to raw data. For some advice on this see You must also provide evidence that THREE users have tested your system using your user guide. You must also evaluate how your system meets its original objectives. This could be evidenced by a signed questionnaire. Technical Documentation This is a separate document which you will produce to allow a TECHNICAL user to maintain or upgrade the system. Technical Documentation is written for people will maintain the system once it is installed and being used. Remember - All systems evolve. This means that the user will need the system to do things better, faster or even in a different way. Some things may have even been overlooked or forgotten. The user will only realise that improvements need to be made once they start using the system. Maintaining the system means keeping it running well and doing what the user needs it to do. Technical guides may use technical language and system diagrams if they are needed. Examine A technical Guide may include the following: Technical details such as the type of system being used technical details such as type of computer system, RAM, printer etc. Explanations may include o how to load the software, upgrade a sub-system, make a user interface, add fields, validate and verify data, amend the database structure, fault find etc. o How to produce a query or report. o How to edit a macro or change some code. You may also put in a FAQ section or contact details ( support address, web site support address, telephone support line numbers.) A2 UNIT 8 DATABASE DEVELOPMENT

8 You must also provide evidence that THREE users have tested your system using your technical guide. You must also evaluate how your system meets its original objectives. This could be evidenced by a signed questionnaire. Test Documentation You should provide a comprehensive test plan with evidence that testing has been carried out. Test plans should include evidence of: Navigation Data capture Data manipulation Data output Reports produced Evaluation This section is where you describe your solution and reflect on how it meets the quantitative user requirements specified at the beginning. It should comment on the data modelling and this section should also report on future improvements. You must also mention how your time management skills were used as well as the interaction between yourself and the user while you developed your data models. There should be evidence of discussion of your project plan and the use of project management tools. Statements such as My user wanted the following requirements (the list). which is then followed by an in depth discussion of these requirements is good practice. Remember it may not have been possible to satisfy all users requirements why? maybe this something for future consideration? You should concentrate on your initial project management plan did everything go according to plan do you deliver when you said you would? if not? - why not? did things take longer than expected? why? were there any unforeseen events that slowed the project? what were they and how did you cope or catch up? You should reflect on the future of the project are there any enhancements that you could add later give reasons for them. Statements such as I thought I did well. There were no real problems at all should be avoided it is unrealistic to expect everything to run smoothly. Statements such as Everything was fine, but if I had to do it again I d do it differently should also be avoided. It s contradictory. A2 UNIT 8 DATABASE DEVELOPMENT

9 A2 UNIT 9 WEBSITE DESIGN AND MANAGEMENT This unit allows you to demonstrate your skills in developing and designing websites using appropriate tools. You will demonstrate your knowledge about performance issues, how you ve used a range of media and how you have developed interactive features. You should show evidence of advanced and or dynamic content on both your website presentation and management. You should show evidence of developing, testing, documenting, maintaining and evaluating websites. You should show evidence of project management techniques. The documentation you present in your portfolio should have a professional feel to it and should demonstrate an appropriate style for work at this level. YOUR COURSEWORK PORTFOLIO SHOULD BE BOUND APPROPRIATELY. A2 UNIT 9 WEBSITE DESIGN AND MANAGEMENT

10 In this Unit you must produce a project plan that describes how you will manage your time and resources and how you will schedule the activities involved. A professional website that fully meets the needs of client - a business or official organisation. It is strongly recommended that your portfolio should be presented using the following format and headings: Candidate Record Sheet This document should be signed by both you and your teacher. Contents Page If you choose to include a contents page with accurate page numbers it will significantly enhance your work. It will demonstrate a style commonly found in reports of this nature. Feasibility of the project There should be a detailed investigation of the clients current business and you should investigate your clients requirements for the website. It is important to discuss these requirements thoroughly and present the client with a well presented written outline. This outline should include a portfolio of ideas and an outline of site structure, making reference to timescale and financial costs. You must remember that the client will consider you to be the expert so it is essential you provide technical information such as domain and hosting issues in an easy to understand format. Storyboarding is evidence of good practice. This site should include advanced content such as dynamic scripting or media and be suitable for the audience concerned. This task will give you experience of planning a website implementation for a client as well as looking at methods that allow the site to be managed directly by the client. A2 UNIT 9 WEBSITE DESIGN AND MANAGEMENT

11 Project Plan This is a plan that you should set out at the beginning of your work. It will be a programme of activities and resources you will use within a timeframe over the life time of the project design. You should use a recognised project management tool to document this. An example of a project management tool would be a GANTT chart (examples of GANTT charts can be found on the exemplar paper 7 Investigating Systems (a synoptic unit)). See CCEA website at rtdocs/appliedict_unit7_exemplar_paper.pdf Other Gantt chart examples can be found at: It is also possible to use EXCEL as a project management tool see A2 UNIT 9 WEBSITE DESIGN AND MANAGEMENT

12 Site specification The site specification should include the following sections: Audience considerations. Domain Name and Hosting Issues Site Management Issues Site Structure Ideas Dynamic content requirements (e.g. scripted content) Dynamic content is content generated by some server process e.g. a list of web sites matching the search criteria on a search engine site, the content of a shopping cart on an e-commerce site, a personalized news page, a message on a bulletin board or the result of a database query. Before it is sent to the browser, the dynamic content needs to be combined with regular HTML elements into a page with the right layout, navigation bars, the company logo etc. Use of and embedding of media content such as animation / movies. Content Requirements from client Accessibility Issues Legal Issues (Data Protection Act if applicable) Site scalability proposals Financial Issues Timescales Each page on the site should be described to show evidence of: Webpage screen shot Fonts / styles and colours used. Meta tags used and why they were employed. Navigation Issues. Use of text layout tools such as layers, tables or frames Use of images and if applicable how they were created. Use of multimedia and if applicable how created and embedded to page. Downloadable content. Advanced content Accessibility issues considered. Some other issues that need to be addressed in your portfolio include: Auditing issues Web hosting Your website must be hosted. A2 UNIT 9 WEBSITE DESIGN AND MANAGEMENT

13 A2 UNIT 10 MULTIMEDIA TECHNOLOGY This unit is meant to demonstrate your understanding of the importance of multimedia technology and the use hardware and software in your given context. You must evidence of the design, description and presentation of a multimedia solution using a range of techniques including animation and video. You must show evidence of project management skills in your portfolio. The documentation you present in your portfolio should have a professional feel to it and should demonstrate an appropriate style for work at this level. YOUR COURSEWORK PORTFOLIO SHOULD BE BOUND APPROPRIATELY. A2 UNIT 10 MULTIMEDIA TECHNOLOGY

14 In this Unit you must produce an interactive multimedia presentation including one piece of video or animation which includes a piece of edited audio supported by design sketches, storyboards and flow charts to meet your user s specified requirements. It is strongly recommended that your portfolio should be presented using the following format and headings: Candidate Record Sheet This document should be signed by both you and your teacher. Contents Page If you choose to include a contents page with accurate page numbers it will significantly enhance your work. It will demonstrate a style commonly found in reports of this nature. Project Plan This is a plan that you should set out at the beginning of your work. It will be a programme of activities and resources you will use within a timeframe over the life time of the project design. You should use a recognised project management tool to document this. An example of a project management tool would be a GANTT chart (examples of GANTT charts can be found on the exemplar paper 7 Investigating Systems (a synoptic unit)). See CCEA website at rtdocs/appliedict_unit7_exemplar_paper.pdf Other Gantt chart examples can be found at: It is also possible to use EXCEL as a project management tool see A2 UNIT 10 MULTIMEDIA TECHNOLOGY

15 Multimedia Portfolio Presentation The multimedia presentation should ensure all information is presented in a structured, coherent, concise manner showing continuity. It should demonstrate the proper use of technical language showing an understanding of the design and production process. It should present a detailed analysis of the production task. Your portfolio should demonstrate that you know: How digital technology works What hardware and software to use in multimedia projects How to design a multimedia project The standard techniques used to create multimedia content How to present multimedia content What are the standard ways of working This unit will allow you to demonstrate team work. Each member of the team should be actively involved in the design and production process. You, as a team member, should be fully aware of what all other members of the team are producing for the multimedia project. Each team member must be responsible, at some time, of leading and directing the team. Each team member must produce their own distinct portfolio. A2 UNIT 10 MULTIMEDIA TECHNOLOGY

16 A2 UNIT 11 APPLICATION SOFTWARE DEVELOPMENT This unit is meant to demonstrate your understanding of the importance of an e-portfolio, which you will design to support business functions in a given context. You must show evidence of how you used research, selection, evaluation and use of advanced features of software. You must show evidence of your understanding of the issues involved in the choice of software. A2 UNIT 11 APPLICATION SOFTWARE DEVELOPMENT

17 In this Unit you must produce an e-portfolio containing evidence of A digital training resource which will help a new member of an organisation understand the vision, aims and structure of an organisation. An automated database containing data that can be used by a spreadsheet and word processor. A digital briefing resource that explains e-communication tools. A two page document (or 2 minute video) evaluating your own performance. A2 UNIT 11 APPLICATION SOFTWARE DEVELOPMENT

18 A2 UNIT 12 VISUAL PROGRAMMING In this unit you were introduced to the fundamental concepts of modern programming in a visual language. You must show evidence that you have undertaken tasks in which you designed and created programmes (event driven in nature) prototyped applications using storyboarding as a design tool interacted with your user used procedures and functions developed a user interface design and utilised the software to produce GUI applications. You will develop a single application or undertake a set of tasks to design a set of GUI applications which meet a set of user requirements. You will be required to examine and apply standard ways of working in this context. The documentation you present in your portfolio should have a professional feel to it and should demonstrate an appropriate style for work at this level. YOUR COURSEWORK PORTFOLIO SHOULD BE BOUND APPROPRIATELY. A2 UNIT 12 VISUAL PROGRAMMING

19 WHAT YOU NEED TO DEMONSTRATE. Your portfolio should demonstrate that you know: How to design a visual interface; How to develop a prototype through storyboarding; How to use tools for building a GUI application; How to package and distribute a system; The importance of testing your user specified system; Technical and user documentation requirements; How to evaluate a user specified system; What the standard ways of working are. A2 UNIT 12 VISUAL PROGRAMMING

20 In this Unit you must produce a working system which has been designed to meet your user s specified requirements. It should be produced using a visual programming tool. It is strongly recommended that your portfolio should be presented using the following format and headings: Candidate Record Sheet This document should be signed by both you and your teacher. Contents Page If you choose to include a contents page with accurate page numbers it will significantly enhance your work. It will demonstrate a style commonly found in reports of this nature. Introduction This section must describe the current system in detail and the requirements for the new system. Project Plan This is a plan that you should set out at the beginning of your work. It will be a programme of activities and resources you will use within a timeframe over the life time of the project design. You should use a recognised project management tool to document this. An example of a project management tool would be a GANTT chart (examples of GANTT charts can be found on the exemplar paper 7 Investigating Systems (a synoptic unit)). See CCEA website at rtdocs/appliedict_unit7_exemplar_paper.pdf Other Gantt chart examples can be found at: It is also possible to use EXCEL as a project management tool see Design Documentation You must use storyboarding and state the data requirements and output to be produced by your system. You should use detailed sketches/ storyboards to present a graphical representation of the proposed system. The storyboards should include relevant controls e.g. labels, text boxes, list/combo boxes, images, menus and toolbars. Navigation through the system should also be represented. Along with the actual storyboards, details of the modular design of the programs should be explained. A2 UNIT 12 VISUAL PROGRAMMING

21 Implementation You must show evidence of your implementation by including annotated screen dumps and code listings of the system you have built. This should be generated from user requirements. The initial prototype should only provide a snapshot of the proposed system, giving a flavour of the screens, navigation, controls used and output screens. The refinement of the prototyping should be carried as necessary taking into account user feedback each time. Forms should be fit for purpose, professional, original, intuitive, consistent and employ a variety of text, menus, controls and graphics. There should be evidence of e.g. combo box, scroll bar, list box, graphics, check box etc. Processing and Code - students should use appropriate programming structures e.g. Sequence, Selection and Repetition, Case statements, For to Next, and Nested If statements. A number of user-defined modules should be evident. The entire code should be printed out in full. Use of control arrays can reduce the amount of code keyed in. Processing and Printouts The programs produced should contain validation of controls, menus etc.. User Documentation This is a separate document which you will produce for a naïve user to allow them to use the system. The User Guide should be a separate document and have a title page and table of contents This naïve user will be assumed to have no knowledge of your system. This naïve user should NOT be able to amend or have access to raw data. For some advice on this see You must also provide evidence that THREE users have tested your system using your user guide. You must also evaluate how your system meets its original objectives. This could be evidenced by a signed questionnaire. A2 UNIT 12 VISUAL PROGRAMMING

22 Technical Documentation This is a separate document which you will produce to allow a TECHNICAL user to maintain or upgrade the system. Technical Documentation is written for people will maintain the system once it is installed and being used. Remember - All systems evolve. This means that the user will need the system to do things better, faster or even in a different way. Some things may have even been overlooked or forgotten. The user will only realise that improvements need to be made once they start using the system. Maintaining the system means keeping it running well and doing what the user needs it to do. Technical guides may use technical language and system diagrams if they are needed. Examine A technical Guide may include the following: Technical details such as the type of system being used technical details such as type of computer system, RAM, printer etc. Explanations may include o how to load the software, upgrade a sub-system, make a user interface, add fields, validate and verify data, amend the database structure, fault find etc. o How to produce a query or report. o How to edit a macro or change some code. You may also put in a FAQ section or contact details ( support address, web site support address, telephone support line numbers.) You must also provide evidence that THREE users have tested your system using your technical guide. You must also evaluate how your system meets its original objectives. This could be evidenced by a signed questionnaire. Test Documentation You should provide a comprehensive test plan with evidence that testing has been carried out. Test plans should include evidence of: Navigation Data capture Data manipulation Data output Reports produced A2 UNIT 12 VISUAL PROGRAMMING

23 Evaluation This section is where you describe your solution and reflect on how it meets the quantitative user requirements specified at the beginning. It should comment on the effectiveness of the use of prototyping and this section should also report your recommendations for future improvements. You must also mention how your time management skills were used as well as the interaction between yourself and the user during prototyping when extracting and refining your user s requirements. You should also discuss how your performance could be improved. You should concentrate on your initial project management plan did everything go according to plan do you deliver when you said you would? if not? - why not? did things take longer than expected? why? were there any unforeseen events that slowed the project? what were they and how did you cope or catch up? You should reflect on the usefulness of the prototyping approach to system development. You should reflect on the future of the project are there any enhancements that you could add later give reasons for them. Statements such as I thought I did well. There were no real problems at all should be avoided it is unrealistic to expect everything to run smoothly. Statements such as Everything was fine, but if I had to do it again I d do it differently should also be avoided. It s a contradiction in terms. A2 UNIT 12 VISUAL PROGRAMMING

24 UNIT 14 IMPLEMENTING A BUSINESS SOLUTION This unit allows you to develop a software system from a User Requirements Specification. You will design, develop, test, document and evaluate a software solution to a specified problem. You will be required to demonstrate project management skills and to appreciate all aspects of the systems development life cycle. You will be required to develop a software solution to a business problem taking into consideration the needs of the end user. You will be required to explore and select appropriate design methods. You will be required to develop, test, document and demonstrate your solution. You will examine and apply standard ways of working in this context. A2 UNIT 14 IMPLEMENTING A BUSINESS SOLUTION

25 WHAT YOU NEED TO DEMONSTRATE. Your portfolio should demonstrate that you know: How to use appropriate design methods to develop a software system to meet user requirements How to develop a functional software system from the design specification using a recognised development tool How to test the developed system How to produce the documentation How to evaluate the final system in terms of the User requirements What are the standard ways of working A2 UNIT 14 IMPLEMENTING A BUSINESS SOLUTION

26 In this Unit you must design, develop, test, document and evaluate a software solution to a given problem. It is strongly recommended that your portfolio should be presented using the following format and headings: Candidate Record Sheet This document should be signed by both you and your teacher. Contents Page If you choose to include a contents page with accurate page numbers it will significantly enhance your work. It will demonstrate a style commonly found in reports of this nature. Project Plan This is a plan that you should set out at the beginning of your work. It will be a programme of activities and resources you will use within a timeframe over the life time of the project design. You should use a recognised project management tool to document this. An example of a project management tool would be a GANTT chart (examples of GANTT charts can be found on the exemplar paper 7 Investigating Systems (a synoptic unit)). See CCEA website at rtdocs/appliedict_unit7_exemplar_paper.pdf Other Gantt chart examples can be found at: It is also possible to use EXCEL as a project management tool see Introduction This section must describe the current system in detail and the requirements for the new system. Design The choice of design method applied to the development of a software system will reflect the nature of the problem under consideration. You must always consider the needs of the User and choose a design method that will help you to interact in an appropriate manner with the user of your developed system. You must show evidence that you understand how a range of design methods available e.g. Algorithms, Storyboards, Data flow diagrams, Data dictionaries can be applied in the development of a software solution. You should produce a specification of user requirements. A2 UNIT 14 IMPLEMENTING A BUSINESS SOLUTION

27 Implementation Based on the specification of user requirements you must produce your solution, suitably annotated. Testing You must should detailed evidence that you understand the importance of software testing. You must document: - How you have tested the functionality of a system; - How you have tested the User interface; - How you have tested the original specification against the final product; - How you have produced a test plan for a developed system; User Documentation This is a separate document which you will produce for a naïve user to allow them to use the system. The User Guide should be a separate document and have a title page and table of contents This naïve user will be assumed to have no knowledge of your system. This naïve user should NOT be able to amend or have access to raw data. For some advice on this see You must also provide evidence that THREE users have tested your system using your user guide. You must also evaluate how your system meets its original objectives. This could be evidenced by a signed questionnaire. A2 UNIT 14 IMPLEMENTING A BUSINESS SOLUTION

28 Technical Documentation This is a separate document which you will produce to allow a TECHNICAL user to maintain or upgrade the system. Technical Documentation is written for people will maintain the system once it is installed and being used. Remember - All systems evolve. This means that the user will need the system to do things better, faster or even in a different way. Some things may have even been overlooked or forgotten. The user will only realise that improvements need to be made once they start using the system. Maintaining the system means keeping it running well and doing what the user needs it to do. Technical guides may use technical language and system diagrams if they are needed. Examine A technical Guide may include the following: Technical details such as the type of system being used technical details such as type of computer system, RAM, printer etc. Explanations may include o how to load the software, upgrade a sub-system, make a user interface, add fields, validate and verify data, amend the database structure, fault find etc. o How to produce a query or report. o How to edit a macro or change some code. You may also put in a FAQ section or contact details ( support address, web site support address, telephone support line numbers.) Evaluation Your final system must discuss how you have met the User s Requirements. You must also mention how your time management skills were used You should concentrate on your initial project management plan did everything go according to plan do you deliver when you said you would? if not? - why not? did things take longer than expected? why? were there any unforeseen events that slowed the project? what were they and how did you cope or catch up? You should discuss the relative success or failure of your final product. You must include detailed analysis of results, conclusions and recommendations. You must comment on how your own performance could be improved. A2 UNIT 14 IMPLEMENTING A BUSINESS SOLUTION

Candidate A Exemplar Work

Candidate A Exemplar Work Candidate A Exemplar Work Part 1of 2 GCE in Applied ICT OCR Advanced GCE in Applied ICT: H515/H715 Unit G053: Developing and creating websites OCR 2011 Contents Contents 2 Introduction 3 Moderator s Commentary:

More information

OCR LEVEL 2 CAMBRIDGE TECHNICAL

OCR LEVEL 2 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT WEBSITE DEVELOPMENT A/601/3245 LEVEL 2 UNIT 9 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 WEBSITE DEVELOPMENT A/601/3245

More information

Multimedia Project Development

Multimedia Project Development Topic 5 Multimedia Project Development LEARNING OUTCOMES By the end of this topic, you should be able to: 1. Plan a multimedia development project; 2. Explain the steps involved in multimedia design; 3.

More information

Learners will develop skills in planning and managing information to produce an interactive website.

Learners will develop skills in planning and managing information to produce an interactive website. Unit IT9: Website Design Level: 1 Unit type: IT Guided learning: 40 hours Unit in brief Learners will develop skills in planning and managing information to produce an interactive website. Unit introduction

More information

Web Authoring. www.fetac.ie. Module Descriptor

Web Authoring. www.fetac.ie. Module Descriptor 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

Teacher Resource Bank Unit 2 Exemplar Assignments

Teacher Resource Bank Unit 2 Exemplar Assignments Teacher Resource Bank Unit 2 Exemplar Assignments GCSE Media Studies Version 1.2 Contents Assignment 1 - Introduction to the Media Page 2-5 Assignment 2 - Cross-Media Study Page 6-11 Assignment 3 Practical

More information

Unit 2: Webpage creation (LEVEL 2)

Unit 2: Webpage creation (LEVEL 2) (LEVEL 2) Learning outcomes By completing this unit candidates will develop knowledge relating to the planning and creation of a multimedia website that is fit for purpose. Candidates will develop the

More information

Web Design Specialist

Web Design Specialist UKWDA Training: CIW Web Design Series Web Design Specialist Course Description CIW Web Design Specialist is for those who want to develop the skills to specialise in website design and builds upon existing

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT EXPLORING COMPUTER APPLICATIONS M/505/5403 LEVEL 3 UNIT 36 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 EXPLORING COMPUTER

More information

THE BCS PROFESSIONAL EXAMINATIONS Certificate in IT. October 2006. Examiners Report. Information Systems

THE BCS PROFESSIONAL EXAMINATIONS Certificate in IT. October 2006. Examiners Report. Information Systems THE BCS PROFESSIONAL EXAMINATIONS Certificate in IT October 2006 Examiners Report Information Systems General Comments The pass rate for Section A was disappointing, being lower than previously. One reason

More information

Chapter 10: Multimedia and the Web

Chapter 10: Multimedia and the Web Understanding Computers Today and Tomorrow 12 th Edition Chapter 10: Multimedia and the Web Learning Objectives Define Web-based multimedia and list some advantages and disadvantages of using multimedia.

More information

Business of the Web - CPNT 265 Module 1 Planning a Web site Instructor s Guide

Business of the Web - CPNT 265 Module 1 Planning a Web site Instructor s Guide Business of the Web - CPNT 265 Module 1 Planning a Web site Instructor s Guide 1 P a g e Contents Module Objectives... 3 Training Materials / Resources... 3 2 P a g e Module Outcomes After completing these

More information

The School-assessed Task has three components. They relate to: Unit 3 Outcome 2 Unit 3 Outcome 3 Unit 4 Outcome 1.

The School-assessed Task has three components. They relate to: Unit 3 Outcome 2 Unit 3 Outcome 3 Unit 4 Outcome 1. 2011 School-assessed Task Report Media GA 2 BACKGROUND INFORMATION 2011 was the final year of accreditation for the Media Study Design 2003 2011. Comments in this report refer to the School-assessed Task

More information

INDUSTRY BRIEFS FOR CREATIVE imedia

INDUSTRY BRIEFS FOR CREATIVE imedia INDUSTRY BRIEFS FOR CREATIVE imedia Level 3 Assignment Briefs for Units 311, 312 & 313 Brining the curriculum to life: a partnership between NYBEP Ltd and the Dales Integrated Transport Alliance we are

More information

Year 8 KS3 Computer Science Homework Booklet

Year 8 KS3 Computer Science Homework Booklet Year 8 KS3 Computer Science Homework Booklet Information for students and parents: Throughout the year your ICT/Computer Science Teacher will set a number of pieces of homework from this booklet. If you

More information

IE Class Web Design Curriculum

IE Class Web Design Curriculum Course Outline Web Technologies 130.279 IE Class Web Design Curriculum Unit 1: Foundations s The Foundation lessons will provide students with a general understanding of computers, how the internet works,

More information

Outline. CIW Web Design Specialist. Course Content

Outline. CIW Web Design Specialist. Course Content CIW Web Design Specialist Description The Web Design Specialist course (formerly titled Design Methodology and Technology) teaches you how to design and publish Web sites. General topics include Web Site

More information

KS3 Computing Group 1 Programme of Study 2015 2016 2 hours per week

KS3 Computing Group 1 Programme of Study 2015 2016 2 hours per week 1 07/09/15 2 14/09/15 3 21/09/15 4 28/09/15 Communication and Networks esafety Obtains content from the World Wide Web using a web browser. Understands the importance of communicating safely and respectfully

More information

UNIT Art and Design: Web Project (SCQF level 6)

UNIT Art and Design: Web Project (SCQF level 6) National Unit Specification: general information CODE JG/ADWP SUMMARY This Unit is designed to allow the candidate to extend their applied understanding of designing, creating and developing online material

More information

A BEST PRACTICE GUIDE

A BEST PRACTICE GUIDE ONLINE CUSTOMER TRAINING ADMINISTRATION GUIDE Online Training Administrator Guide A BEST PRACTICE GUIDE BTWHOLESALE DATE: 09/12/2013 Page 1 of 12 CONTENTS Page 1 INTRODUCTION 3 1.1 What does the training

More information

Draft. Introduction. Learning aims UNIT 3. A digital portfolio. in this unit you will:

Draft. Introduction. Learning aims UNIT 3. A digital portfolio. in this unit you will: UNIT 3 A digital portfolio Introduction In this digital age, the web is an ideal home to share and showcase your work. A digital portfolio is a collection of your work which can be shared onscreen, and

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT WEBSITE PRODUCTION Y/601/6623 LEVEL 3 UNIT 12 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 WEBSITE PRODUCTION Y/601/6623

More information

L2 Unit 2: Webpage creation (2010)

L2 Unit 2: Webpage creation (2010) L2 Unit 2: Webpage creation (2010) Learning outcomes By completing this unit candidates will develop knowledge relating to the planning and creation of a multimedia website that is fit for purpose. Candidates

More information

Information Technology Career Field Pathways and Course Structure

Information Technology Career Field Pathways and Course Structure Information Technology Career Field Pathways and Course Structure Courses in Information Support and Services (N0) Computer Hardware 2 145025 Computer Software 145030 Networking 2 145035 Network Operating

More information

2010 School-assessed Task Report. Media

2010 School-assessed Task Report. Media 2010 School-assessed Task Report Media GENERAL COMMENTS Task summary This task involves three outcomes, two in Unit 3 and the one in Unit 4. In Unit 3, students undertake Outcome 2 Media Production Skills,

More information

Level: 3 Credit value: 5 GLH: 40 Assessment type:

Level: 3 Credit value: 5 GLH: 40 Assessment type: Unit 352 Website software UAN: Level: 3 Credit value: 5 GLH: 40 Assessment type: Relationship to NOS: Assessment requirements specified by a sector or regulatory body: Aim: Y/502/4632 Portfolio of Evidence

More information

Web Site Design Proposal & Planning Guide

Web Site Design Proposal & Planning Guide Web Site Design Proposal & Planning Guide Date: Introduction Thorough planning is the foundation of an effective web site. To that end, we have designed this guide to take you step-by-step through the

More information

Web Design. www.ltscotland.org.uk/sustainabledevelopment/climatechange

Web Design. www.ltscotland.org.uk/sustainabledevelopment/climatechange Web Design www.ltscotland.org.uk/sustainabledevelopment/climatechange Web Design Personnel Web design involves a range of skills. Everyone in the class can be involved in planning the website structure

More information

Laboratory 1 Initiating a Project

Laboratory 1 Initiating a Project Laboratory 1 Initiating a Project Outline What is a project? What is project management? Initiating a project. Getting Starting with Project 2007? What Is a Project? A project is an activity that has a

More information

SITXICT001A Build and launch a website for a small business

SITXICT001A Build and launch a website for a small business SITXICT001A Build and launch a website for a small business Revision Number: 1 SITXICT001A Build and launch a website for a small business Modification History Not applicable. Unit Descriptor Unit descriptor

More information

Exemplar Candidate Work

Exemplar Candidate Work Exemplar Candidate Work GCE in Applied ICT OCR Advanced GCE in Applied ICT: H515/H715 Candidate A: Unit G048: Working to a Brief OCR 2011 Contents Contents 2 Introduction 3 Moderator s Commentary: Candidate

More information

Use development software and IT tools to build a basic website

Use development software and IT tools to build a basic website Sample Program Build a basic website Rationale: This program provides the opportunity for students to build a basic website consistent with design and technical requirements and business expectations.

More information

CANDIDATE RECORD SHEET: GCE Applied ICT Unit 4 WEB DESIGN

CANDIDATE RECORD SHEET: GCE Applied ICT Unit 4 WEB DESIGN CANDIDATE RECORD SHEET: GCE Applied ICT Unit 4 WEB DESIGN Summer 201_ Assessment Objective Marks Available Marks Awarded Teacher Comment AO1: ICT capability 13 AO2: Kwledge and understanding 15 AO3: ICT

More information

Web Authoring CSS. www.fetac.ie. Module Descriptor

Web Authoring CSS. www.fetac.ie. Module Descriptor 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

MYP Unit Question. How can I apply and convey my design skills in developing a product to meet the expectations of a client?

MYP Unit Question. How can I apply and convey my design skills in developing a product to meet the expectations of a client? MYP unit planner Unit Title Teacher(s) Communication of Concepts/Creating Business Web Sites Utilizing a Client s Perceptions Nicholson Subject and Grade Level Technology - Year 5 Time frame and duration

More information

Credit value: 10 Guided learning hours: 60

Credit value: 10 Guided learning hours: 60 Unit 18: Database Design Unit code: QCF Level 3: Credit value: 10 Guided learning hours: 60 Aim and purpose J/601/6617 BTEC Nationals The aim of this unit is to enable learners to understand the features

More information

[Unit 8.2 Jump on the Bandwagon]

[Unit 8.2 Jump on the Bandwagon] NORTH BIRMINGHAM ACADEMY CLASS WORK [Unit 8.2 Jump on the Bandwagon] Name: Group: Teacher: [Year 8] Stickers & Achievements Lesson VIVOS & TRICS 1 2 3 4 5 6 I C T D E P A R T M E N T 7 1 P a g e 2 P a

More information

New ECDL. Frequently Asked Questions

New ECDL. Frequently Asked Questions New ECDL Frequently Asked Questions So what s this New ECDL all about? New ECDL is actually the 6 th version of the ECDL programme (ECDL Version 6) since its beginning in 1997. To reflect the significance

More information

WEB PAGE, DIGITAL/MULTIMEDIA AND INFORMATION RESOURCES DESIGN

WEB PAGE, DIGITAL/MULTIMEDIA AND INFORMATION RESOURCES DESIGN 1 Secondary Task List 100 DEMONSTRATE SAFETY IN THE MULTIMEDIA LABORATORY 101 Explain the Material Safety Data Sheet (MSDS) system for hazardous chemicals and materials. 102 Follow safety rules when working

More information

Computing: Website Design and Development (SCQF level 5)

Computing: Website Design and Development (SCQF level 5) National Unit specification General information Unit code: F182 11 Superclass: CB Publication date: November 2013 Source: Scottish Qualifications Authority Version: 02 Unit purpose This Unit is designed

More information

Arthur Phillip High School Assessment Task 3. Course: Industrial Technology Multimedia Year: 9. Area/s of study: Website Design Task Number: 3

Arthur Phillip High School Assessment Task 3. Course: Industrial Technology Multimedia Year: 9. Area/s of study: Website Design Task Number: 3 Arthur Phillip High School Assessment Task 3 Course: Industrial Technology Multimedia Year: 9 [Stage 4; School Certificate; Preliminary HSC; HSC] Area/s of study: Website Design Task Number: 3 Date Issued:

More information

Why HTML5 Tests the Limits of Automated Testing Solutions

Why HTML5 Tests the Limits of Automated Testing Solutions Why HTML5 Tests the Limits of Automated Testing Solutions Why HTML5 Tests the Limits of Automated Testing Solutions Contents Chapter 1 Chapter 2 Chapter 3 Chapter 4 As Testing Complexity Increases, So

More information

South Plainfield Public Schools Web Design Scope and Sequence of Curriculum Grade 10-12 Date August 2011

South Plainfield Public Schools Web Design Scope and Sequence of Curriculum Grade 10-12 Date August 2011 Unit (Domain): Part I: Evaluating Current Websites Part II: Creating Web Pages Using Google Sites, Docs and Forms Part III: Using Animation Media for the Web Essential Question(s): How does the World Wide

More information

Investigate Requirements for Software Solutions

Investigate Requirements for Software Solutions Unit 29: Investigate Requirements for Software Solutions Learning Outcomes A candidate following a programme of learning leading to this unit will be able to: Gather and analyse appropriate and relevant

More information

CERTIFICATE IV IN I.T. (MULTIMEDIA) VIDEO PRODUCTION

CERTIFICATE IV IN I.T. (MULTIMEDIA) VIDEO PRODUCTION CERTIFICATE IV IN I.T. (MULTIMEDIA) VIDEO PRODUCTION Australian College of Information Technology Gold Cost Brisbane AUSTRALIA www.acit.edu.au overview CERTIFICATE IV IN I.T. (MULTIMEDIA) VIDEO PRODUCTION

More information

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades.

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades. 28 VIRTUAL EXHIBIT Virtual Exhibit (VE) is the instant Web exhibit creation tool for PastPerfect Museum Software. Virtual Exhibit converts selected collection records and images from PastPerfect to HTML

More information

The Computing Curriculum at Coston Primary

The Computing Curriculum at Coston Primary Years Year 1 Year 2 1 and 2 Autumn We are learning about programming and computational thinking and in We are learning about programming and computational thinking and in Year 1 Food and farming Year 2

More information

Unit 21 Web design and prototyping

Unit 21 Web design and prototyping 2016 Suite Cambridge TECHNICALS LEVEL 3 IT Unit 21 Web design and prototyping A/507/5024 Guided learning hours: 60 Version 1 September 2015 ocr.org.uk/it LEVEL 3 UNIT 21: Web design and prototyping A/507/5024

More information

CUFANM503A Design animation and digital visual effects

CUFANM503A Design animation and digital visual effects CUFANM503A Design animation and digital visual effects Revision Number: 1 CUFANM503A Design animation and digital visual effects Modification History Not applicable. Unit Descriptor Unit descriptor This

More information

Website Development. Decision / Planning Phase. Website Design. > Kind words from our clients. Home Services Portfolio Free Quote Templates Contact

Website Development. Decision / Planning Phase. Website Design. > Kind words from our clients. Home Services Portfolio Free Quote Templates Contact 1 de 7 01-01-2010 21:01 Website Design > Kind words from our clients Home Services Portfolio Free Quote Templates Contact Website Development Many clients ask: What's included in custom "Website Development"?,

More information

Design Tips. Planning & Design 1

Design Tips. Planning & Design 1 Planning & Design 1 Suppose you already have a website that you ve created for a hobby or subject of interest. Now you want to take the next step and start up a small online business. In this tutorial,

More information

Information Technology Systems (2012)

Information Technology Systems (2012) Information Technology Systems (2012) Sample work program April 2012 Information Technology Systems (2012) Sample work program Compiled by the Queensland Studies Authority April 2012 This work program

More information

Stamford Web Design - New Client Needs Analysis Form

Stamford Web Design - New Client Needs Analysis Form Name: Company: Position title: Phone: Fax: Address: City: County: Post code: Country: Email address: Present WWW URL (if any): Company Details Current situation: Industry: Market: Demographics of market:

More information

Reflective Writing. How do you write reflectively? Stages of reflective thinking

Reflective Writing. How do you write reflectively? Stages of reflective thinking Reflective Writing Reflective Writing There are a variety of reasons you might need to write reflectively. When you apply for jobs, undertake self-evaluation at work or whilst studying, or when writing

More information

Lesson 1 Quiz. 3. The Internet is which type of medium? a. Passive b. Broadcast c. One-to-one d. Electronic print

Lesson 1 Quiz. 3. The Internet is which type of medium? a. Passive b. Broadcast c. One-to-one d. Electronic print Lesson 1 Quiz 1. Which technology trend in Web development can be defined as a group of XMLbased technologies that enable computers using different operating systems and software to easily exchange information

More information

Consider the possible problems with storing the following data in a spreadsheet:

Consider the possible problems with storing the following data in a spreadsheet: Microsoft Access 2010 Part 1: Introduction to Database Design What is a database? Identifying entities and attributes Understanding relationships and keys Developing tables and other objects Planning a

More information

The power to transform your business

The power to transform your business The power to transform your business Optimus 2020 continues to be the number one choice for litho and packaging printers worldwide. What is the secret of our longevity? Constant research and forward thinking

More information

VCE Systems Engineering: Administrative advice for School-based Assessment in 2015

VCE Systems Engineering: Administrative advice for School-based Assessment in 2015 VCE Systems Engineering: Administrative advice for School-based Assessment in 2015 Units 3 and 4 School-assessed Task The School-assessed Task contributes 50 per cent to the study score and is commenced

More information

Information Technology Studies

Information Technology Studies Information Technology Studies Information Technology (T/V) Information Technology (T/V) Computer Operations (A/V) Structured Workplace Learning (A/V) Business Administration (A/V) The Information Technology

More information

Information and Communication Technology (Full Course) Unit 2: Using Multimedia and Games Technology

Information and Communication Technology (Full Course) Unit 2: Using Multimedia and Games Technology General Certificate of Secondary Education 2011 2012 Information and Communication Technology (Full Course) Unit 2: Using Multimedia and Games Technology Controlled Assessment Tasks For Submission in:

More information

Analyzing Data Using Access

Analyzing Data Using Access Analyzing Data Using Access What you will do: Use Web Templates Import data from text files Ask questions of your data using queries Understand crosstab queries Create a report Use web forms Databases

More information

GCSE MEDIA STUDIES. 48104/Unit 4 Responding to a Media Brief Report on the Examination. 4810 June 2014. Version: 1.0

GCSE MEDIA STUDIES. 48104/Unit 4 Responding to a Media Brief Report on the Examination. 4810 June 2014. Version: 1.0 GCSE MEDIA STUDIES 48104/Unit 4 Responding to a Media Brief Report on the Examination 4810 June 2014 Version: 1.0 Further copies of this Report are available from aqa.org.uk Copyright 2014 AQA and its

More information

Key Stage 3. Scheme of Work. Written by Heaton Moor Digital

Key Stage 3. Scheme of Work. Written by Heaton Moor Digital Key Stage 3 Scheme of Work Written by Heaton Moor Digital 1 Table of Contents Terms and Conditions Page 3 UK National Computing Curriculum Pathways Page 4 Mapping the Year 7 Scheme to the Computing Curriculum

More information

Web Development I & II*

Web Development I & II* Web Development I & II* Career Cluster Information Technology Course Code 10161 Prerequisite(s) Computer Applications Introduction to Information Technology (recommended) Computer Information Technology

More information

Creating an Interactive Digital Animation Level: 3 Sub-level: Unit 312 Credit value: 8 Guided learning hours: 65

Creating an Interactive Digital Animation Level: 3 Sub-level: Unit 312 Credit value: 8 Guided learning hours: 65 Unit Title: Creating an Interactive Digital Animation Level: 3 Sub-level: Unit 312 Credit value: 8 Guided learning hours: 65 Unit purpose and aim This unit helps learners to familiarise themselves with

More information

This unit provides knowledge of web architecture, components and technologies. It also covers the implementation of website elements.

This unit provides knowledge of web architecture, components and technologies. It also covers the implementation of website elements. Unit 20: Web Fundamentals Unit code: R/601/3512 QCF Level 2: BTEC Specialist Credit value: 7 Guided learning hours: 60 Aim and purpose This unit provides knowledge of web architecture, components and technologies.

More information

Higher National Unit Specification. General information for centres. Unit code: DV6C 35

Higher National Unit Specification. General information for centres. Unit code: DV6C 35 Higher National Unit Specification General information for centres Unit title: Web Design Unit code: DV6C 35 Unit purpose: This Unit is designed to enable candidates to design and implement a website,

More information

Unit 351: Website Software Level 3

Unit 351: Website Software Level 3 Oxford Cambridge and RSA Unit 351: Website Software Level 3 Level: 3 Credit value: 5 Guided learning hours: 40 Learning Outcomes Assessment Criteria Examples The learner will: The learner can: 1. Create

More information

BUSINESS OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS WEBSITE DESIGN STRATEGY CERTIFICATE/DIPLOMA IN Y/502/5490 LEVEL 3 UNIT 19

BUSINESS OCR LEVEL 3 CAMBRIDGE TECHNICAL. Cambridge TECHNICALS WEBSITE DESIGN STRATEGY CERTIFICATE/DIPLOMA IN Y/502/5490 LEVEL 3 UNIT 19 Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN BUSINESS WEBSITE DESIGN STRATEGY Y/502/5490 LEVEL 3 UNIT 19 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 WEBSITE DESIGN STRATEGY

More information

INFORMATION TECHNOLOGY

INFORMATION TECHNOLOGY INFORMATION TECHNOLOGY You have: TASC subjects May lead to: Basic Computing 1 No previous experience Computing 2 Package Essential Skills - Using Computers and the Internet 2 Employment and further computer

More information

WEB SITE DEVELOPMENT WORKSHEET

WEB SITE DEVELOPMENT WORKSHEET WEB SITE DEVELOPMENT WORKSHEET Thank you for considering Xymmetrix for your web development needs. The following materials will help us evaluate the size and scope of your project. We appreciate you taking

More information

Cambridge General Certificate of Education Ordinary Level 7010 Computer Studies November 2013 Principal Examiner Report for Teachers

Cambridge General Certificate of Education Ordinary Level 7010 Computer Studies November 2013 Principal Examiner Report for Teachers COMPUTER STUDIES Paper 7010/12 Written Paper General comments The standard of candidates work was better in many respects than in previous years. There is a continued move to provide questions where candidates

More information

2011 School-assessed Coursework Report. Information Technology Applications (2011 2014): Units 3 and 4 UNIT 3 GENERAL COMMENTS

2011 School-assessed Coursework Report. Information Technology Applications (2011 2014): Units 3 and 4 UNIT 3 GENERAL COMMENTS 2011 School-assessed Coursework Report Information Technology Applications (2011 2014): Units 3 and 4 This report is provided for the first year of implementation of this study and is based on the coursework

More information

Using your Drupal Website Book 1 - Drupal Basics

Using your Drupal Website Book 1 - Drupal Basics Book 1 - Drupal Basics By Karl Binder, The Adhere Creative Ltd. 2010. This handbook was written by Karl Binder from The Adhere Creative Ltd as a beginners user guide to using a Drupal built website. It

More information

Unit 25: Scripting and coding for websites (LEVEL 3)

Unit 25: Scripting and coding for websites (LEVEL 3) Unit 25: Scripting and coding for websites (LEVEL 3) Learning outcomes By completing this unit candidates will develop a thorough knowledge and understanding of different scripting languages used in the

More information

Grade descriptions Computer Science Stage 1

Grade descriptions Computer Science Stage 1 Stage 1 A B C Accurately uses a wide range of terms and concepts associated with current personal computers, home networking and internet connections. Correctly uses non-technical and a range of technical

More information

Operating Systems. www.fetac.ie. Module Descriptor

Operating Systems. www.fetac.ie. Module Descriptor 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

Unit 21: Hosting and managing websites (LEVEL 3)

Unit 21: Hosting and managing websites (LEVEL 3) Unit 21: Hosting and managing websites (LEVEL 3) Learning outcomes By completing this unit candidates will develop a thorough knowledge of how a website is hosted and managed, once the initial design and

More information

Information Technology Web Solution Services

Information Technology Web Solution Services Information Technology Web Solution Services Icetech 940 West North Avenue Baltimore, Maryland 21217 Tel: 410.225.3117 Fax: 410.225.3120 www. Icetech. net Hubzone Copyright @ 2012 Icetech, Inc. All rights

More information

Adobe Dreamweaver Exam Objectives

Adobe Dreamweaver Exam Objectives Adobe Dreamweaver audience needs for a website. 1.2 Identify webpage content that is relevant to the website purpose and appropriate for the target audience. 1.3 Demonstrate knowledge of standard copyright

More information

Job Ready Assessment Blueprint. Web Design. Test Code: 2750 / Version: 01. Copyright 2011. All Rights Reserved.

Job Ready Assessment Blueprint. Web Design. Test Code: 2750 / Version: 01. Copyright 2011. All Rights Reserved. Job Ready Assessment Blueprint Web Design Test Code: 2750 / Version: 01 Copyright 2011. All Rights Reserved. General Assessment Information Blueprint Contents General Assessment Information Written Assessment

More information

Information Processes and Technology. Stage 6 Syllabus

Information Processes and Technology. Stage 6 Syllabus Information Processes and Technology Stage 6 Syllabus Original published version updated: April 2002 Board of Studies NSW Job number 2002204 May 2002 Board Bulletin/Official Notices Vol 11 No. 2 (BOS 32/02)

More information

CompuScholar, Inc. Alignment to Tennessee Web Design Foundations Standards

CompuScholar, Inc. Alignment to Tennessee Web Design Foundations Standards CompuScholar, Inc. Alignment to Tennessee Web Design Foundations Standards Tennessee Course Details: Course Name: Primary Career Cluster: Course Code: Credit: Grade Level: Teacher Resources: Web Design

More information

Universidad Autónoma de Guadalajara Unidad Académica de Educación Secundaria y Media Superior Middle School Guide of classes for the student

Universidad Autónoma de Guadalajara Unidad Académica de Educación Secundaria y Media Superior Middle School Guide of classes for the student Universidad Autónoma de Guadalajara Unidad Académica de Educación Secundaria y Media Superior Middle School Guide of classes for the student Department Computing and Computer Technology. Time for homework

More information

Spreadsheet Modelling

Spreadsheet Modelling Unit 42: Spreadsheet Modelling Unit code: QCF Level 3: Credit value: 10 Guided learning hours: 60 Aim and purpose Y/601/6637 BTEC Nationals This unit aims to enable learners to use complex spreadsheet

More information

A Database Re-engineering Workbench

A Database Re-engineering Workbench A Database Re-engineering Workbench A project proposal by Anmol Sharma Abstract Data is not always available in the best form for processing, it is often provided in poor format or in a poor quality data

More information

Advanced Diploma of Screen - 3D Animation and VFX (10343NAT)

Advanced Diploma of Screen - 3D Animation and VFX (10343NAT) The Academy of Interactive Entertainment 2013 Advanced Diploma of Screen - 3D Animation and VFX (10343NAT) Subject Listing Online Campus 0 Page Contents 3D Art Pipeline...2 Modelling, Texturing and Game

More information

Microsoft Expression Web

Microsoft Expression Web Microsoft Expression Web Microsoft Expression Web is the new program from Microsoft to replace Frontpage as a website editing program. While the layout has changed, it still functions much the same as

More information

Style Guide for Writing Online Custom Courses

Style Guide for Writing Online Custom Courses Style Guide for Writing Online Custom Courses 2 Introduction Web-based learning has become an integral component of most training programs because it is scalable and provides an economic advantage over

More information

This process contains five steps. You only need to complete those sections you feel are relevant.

This process contains five steps. You only need to complete those sections you feel are relevant. PebblePad: Webfolio What is this tool for? A Webfolio is an evidence-based web site that is used to present stories about yourself or stories about your learning. They can contain any number of pages which

More information

Websites for Small Business. Copyright 2005 Three Rivers Internet

Websites for Small Business. Copyright 2005 Three Rivers Internet Websites for Small Business Why your business needs a website Today, over 60% of Americans use the Internet. We use it to communicate, to learn, to shop and to buy. It is just as important in our lives

More information

Applying the Corporate Identity to the Web WEB GUIDELINES

Applying the Corporate Identity to the Web WEB GUIDELINES Applying the Corporate Identity to the Web WHY HAVE A WEB CORPORATE IDENTITY? 1 1. Competitive Market Place 1 2. Complex Target Audience 1 3. Usability 1 4. Maintenance 1 WHAT IS THE WEB CORPORATE IDENTITY?

More information

DIGITAL MEDIA. Unit 20 Advertising media. 2016 Suite. Cambridge TECHNICALS LEVEL 3. R/507/6406 Guided learning hours: 60. ocr.org.

DIGITAL MEDIA. Unit 20 Advertising media. 2016 Suite. Cambridge TECHNICALS LEVEL 3. R/507/6406 Guided learning hours: 60. ocr.org. 2016 Suite Cambridge TECHNICALS LEVEL 3 DIGITAL MEDIA Unit 20 Advertising media R/507/6406 Guided learning hours: 60 Version 1 September 2015 ocr.org.uk/media LEVEL 3 UNIT 20: Advertising media R/507/4606

More information

COLUMN. What is information architecture? Intuitive navigation doesn t happen by chance MAY 2005. The cost of failure

COLUMN. What is information architecture? Intuitive navigation doesn t happen by chance MAY 2005. The cost of failure KM COLUMN MAY 2005 What is information architecture? Organising functionality and content into a structure that people are able to navigate intuitively doesn t happen by chance. Organisations must recognise

More information

Digital Industries Trailblazer Apprenticeship. Software Developer - Occupational Brief

Digital Industries Trailblazer Apprenticeship. Software Developer - Occupational Brief Digital Industries Trailblazer Apprenticeship Software Developer - Occupational Brief Table of Contents Contents 1 Software Developer Trailblazer Apprenticeship Introduction... 1 2 Software Developer Trailblazer

More information

OCR LEVEL 3 CAMBRIDGE TECHNICAL

OCR LEVEL 3 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT DATABASE DESIGN J/601/6617 LEVEL 3 UNIT 23 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 DATABASE DESIGN J/601/6617 LEVEL

More information

GCSE Information and Communication Technology Assignments Short and Full Course

GCSE Information and Communication Technology Assignments Short and Full Course GCSE Information and Communication Technology Assignments Short and Full Course First Teaching from Autumn 2004 First Examination from Summer 2006 FOREWORD The coursework in this booklet is set out in

More information

CASE TOOLS. Contents

CASE TOOLS. Contents MODULE 14 CASE TOOLS Contents 1. MOTIVATION AND LEARNING GOALS 2. LEARNING UNIT 1 CASE tools and their importance 3. LEARNING UNIT 2 Some CASE tools and their use 4. REFERENCES CASE TOOLS MOTIVATION Industries

More information