2006 VCE VET Multimedia GA 2: Computer-based examination

Size: px
Start display at page:

Download "2006 VCE VET Multimedia GA 2: Computer-based examination"

Transcription

1 2006 VCE VET Multimedia GA 2: Computer-based examination GENERAL COMMENTS Overall, students in 2006 demonstrated a well-developed understanding of the fundamental concept areas Apply principles of visual design and communication to the development of a multimedia product, Create 2D digital animation and Create web pages with multimedia. In relation to Write content and/or copy for the web, the standard of student responses has improved as both teachers and students gain a clearer understanding of the practical implications of the associated concepts. However, a significant proportion of students continued to encounter difficulty with questions pertaining to Develop a multimedia script, and teachers must ensure that they pay explicit attention to these concepts in delivering the Certificate. Responses to Section B, Questions 4 and 5 demonstrated that students either understood the role of object orientated programming and the logic of scripting or they did not, with little in between. Some teachers could devote more time and attention to this skill area so that the disparity between the quality of responses diminishes. Students need to be aware of the connection between good examination technique and high-scoring performances. This includes the need to read questions accurately for meaning and to use time management skills. Students often answered questions in a formulaic manner, so they failed to address the specific issues identified in the question. Students who scored well consistently demonstrated a broad understanding of the underlying concepts while targeting the particular focus of the question. In Section C (Practical Task), students were able to complete most of the elements relating to the web page but, as the animation was slightly more challenging than in previous years, fewer students achieved maximum marks. Students who scored highly demonstrated a facility to complete the animation in two parts frame-by-frame to climb the steps, and a motion tween using a guide for the slide component. Finally, it is important that teachers continue to emphasise the importance of completing and saving work in the required or most appropriate file format. Students should not assume that components of questions saved in inappropriate file formats will be opened and assessed. SPECIFIC INFORMATION Section A Multiple-choice questions The table below indicates the percentage of students who chose each option. The correct answer is indicated by shading. Question % A % B % C % D VCE VET Multimedia GA 2 Exam VICTORIAN CURRICULUM AND ASSESSMENT AUTHORITY

2 Section B Short answer questions Question 1 % Two of the following changes to the interface had to be identified and described: smaller picture for faster loading from the web navigation is in a standard location for the web, making it easier to navigate no background to slow down the loading of the page simpler layout can be easily handled by any computer the fonts in the web version are standard they should be on every computer that views the page. It was not enough to simply list the changes made. The relevance of the change had to be described in sufficient detail in order to earn the marks. Many students failed to describe the relevance of the change identified or did not identify and describe two changes. Question 2a. % Most students correctly identified that the publisher needed to be contacted and permission sought. However, very few students then went on to say that they had to wait until they had actually received permission (in writing) before using the image. Question 2b. % Reasons included: so that the law is not broken to ensure the creator receives appropriate recognition and reward for their creative effort. Question 3 % Students needed to identify the design feature and how it would assist the stated purpose, for example: the information for a location must be quick to find, so I would use a map and allow the user to click on their location I would use a dynamic drop down menu to allow users to navigate quickly through the geographical locations. Question 4a. % Examples of events included: mouseover mouseup mouseclick drag on press. Question 4b. % The conditional used was IF. For example, If the mouse object is placed in the correct area it will stay there. Students who did not gain the marks generally fell into two categories: those who were unclear as to what an event and a conditional were and those who confused the question with OH&S (the content of the related pictures) rather than scripting and so answered the question in terms of posture. VCE VET Multimedia GA 2 Exam Published: 10 July

