Chapter 14 Multimedia authoring Flashcards

1
Q

What is multimedia authoring

A

This refers to the development of an application that integrates a range of media that can usefully present information to a target audience

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is hypertext

A

This is text that can provide links to related content in an application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is hypermedia

A

Is the use of media including text, imagess, video and sound elements to provide links to related content in an application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of a template

A

A template controls the overall look and layout of a site. It provides the framework that brings together common elements, modules and components

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are two advantages of multimedia authoring using Html

A
  • Little technical knowledge is needed
  • Its an intuitive interface that leads to: faster development of a final package, Elements being easily be placed on the screen and developers can see how the screen layout has changed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are two disadvantages of multimedia authoring using Html

A
  • Theres limited options meaning the developer will have to revert to coding if complex interactions are needed in the application.
  • The use of templates can lead to the production of unoriginal interfaces.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the Html tags that display graphics, video and sound files and their uses

A

1) <img></img>: It displays images on the website
2) : This allows you to insert fallback text (error messages)
3) : This allows you to insert videos for automatic playback to be viewed in internet explorer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the Html tags that display tables and lists and their uses

A

1) : This creates table for information
2) <ol> </ol>: This displays an ordered list.
3) <ul> </ul>: This displays an unordered list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the Html tags that allows commenting and adding hyperlinks and their uses.

A

1) : This allows developer to add comments

2) <a>: This allows you to display a text-based hyper link</a>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the definition of CSS

A

Cascading style sheets is a language that describes the styles within a HTMLdocument

How well did you know this?
1
Not at all
2
3
4
5
Perfectly