KEY TERMS Flashcards
End user
End user provides feedback to the developer to ensure that the digital system does what it is supposed to
do/meets the end user requirements
Prototype
An initial version of a multimedia product.
Evolutionary prototype
Reviewed and improved and eventually forms the final system solution
Throwaway prototype
Does not become part of the final system solution
Target audience
(Demographic) group application is aimed at
User requirements
When a computer system is completed the developer in the first instance will check the completed system
against a set of user requirements to see if they have all been met. After the evaluation any limitations of the
system will be identified which may lead to a further refinements of the system design.
Storyboard
A storyboard is a visual tool to help understand how a film, animation or even a presentation will be created
Image sources
Images can come from different sources for example:
- Original sources
- The internet (copyright must be taken into consideration)
- Created images using software such as Photoshop or Adobe Firework
types of information contained in a Movie timeline
Sound
Contents of individual frames
Duration of individual frames
Movie duration
Details of transitions between frames
Special effects
Details of credits/title screen
Scripted elements
Extracts of code, often included as part of a HTML document, which when activated can allow the end user to
interact with the application and amend the contents when displayed
Wireframe
A diagram which shows the layout of the pages/screens of a multimedia application
Navigational structure
diagram/navigational
plan
Illustrates the pathway between hyperlinks and pages of a multimedia application
Navigational plans show the main structure of the site
How the pages will link together
Template
A predefined layout of a document which can be edited
Graphical user
interface
Windows, Icon, Menu/Mouse, Pointer/Pulldown Menu
Natural language
interface
For example - A voice controlled home heating system, can have text and speech inputs
Motion tracking
interface
Motion tracking interfaces convert movement into digital signals.
Touchscreen
The interface detects where the pressure is applied on screen and follows out the corresponding instruction.
Plugins
Software/code adds additional functionality to existing application
Portable document
formats (PDF)
Compressed file format so aids electronic transfer/download
Format which can be accessed on any platform
Provides copy of document that cannot be easily edited
Should provide link to appropriate plugin
Ensures documents reach wider target audience
Optimised file formats
Removal of unnecessary data to support file optimisation
types of Accessibility tools
Use of narrators
Onscreen magnifier
Change screen settings/sound settings
Change keyboard/mouse settings/touch pad settings
Voice recognition
Video file formats (4)
Flash video
AVI
QuickTime
MP4
Image file formats (4)
JPEG
GIF
TIFF
PNG
Sound file formats (2)
MP3
WAV
E-commerce
An e-commerce transaction is the sale or purchase of goods or services, conducted over computer
networks by methods specifically designed for the purpose of receiving or placing of orders
Live streaming
Transmit/receive video and audio over the Internet
types of E-commerce
interactive features
Interactive features include:
* Shopping baskets
* Product reviews/rating
* Watch lists/tracking/wishlist
* Alert systems
* Sharing product information
* Image display tools, e.g. zoom, enlarge, 3D Rotation
* Help systems/dispute resolution systems
types of Gaming Feedback
- Sound
- Score/statistics/progress
- Onscreen movement/message/visual change
- Leaderboard
- Vibration
Game settings
Sound levels
Controls
Create characters
Gaming multimedia
and interactive
features
- Feedback e.g. Sound, increase/decrease score, lives or health bars
- Text and voice interactions e.g. user can type instructions to the on-screen characters
- Video elements to support user interactions
- 3D interaction to allow user to walk as they are moving through the game environment
- Level of difficulty
- Creation of personas to personalise the game
- Adjustment of visual elements e.g. camera angles
Social media –
interactive and
multimedia features
- Allows for posting of comments at any time
- Can post multimedia content/links and share with others
- Have chat facility
- Ability to provide graphic feedback e.g., like buttons or emojis (call to action)
- Ability to upload range of media content
- Free web space
- Live streaming
Multimedia authoring
Using software (example of software also acceptable) to create an application that contains more than one
media type (text, images, video, audio, animation)
Provides the developer with WYSIWYG interface which generates the code for the developer e.g.,
Dreamweaver
Animation
A series of images which play one after another to create the impression of movement
- An animation is a moving image.
- A frame is a single image within the animation.
- An animation may be made up of several frames.
- Each frame will be displayed for a period of time.
- You should plan your animation using a storyboard.
- The speed the frames change at is known as the frame rate.
GIF animation
A sequence of frames (with each frame being a still image) and then setting the duration that each frame will
be visible.
Flash animation
Assembling bitmapped and vector graphics on a stage and then using effects such as tweening to create
movement of the visual assets.
ALT text
HTML code used to display a text based message to the user when they roll over the image with a cursor
Hypertext
Creates hyperlink used to provide links to other content/move from one page to another
Tables
Used in web pages to organise text and other multimedia elements into rows and columns
Layer
A tool that can be used to place text and other multimedia elements on a web page
Hyperlink
An element on a web page that when clicked on will take the user to another website, web page or document
Hotspot
An area of a graphic that when clicked will cause an action on a web page
CSS
Cascading style sheets
A language that describes the styles within a HTML document.
Settings include: Colour, Font, Text size, Headings, Paragraphs
Metadata
Data that describes other data. In a HTML document, metadata is defined inside the <head> tag
Design view
Lets you edit content of web page
Lets you add text/graphics/video/animation/content to web page
Preview mode
Allows you to preview web page/website in different browsers
Allows you to see what web page/website will look like on www
Sequencing
Lines of code run one after another from the beginning to the end.
Selection
Used when lines of code are run only if a certain condition is met.
Repetition
Causes lines of code to be repeated, and in JavaScript, using a FOR loop or a WHILE loop.
The FOR loop will decide how many times the code inside the loop will run.
Event drive
programming
User interaction (e.g., button click) control what appears next on the screen or determines the flow of the
program
Testing Navigation
Click each navigation button in turn
Check that the destination is as predicted by the planning document
Click on the links to ensure they take you to the correct place
Testing multimedia
assets
View all images to ensure they display correctly
Check videos play correctly
Check sound files play correctly
Check animations work as expected
Testing Loading times
Test the elements in different browsers/platforms to ensure the load times are not excessive
Cross platform
application
An application designed to operate successfully on more than one platform