3 Question 5 Simplified If txtphone = { txtmessage= A phone number must be provided! + txtname; Else { If (txtphone.length < 8) { txtmessage = The phone number must be at least 8 characters else { txtmessage = You may now start ordering ; JavaScript <SCRIPT LANGUAGE="JavaScript"> function RecPhone() { // check that the user has inserted a phone number if (document.frmphoneentry.txtphone.value=="") { document.frmphoneentry.txtmessage.value="a phone number must be provided! " + document.frmphoneentry.txtmessage.name; else { if (document.frmphoneentry.txtphone.value.length < 8) { document.frmphoneentry.txtmessage.value="a phone number of at least 8 characters must be provided"; else { document.frmphoneentry.txtmessage.value="you may now start ordering"; </SCRIPT> ActionScript Function RecPhone() { // check that the user has inserted a phone number If(_root.txtPhone = = ) { _root.txtmessage = to place an order a phone number must be provided! + txtname; Else If (_root.txtphone.length<8) { _root.txtmessage = This is not a valid number ; Else { _root.txtmessage = You may now start ordering ; Lingo On RecPhone Set venterdphone = field PhoneEntry --check that user has inserted a phone number If venteredphone = then Alert A phone number must be provided! & field txtname Else If venteredphone.length < 8 then Alert The number must be 8 or more characters Else Alert You may now start ordering End if End if End VCE VET Multimedia GA 2 Exam Published: 10 July

4 Question 5a. % Students had to ensure that the user s name was appended to the message. For this to work correctly, the concatenation had to occur outside the quotation marks (for all three scripting languages). Question 5b. % One mark was awarded for each of the following: the else if comparison and correct position a valid comparison with length a message indicating an invalid phone number or phone number that was not long enough. The majority of students did poorly on Question 5. Some of the more common errors involved students not: introducing their own variable names for name identifying where in the script the second change should occur understanding the nature of the else if and being able to make valid comparisons with the length of the phone number. Question 6a. % The image has been saved as a gif with too few colours or compressed too far. Question 6b. % Save it as a jpeg to preserve the number of colours. Question 7 % is an absolute path to a page. It is used when the page is on a different server. 2. is a relative path to a page on the same server, but two folders up. It is used when the page is on the same server. 3. is a relative path to a page two folders down from the root. It is used when the page is on the same server. Many students experienced difficulty with this question. Although most realised that the question was asking them to identify something to do with relative and absolute links on the web, the majority were unable to correctly identify what actually happened in each link. Question 8 % Animation techniques used included: exaggeration squash and stretch ease in and out. Question 9a. % The type of animation used was either frame by frame or rotoscoping. VCE VET Multimedia GA 2 Exam Published: 10 July

5 Question 9b. % Reasons for use were: because it is best suited to complex animation in which an image changes in each frame to make the animation more realistic due to the complex nature of the content/sketches stylistic reasons a flip book style is required. Question 10 % Two different types of commercial writing are technical and advertising. Technical writing is objective, exact and factual, whereas advertising writing is subjective, entertaining and persuasive. (Other examples or terms were also accepted, such as sales/promotion, educational and newspaper/journalistic.) Most students appeared to confuse writing types and writing techniques. Responses frequently mentioned things such as passive versus active rather than listing different commercial writing types; these students failed to score any of the available marks. Question 11 % Three distinct stages of the writing process include: brainstorming generating a range of possible solutions to the design brief editing correcting errors in the content/copy research reading about the topic. Common errors included simply listing stages rather than describing them, and describing the same stage twice rather than listing another distinct stage. Question 12a. % A timeline: lets you plan when work is due is important so you can schedule your work. Question 12b. % A deadline is necessary: so all work needed in the project can be properly synchronised because if you miss your deadline other stages of production could be delayed. Part a. was well handled; however, a large percentage of students did not identify the consequences of missing a deadline, particularly in relation to its impact on the work within a team. Part C Animation Create the page Step 1 % One mark each was awarded for: naming the page correctly setting the background colour correctly (#CCCC99). VCE VET Multimedia GA 2 Exam Published: 10 July

6 Prepare and include the banner Step 2 % One mark was awarded for the image with the name of the game (could be Snake and Ladders or Snakes and Ladders ). Step 3 % One mark was awarded for including the character in the banner. Step 4 % One mark each was awarded if the slogan: made sense was encouraging was specific to the audience. Step 5 % One mark each was awarded if: the banner was the appropriate size (650 80) the banner was in an appropriate format (gif, png, swf) the text contained within was consistent with the style guides (Helvetica or Arial Bold, #006633). Most students completed the banner but many saved it as a jpeg file. Although they were not given specific instructions, students working at a Certificate III level should be aware of the most appropriate file format for various types of images. Step 6 % One mark was awarded for placing the image in the correct place as indicated in the sketch design. Prepare and include content Step 7 % One mark each was awarded if: the image was included and to the left of the text as shown in the design sketch an appropriate description was given in the alt tag; for example, Children playing snakes and ladders. Step 8 Marks Average % One mark each was awarded for: an introductory paragraph that explained how to play the game complying with the specific length using active voice aiming the paragraph at the appropriate audience including the paragraph according to the design sketch. VCE VET Multimedia GA 2 Exam Published: 10 July

7 This question was often poorly answered. Common mistakes included breaching the four sentence limit, not using the active form and simply for copying the four dot points that were supplied. Step 9 % One mark was awarded for formatting the text consistent with the style guide (Helvetica or Arial and colour #003366). Step 10 % One mark was awarded for correct alignment as per the style guide. Common mistakes included not attempting to address this at all and attempting to use layers rather than a table, resulting in overlapping elements. Animation Step 11 % One mark was awarded if the file was present and named correctly. Step 12 % One mark was awarded if the various body parts were in cast. Step 13 % One mark was awarded if the character had been put together in correct order on stage (the shaded arm and leg needed to be beneath the body layer). This was generally well done, but some students experienced difficulty with the use of layers to place each of the body parts. Students should be able to use layers and name them accordingly. Step 14 Marks Average % One mark each was awarded if: the character was correctly placed at the bottom the character ended at the top of the slide the character climbed (moved in increments) up the ladder the arms moved in relation to the body the legs moved in relation to the body the arms cycled through in a climbing action the legs cycled through in a climbing action the animation was smooth. Many students struggled to construct an appropriate animation. While it was a reasonably complex task, many students did not achieve marks because: the character did not start at the bottom of the ladder the character did not reach the top prior to commencing the jump the character did not move up the ladder in increments the arms and legs did not stay connected correctly. VCE VET Multimedia GA 2 Exam Published: 10 July

8 Step 15 % One mark each was awarded if the character elevated above the slide took off and landed in the correct location at the start of the slide, as per the sample provided. Generally students struggled to complete this part of the animation as instructed. The character frequently failed to elevate sufficiently and/or proceeded to move halfway down the slide before coming back into contact with it. Step 16 % One mark each was awarded if the character: assumed the sliding position as shown in the sample slid down from start to finish followed the curve of the snake. This was another area in which students experienced difficulties. Common mistakes included not rotating the torso and failing to follow the shape of the slide correctly. Step 17 % One mark each was awarded for: the addition of sound (on the timeline) the sound being in the correct place. While most students were able to insert the sound into the file, many had problems synchronising it with the animation. If the animation was looped, the sound frequently continued into the climbing component. Students need to check their animation at the end to ensure that it meets the requirements. Step 18 % One mark each was awarded if the animation: ran correctly in the web page was resized and aligned according to the design sketch. A relatively large number of students did not insert the animation into the web page. Of those who did insert the animation, many did not resize it appropriately. VCE VET Multimedia GA 2 Exam Published: 10 July

Edexcel CiDA Course Overview

Edexcel CiDA Course Overview Edexcel CiDA Course Overview Level 2 Certificate in Digital Applications: Graded A*-C 2 units Coursework & examination Assessment objectives: Applying creative processes to design digital products Selecting

More information

Long term Planning 2015/2016 ICT - CiDA Year 9

Long term Planning 2015/2016 ICT - CiDA Year 9 Term Weeks Unit No. & Project Topic Aut1 1&2 (U1) Website Analysis & target audience 3&4 (U1) Website Theme 1 Assessment Objective(s) Knowledge & Skills Literacy, numeracy and SMSC AO4 evaluating the fitness

More information

Industrial Technology

Industrial Technology 2016 HIGHER SCHOOL CERTIFICATE EXAMINATION Industrial Technology Multimedia Technologies Total marks 40 General Instructions Reading time 5 minutes Working time 1 1 2 hours Write using black pen Draw diagrams

More information

PowerPoint 2003: Advanced Instructor s Edition

PowerPoint 2003: Advanced Instructor s Edition PowerPoint 2003: Advanced Instructor s Edition ILT Series COPYRIGHT Axzo Press. All rights reserved. No part of this work may be reproduced, transcribed, or used in any form or by any means graphic, electronic,

More information

Support notes (Issue 1) September 2018

Support notes (Issue 1) September 2018 Support notes (Issue 1) September 2018 Pearson Edexcel Level 2 Certificate/Diploma in Digital Applications (DA202) Unit 2: Creative Multimedia ONCE UPON A TIME Key points for this Summative Project Brief

More information

VCAA Bulletin. Supplement 1. VCE VET Multimedia Examination Revised Advice.

VCAA Bulletin. Supplement 1. VCE VET Multimedia Examination Revised Advice. No. 26 June 2005 Victorian Certificate of Education Victorian Certificate of Applied Learning SELECTIONS FROM VCE SEASON OF EXCELLENCE VCAA Bulletin Supplement 1 VCE VET Multimedia Examination 2005 2006

More information

Moderators Report. January Certificate in Digital Applications DA201

Moderators Report. January Certificate in Digital Applications DA201 Moderators Report January 2014 Certificate in Digital Applications DA201 Edexcel and BTEC Qualifications Edexcel and BTEC qualifications are awarded by Pearson, the UK s largest awarding body. We provide

More information

Level 2 Designing and creating multimedia presentations (7266/ )

Level 2 Designing and creating multimedia presentations (7266/ ) Level 2 Designing and creating multimedia presentations (7266/7267-030) e-quals Assignment guide for Candidates Assignment A www.cityandguilds.com/e-quals07 August 2008 Version 2.0 About City & Guilds

More information

2017 VCE VET Creative and Digital Media examination report

2017 VCE VET Creative and Digital Media examination report 2017 VCE VET Creative and Digital Media examination report General comments The 2017 VCE VET Creative and Digital Media examination was the first examination of the revised study and, in general, students

More information

Certificate in Digital Applications

Certificate in Digital Applications Reference Material: Commentaries Certificate in Digital Applications Unit : Developing Web Products Sample Assessment Material Paper Reference: DA2/ Candidate B Examiner s notes on the work of Candidate

More information

Web Development IB PRECISION EXAMS

Web Development IB PRECISION EXAMS PRECISION EXAMS Web Development IB EXAM INFORMATION Items 53 Points 73 Prerequisites COMPUTER TECHNOLOGY Grade Level 10-12 Course Length ONE YEAR Career Cluster INFORMATION TECHNOLOGY Performance Standards

More information

Teaching with Primary Sources

Teaching with Primary Sources Teaching with Primary Sources Joining Educators and Students with Library of Congress Resources Creating a Presentation with PowerPoint 2007 Benefits of using PowerPoint in lectures: PowerPoint encourages

More information

COURSE OUTLINE. MS PowerPoint Last Updated: 19 July 2017

COURSE OUTLINE. MS PowerPoint Last Updated: 19 July 2017 MS PowerPoint 2016 Last Updated: 19 July 2017 1. Table of Contents 1. Table of Contents... 2 A. COURSE OUTLINES... 3 1. Free online pre-training assessments... 3 2. MS PowerPoint 2016 Level 1... 3 3. MS

More information

1D CIW: Web Design Specialist. Course Outline. CIW: Web Design Specialist Apr 2018

1D CIW: Web Design Specialist. Course Outline. CIW: Web Design Specialist Apr 2018 Course Outline CIW: Web Design Specialist 22 Apr 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5.

More information

DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013

DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013 DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT POWERPOINT PAGE 03 Slide Views MORE TASKS IN MICROSOFT POWERPOINT PAGE 05 Formatting

More information

MULTIMEDIA. Support advice for assessors: contextualising scoring criteria 61

MULTIMEDIA. Support advice for assessors: contextualising scoring criteria 61 MULTIMEDIA Support advice for assessors: contextualising scoring criteria 61 MULTIMEDIA: SAMPLE ASSESSMENT PROCESS Listed below are the units of competence in VCE VET Units 3 4: CUFMEM07A Apply principles

More information

ClipArt and Image Files

ClipArt and Image Files ClipArt and Image Files Chapter 4 Adding pictures and graphics to our document not only breaks the monotony of text it can help convey the message quickly. Objectives In this section you will learn how

More information

Adobe Flash Course Syllabus

Adobe Flash Course Syllabus Adobe Flash Course Syllabus A Quick Flash Demo Introducing the Flash Interface Adding Elements to the Stage Duplicating Library Items Introducing Keyframes, the Transform Tool & Tweening Creating Animations

More information

Content-Based Assessments. Project 6H Internship Memo

Content-Based Assessments. Project 6H Internship Memo grader Content-Based Assessments GO! Fix It Project 6H Internship Memo For Project 6H, you will need the following file: w06h_internship_memo Lastname_Firstname_6H_Internship_Theme Lastname_Firstname_6H_Internship_Memo

More information

3D Animation DESCRIPTION. EXAM INFORMATION Items

3D Animation DESCRIPTION. EXAM INFORMATION Items EXAM INFORMATION Items 43 Points 45 Prerequisites 3D GRAPHICS Grade Level 11-12 Course Length ONE SEMESTER DESCRIPTION Students must demonstrate knowledge and skills using 3D graphics software to produce

More information

Course Syllabus. Course Title. Who should attend? Course Description. Adobe Animate CC

Course Syllabus. Course Title. Who should attend? Course Description. Adobe Animate CC Course Title Adobe Animate CC Course Description Adobe Animate CC (Creative Clouds) is the world's most powerful graphic design program for adding interactivity and creating animation and multimedia content

More information

Animation is the illusion of motion created by the consecutive display of images of static elements. In film and video

Animation is the illusion of motion created by the consecutive display of images of static elements. In film and video Class: Name: Class Number: Date: Computer Animation Basis A. What is Animation? Animation is the illusion of motion created by the consecutive display of images of static elements. In film and video production,

More information

2010 VCE VET Interactive Digital Media GA 2: Examination

2010 VCE VET Interactive Digital Media GA 2: Examination 2010 VCE VET Interactive Digital Media GA 2: Examination GENERAL COMMENTS The 2010 VCE VET Interactive Digital Media examination was the first to be based on the new VCE VET program. The program consists

More information

Interactive Media CTAG Alignments

Interactive Media CTAG Alignments Interactive Media CTAG Alignments This document contains information about eight Career-Technical Articulation Numbers (CTANs) for the Media Arts Career-Technical Assurance Guide (CTAG). The CTANs are:

More information

2015 VCE VET Interactive Digital Media (IDM) examination report

2015 VCE VET Interactive Digital Media (IDM) examination report 2015 VCE VET Interactive Digital Media (IDM) examination report General comments In the 2015 examination, students showed a good understanding of the vocational nature of Interactive Digital Media (IDM)

More information

PUBLISHING 1231 Intermediate New Media Publishing (FLASH) Instructor: Mak (Mahmoud) Abdel-Hai Office: A248 Phone: 604-3

PUBLISHING 1231 Intermediate New Media Publishing (FLASH) Instructor: Mak (Mahmoud) Abdel-Hai   Office: A248 Phone: 604-3 PUBLISHING 1231 Intermediate New Media Publishing (FLASH) Instructor: Mak (Mahmoud) Abdel-Hai Email: mabdelhai@langara.bc.ca Office: A248 Phone: 604-323-5648, ext. 1 Dates and times: s: 1.30 PM 7.25 PM

More information

CIW: Web Design Specialist. Course Outline. CIW: Web Design Specialist. ( Add-On ) 16 Sep 2018

CIW: Web Design Specialist. Course Outline. CIW: Web Design Specialist.   ( Add-On ) 16 Sep 2018 Course Outline 16 Sep 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5. ADA Compliant

More information

Introduction. Download. SMARTBoard

Introduction. Download.   SMARTBoard Page 1 of 21 SMARTBoard Introduction Interactive whiteboards are an excellent way to involve students in classroom learning by providing the look and feel of a regular whiteboard with computer-based technology

More information

Technology Applications Guide 5th Grade

Technology Applications Guide 5th Grade Sub Category Explanation Technology TEKS Subject Foundations Terminology & AUP Use grade level appropriate technology terminology. 1A Teachers will explain the rules according to the NBISD Acceptable Use

More information

Chapter 5. Inserting Objects. Highlights

Chapter 5. Inserting Objects. Highlights Chapter 5 Inserting Objects Highlights 5. Inserting AutoShapes, WordArts and ClipArts 5. Changing Object Position, Size and Colour 5. Drawing Lines 5.4 Inserting Pictures and Text Boxes 5.5 Inserting Movies

More information

('cre Learning that works for Utah STRANDS AND STANDARDS WEB DEVELOPMENT 1

('cre Learning that works for Utah STRANDS AND STANDARDS WEB DEVELOPMENT 1 STRANDS AND STANDARDS Course Description Web Development is a course designed to guide students in a project-based environment, in the development of up-to-date concepts and skills that are used in the

More information

A Step-by-step guide to creating a Professional PowerPoint Presentation

A Step-by-step guide to creating a Professional PowerPoint Presentation Quick introduction to Microsoft PowerPoint A Step-by-step guide to creating a Professional PowerPoint Presentation Created by Cruse Control creative services Tel +44 (0) 1923 842 295 training@crusecontrol.com

More information

2.02B Methods and Uses of Animation Develop Computer Animations

2.02B Methods and Uses of Animation Develop Computer Animations 2.02B Methods and Uses of Animation 2.02 Develop Computer Animations Frame-by-Frame Animation Rapidly displaying images, or frames, in a sequence to create the optical illusion of movement. Digital animation

More information

8975 Word Processing Techniques

8975 Word Processing Techniques 8975 Word Processing Techniques Essential General Observations The range of results for the 2013 series is almost the same as for the 2012 series. The percentage number of candidates awarded a First Class

More information

Microsoft Word

Microsoft Word OBJECTS: Shapes (part 1) Shapes and the Drawing Tools Basic shapes can be used to graphically represent information or categories. The NOTE: Please read the Objects (add-on) document before continuing.

More information

Introduction to Game Design

Introduction to Game Design Introduction to Game Design Introduction to Game Design is an activity-based syllabus that teaches skills for game design and development using Adobe tools, UNREAL Engine, MAYA 3DS and Blender. Each activity

More information

3D Computer Modelling and Animation

3D Computer Modelling and Animation Unit 38: 3D Computer Modelling and Animation Unit code: J/601/6780 QCF Level 5: BTEC Higher National Credit value: 15 Aim This unit aims to develop learners skills and understanding of the principles and

More information

Section 4 Working with Text

Section 4 Working with Text ECDL Section 4 Working with Text Section 4 Working with Text By the end of this section you should be able to: Start and close the WordPad program Recognise common program features Create text-based documents

More information

Digital Media II. EXAM INFORMATION Items. Points. Prerequisites. Grade Level. Course Length. Career Cluster. Performance Standards

Digital Media II. EXAM INFORMATION Items. Points. Prerequisites. Grade Level. Course Length. Career Cluster. Performance Standards EXAM INFORMATION Items 42 Points 57 Prerequisites DIGITAL MEDIA I Grade Level 10-12 Course Length ONE YEAR Career Cluster ARTS, A/V TECHNOLOGY, AND COMMUNICATION INFORMATION TECHNOLOGY Performance Standards

More information

Certificate in Digital Applications Unit 1: Developing Web Products

Certificate in Digital Applications Unit 1: Developing Web Products Reference Material: Commentaries Certificate in Digital Applications Unit : Developing Web Products Sample Assessment Material Paper Reference: DA20/0 Candidate A Examiner s notes on the work of Candidate

More information

Final Study Guide Arts & Communications

Final Study Guide Arts & Communications Final Study Guide Arts & Communications Programs Used in Multimedia Developing a multimedia production requires an array of software to create, edit, and combine text, sounds, and images. Elements of Multimedia

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

Examiners Report June 2016 GCSE ICT 3 5IT03 01

Examiners Report June 2016 GCSE ICT 3 5IT03 01 Examiners Report June 2016 GCSE ICT 3 5IT03 01 Edexcel and BTEC Qualifications Edexcel and BTEC qualifications come from Pearson, the UK s largest awarding body. We provide a wide range of qualifications

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS. Cambridge ICT Starters On Track

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS. Cambridge ICT Starters On Track UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS www.xtremepapers.com Cambridge ICT Starters On Track Scheme of Work 4296 Video or Animation for a Purpose Stage 2 Module Introduction In this module,

More information

Exemplar candidate work. Introduction

Exemplar candidate work. Introduction Exemplar candidate work Introduction OCR has produced these simulated candidate style answers to support teachers in interpreting the assessment criteria for the new Creative imedia specifications and

More information

Multimedia Design and Authoring

Multimedia Design and Authoring Unit 13: Multimedia Design and Authoring Unit code: H/601/0467 QCF Level 4: BTEC Higher National Credit value: 15 Unit aim To help learners understand design processes including planning, iteration and

More information

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website.

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website. 9 Now it s time to challenge the serious web developers among you. In this section we will create a website that will bring together skills learned in all of the previous exercises. In many sections, rather

More information

Tips and Tricks for Microsoft PowerPoint Game

Tips and Tricks for Microsoft PowerPoint Game Tips and Tricks for Microsoft PowerPoint Game Topics include: 1. Linking 2. Inserting Sound 3. Animation 4. Background Ideas 5. Buttons and Image Linking 6. Creating an Invisible Hot Spot 7. Set as One

More information

Using Flash Animation Basics

Using Flash Animation Basics Using Flash Contents Using Flash... 1 Animation Basics... 1 Exercise 1. Creating a Symbol... 2 Exercise 2. Working with Layers... 4 Exercise 3. Using the Timeline... 6 Exercise 4. Previewing an animation...

More information

Microsoft PowerPoint level 1 course content (1-day)

Microsoft PowerPoint level 1 course content (1-day) http://www.multimediacentre.co.za Cape Town: 021 790 3684 Johannesburg: 011 083 8384 Microsoft PowerPoint level 1 course content (1-day) Course Description Microsoft Office PowerPoint Beginners course

More information

Assignment 2: Website Development

Assignment 2: Website Development Assignment 2: Website Development Overview In this second assignment, you are required to develop your personal website from scratch, based on the design document that you created in Assignment 1. You

More information

Prentice Hall. Learning Media Design with Adobe CS4 (Skintik) Alabama - Course of Study - Interactive Multimedia Design

Prentice Hall. Learning Media Design with Adobe CS4 (Skintik) Alabama - Course of Study - Interactive Multimedia Design Prentice Hall Learning Media Design with Adobe CS4 C O R R E L A T E D T O Learning Media Design with Adobe CS4 Students will: Multimedia Components 1. Compare aspects of multimedia. Presentation Desktop

More information

REGISTRATION OF A SHORT LEARNING PROGRAMME (SLP)

REGISTRATION OF A SHORT LEARNING PROGRAMME (SLP) REGISTRATION OF A SHORT LEARNING PROGRAMME (SLP) 1. Registration number:... 2. Short Learning Programme Name: Basic Computer Literacy Short Course X Skills Programme (Non-credit bearing and not linked

More information

1. The site should consist of the following six pages, to be completed and ready for uploading by <date specified by tutor>:

1. The site should consist of the following six pages, to be completed and ready for uploading by <date specified by tutor>: OCR ITQ LEVEL 2 UNIT 81: WEBSITE SOFTWARE ASSESSMENT: BRADGATE PARK FITNESS PROGRAMME SCENARIO: You are employed as a member of the Web Design Team of Leicestershire County Council and regularly receive

More information

ECDL Full Course Content

ECDL Full Course Content ECDL Full Course Content Module 1 1. Getting Started 1.1. Computer Terms 1.2. Computer Hardware 1.3. Computer Accessories 1.4. Memory and Storage 1.5. Computer Software 2. Using Information Technology

More information

Ad Creative General Guidelines

Ad Creative General Guidelines Ad Creative General Guidelines Introduction This document is a general reference guide for online advertising on the statesman.com family of websites and Yahoo! All advertising creative must perform acceptably

More information

Flash CS6 First Edition

Flash CS6 First Edition Flash CS6 Flash CS6 First Edition LearnKey provides self-paced training courses and online learning solutions to education, government, business, and individuals world-wide. With dynamic video-based courseware

More information

Microsoft PowerPoint 2013 Module

Microsoft PowerPoint 2013 Module Microsoft PowerPoint 2013 Module Signing your name below means the work you are turning in is your own work and you haven t given your work to anyone else. Name Period Seat Completed Activity Points Poss.

More information

Dear Candidate, Thank you, Adobe Education

Dear Candidate, Thank you, Adobe Education Dear Candidate, In preparation for the Web Communication certification exam, we ve put together a set of practice materials and example exam items for you to review. What you ll find in this packet are:

More information

Valuable points from Lesson 6 Adobe Flash CS5 Professional Classroom in a Book

Valuable points from Lesson 6 Adobe Flash CS5 Professional Classroom in a Book Valuable points from Lesson 6 Adobe Flash CS5 Professional Classroom in a Book You are expected to understand and know how to use/do each of these tasks in Flash CS5, unless otherwise noted below. If you

More information

1.1 Research and describe the current and historical concepts and principles of graphics design to include: a) composition and layout

1.1 Research and describe the current and historical concepts and principles of graphics design to include: a) composition and layout Unit Title: Digital Graphics editing Level: 3 Sub-level: Unit 313 Credit value: 6 Guided learning hours: 50 Unit purpose and aim This unit helps learners to familiarise themselves with the more advanced

More information

WJEC (Eduqas) GCSE ICT to Pearson Certificate in Digital Applications (CiDA) Mapping Document

WJEC (Eduqas) GCSE ICT to Pearson Certificate in Digital Applications (CiDA) Mapping Document WJEC (Eduqas) GCSE ICT to Pearson Certificate in Digital Applications (CiDA) Mapping Document Introduction If you are thinking of switching from WJEC (Eduqas) GCSE ICT to the Pearson Edexcel Certificate

More information

IT Curriculum. Key Stage 1. Year 1

IT Curriculum. Key Stage 1. Year 1 IT Curriculum Key Stage 1 Year 1 Students are introduced to logging onto a computer, learning how to retrieve work and save work, how to change text, colour, font size and font, how to use bold and underline

More information

Adobe Captivate Level 1

Adobe Captivate Level 1 Information Technology Services Kennesaw State University Adobe Captivate Level 1 Presented by Technology Outreach in collaboration with The Multimedia Development Group (MDG) Copyright 2007 Information

More information

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE COURSE TITLE WEB SITE DESIGN COURSE DURATION 19 Hours of Interactive Training COURSE OVERVIEW In this 7 session course Debbie will take you through the

More information

Co. Cavan VEC. Co. Cavan VEC. Programme Module for. Word Processing. leading to. Level 5 FETAC. Word Processing 5N1358. Word Processing 5N1358

Co. Cavan VEC. Co. Cavan VEC. Programme Module for. Word Processing. leading to. Level 5 FETAC. Word Processing 5N1358. Word Processing 5N1358 Co. Cavan VEC Programme Module for Word Processing leading to Level 5 FETAC 1 Introduction This programme module may be delivered as a standalone module leading to certification in a FETAC minor award.

More information

Interactive Powerpoint. Jessica Stenzel Hunter Singleton

Interactive Powerpoint. Jessica Stenzel Hunter Singleton Interactive Powerpoint Jessica Stenzel Hunter Singleton Table of Contents iii Table of Contents Table of Contents... iii Introduction... 1 Basics of Powerpoint... 3 How to Insert Shapes... 3 How to Insert

More information

The Ccaps Desktop Publishing Style Guide. Version 1.0

The Ccaps Desktop Publishing Style Guide. Version 1.0 The Ccaps Desktop Publishing Style Guide Version 1.0 Table of Contents 1. Communication... 4 2. Tools... 4 3. Specific Instructions... 5 3.1. Basic Configuration: Fonts... 5 3.2. Non-localized Images...

More information

Accessibility Guidelines

Accessibility Guidelines Accessibility s Table 1: Accessibility s The guidelines in this section should be followed throughout the course, including in word processing documents, spreadsheets, presentations, (portable document

More information

CREATING A POWERPOINT PRESENTATION BASIC INSTRUCTIONS

CREATING A POWERPOINT PRESENTATION BASIC INSTRUCTIONS CREATING A POWERPOINT PRESENTATION BASIC INSTRUCTIONS By Carolyn H. Brown This document is created with PowerPoint 2013/15 which includes a number of differences from earlier versions of PowerPoint. GETTING

More information

Getting Started with Microsoft PowerPoint 2003

Getting Started with Microsoft PowerPoint 2003 Getting Started with Microsoft PowerPoint 2003 Overview: This handout provides basic introductory information about Microsoft PowerPoint and its application in the classroom. Audience: All instructional

More information

PUBLISHING FLASH. Lesson Overview

PUBLISHING FLASH. Lesson Overview PUBLISHING FLASH Lesson Overview In this lesson, you ll learn how to do the following: Test a Flash document Understand the Bandwidth Profiler Change publish settings for a document Understand the difference

More information

Computing Curriculum

Computing Curriculum Reception Using mouse and simple programs on computers Paint, Games, 2Simple. Year 1 Beebots Inputting a series of instructions (basic algorithms) Planning a route before inputting Practise giving clear

More information

SOEN287: Web Programming

SOEN287: Web Programming Concordia University Department of Computer Science and Software Engineering SOEN287: Web Programming Summer 2016 Programming assignment #1 Deadline: Friday, July, 22, 2016 @ 23:55 Late submission: Type

More information

Creating Book Trailers Using Photo Story 3 Why Photo Story 3? It is a free program anyone can download.

Creating Book Trailers Using Photo Story 3 Why Photo Story 3? It is a free program anyone can download. Creating Book Trailers Using Photo Story 3 Why Photo Story 3? It is a free program anyone can download. Before you begin using Photo Story 3 you will need to create a folder and title it Book Trailer.

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

1. Open PowerPoint and you will see the introductory screen that contains different themes and templates. From the selection displayed, choose Slice.

1. Open PowerPoint and you will see the introductory screen that contains different themes and templates. From the selection displayed, choose Slice. PowerPoint Assessment ***Remember! This is a test and you cannot ask for help. This must be done completely on your own. If you have forgotten a skill, please go to my Tutorials page on my website and

More information

PowerPoint 2002 Manual

PowerPoint 2002 Manual PowerPoint 2002 Manual Internet and Technology Training Services Miami-Dade County Public Schools Contents How to Design Your Presentation...3 PowerPoint Templates...6 Formatting Your Slide Show...7 Creating

More information

Unit title: Computing: Website Design and Development (SCQF level 5)

Unit title: Computing: Website Design and Development (SCQF level 5) National Unit Specification General information Unit code: HW52 45 Superclass: CB Publication date: February 2018 Source: Scottish Qualifications Authority Version: 02 Unit purpose The purpose of this

More information

Ministry of Higher Education and Scientific research

Ministry of Higher Education and Scientific research Department of Statistics & Information Duhok Polytechnic University Technical Institute of Amedi Subject: Computer Applications Course Book year 1 (first year ) Lecturer's name: Sarkaft I. Mohammed MSc

More information

Mark Scheme. Edexcel Level 2 Certificate in Digital Applications. Unit 5: Coding for the Web

Mark Scheme. Edexcel Level 2 Certificate in Digital Applications. Unit 5: Coding for the Web Mark Scheme Edexcel Certificate in Digital Applications Unit 5: Coding for the Web General marking guidance All candidates must receive the same treatment. Examiners must mark the first candidate in exactly

More information

Birdville ISD_Third Grade Technology TEKS Checklist Teacher School

Birdville ISD_Third Grade Technology TEKS Checklist Teacher School Technology Application TEKS Checklist Suggested Learning Activities Foundations-Demonstrates knowledge and appropriate use of hardware components 3.1A Use technology terminology appropriate to the task

More information

APPLY INPUT METHODS A,C,H

APPLY INPUT METHODS A,C,H APPLY INPUT METHODS A,C,H GOAL: Students will demonstrate proper keyboarding techniques and will create a table with various levels of headings and enhancement features comparing and contrasting ergonomic

More information

New Media Production week 3

New Media Production week 3 New Media Production week 3 Multimedia ponpong@gmail.com What is Multimedia? Multimedia = Multi + Media Multi = Many, Multiple Media = Distribution tool & information presentation text, graphic, voice,

More information

Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons

Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons The Inkscape Program Inkscape is a free, but very powerful vector graphics program. Available for all computer formats

More information

Unit 17. Level 1/2 Unit 17 Multimedia Products Development

Unit 17. Level 1/2 Unit 17 Multimedia Products Development Unit 17 Level 1/2 Unit 17 Multimedia Products Development Unit 17 Outcomes A: Understand the uses and features of multimedia products. Know why individuals or organisations use multimedia products. Learn

More information

Free Microsoft Office 2010 training from MedCerts. Course Outline

Free Microsoft Office 2010 training from MedCerts. Course Outline Free Microsoft Office 2010 training from MedCerts Course Outline Microsoft Office Word 2010: Basic Course Introduction Unit 01 - Getting Started Topic A: The Word Window The Word 2010 Window Demo - A-1:

More information

Digital Media IB DESCRIPTION. EXAM INFORMATION Items

Digital Media IB DESCRIPTION. EXAM INFORMATION Items EXAM INFORMATION Items 25 Points 40 Prerequisites COMPUTER LITERACY (ART DRAWING SUGGESTED) Grade Level 10-12 Course Length ONE SEMESTER DESCRIPTION Digital Media is the process of analyzing, designing

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

User Guide Contents The Toolbar The Menus The Spell Checker and Dictionary Adding Pictures to Documents... 80

User Guide Contents The Toolbar The Menus The Spell Checker and Dictionary Adding Pictures to Documents... 80 User Guide Contents Chapter 1 The Toolbar... 40 Unique Talking Toolbar Features... 40 Text Navigation and Selection Buttons... 42 Speech Buttons... 44 File Management Buttons... 45 Content Buttons... 46

More information

USE OF AUDIO VISUAL AIDS. Shital Moktan

USE OF AUDIO VISUAL AIDS. Shital Moktan 1 USE OF AUDIO VISUAL AIDS Shital Moktan 2 I hear, I forget I see, I remember I do, I understand Audio Visual Aids 3 Any device which can be used to make the learning more effective more concrete more

More information

Mrs. R. Jeanine Ewert Beaverton High School Beaverton, Michigan

Mrs. R. Jeanine Ewert Beaverton High School Beaverton, Michigan Mrs. R. Jeanine Ewert Beaverton High School Beaverton, Michigan Course Description Students in this course will learn how to design, develop and publish web sites and web-ready communication. Students

More information

8 Electronic Presentations

8 Electronic Presentations 8 Electronic Presentations By completing this lesson you will acquire a sound understanding of: what is a presentation the characteristics of a good presentation creating an attractive multi-media presentation

More information

BBT ( Broad Based Technology ) Leo Hayes High School Fredericton, NB

BBT ( Broad Based Technology ) Leo Hayes High School Fredericton, NB BBT ( Broad Based Technology ) Leo Hayes High School Fredericton, NB Table of Contents Welcome to Publisher Publisher Interface Basics Starting up Publisher Module Activities Business Card Banner Advertisement

More information

VCE VET Interactive Digital Media

VCE VET Interactive Digital Media VCE VET Interactive Digital Media Computer-based examination End of year Examination specifications Overall conditions The examination for the VCE VET Interactive Digital Media (IDM) program is undertaken

More information

Contents. Introducing Clicker Paint 5. Getting Started 7. Using The Tools 10. Using Sticky Points 15. Free resources at LearningGrids.

Contents. Introducing Clicker Paint 5. Getting Started 7. Using The Tools 10. Using Sticky Points 15. Free resources at LearningGrids. ClickerPaintManualUS.indd 2-3 13/02/2007 13:20:28 Clicker Paint User Guide Contents Introducing Clicker Paint 5 Free resources at LearningGrids.com, 6 Installing Clicker Paint, 6 Getting Started 7 How

More information

ELECTRONIC PRESENTATION TOOL

ELECTRONIC PRESENTATION TOOL ELECTRONIC PRESENTATION TOOL 5 After completing this Chapter, the student will be able to: design different types of slides, recognise type of views of presentation, insert graphics, audio and video in

More information

Microsoft Office PowerPoint 2013 Courses 24 Hours

Microsoft Office PowerPoint 2013 Courses 24 Hours Microsoft Office PowerPoint 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Using PowerPoint 2013 Opening PowerPoint 2013 Opening a Presentation Navigating between Slides Using the

More information

All-Ways Accessible. People experience the world in different ways. User Friendly Anyone can understand it. Versatile Easy to update.

All-Ways Accessible. People experience the world in different ways. User Friendly Anyone can understand it. Versatile Easy to update. All-Ways Accessible Accessible content is: User Friendly Anyone can understand it. Versatile Easy to update. Convertible Can be adapted to other formats. Legal Reduce your risk! People experience the world

More information

Dazzle the Web with Dynamic Dreamweaver, Part II

Dazzle the Web with Dynamic Dreamweaver, Part II Dazzle the Web with Dynamic Dreamweaver, Part II In the second Dreamweaver workshop we will learn the following skills: 1. Adding hyperlinks to our home page 2. Adding images to our home page 3. Creating

More information