Computer Essentials 2 - Chapter 5
Computer Essentials 2 - Chapter 5
Edition
Understanding
Computers
Today and Tomorrow
For Computer Essentials 2
Chapter 5:
Multimedia
and
the Web
Deborah
Morley Copyright 2015 Cengage
Learning
Learning
Objectives
1. Define Web-based multimedia and list some advantages and
disadvantages of using multimedia.
2. Describe each of the following multimedia elements—text,
images, animation, audio, and video—and tell how they
differ.
3. Briefly describe the basic steps and principles involved with
designing a multimedia Web site.
4. List the various tasks involved with developing a multimedia
Web site.
• Text
– Used to supply basic content, and
to add text-based menus and
hyperlinks
– Serif Typeface
• Small lines on edges of
letters
• More readable, used for large
bodies of text
– Sans Serif Typeface
• No lines on edges of letters
• Used for titles, headings, Web
page banners
Understanding Computers: Today and Tomorrow, 1
15th Edition 3
Multimedia Elements
– GIF
• Graphic Interchange Format
• Commonly used for Web page images
• Used with logos, banners, other nonphotographic
images
• 256 colors max
• Uses lossless file compression
• Can be transparent
• Can be interlaced
– PNG
• Portable Network Graphics
• Format designed specifically for use with Web page
images in 1996
• Uses lossless compression
• Can compress more efficiently than GIF
• Can use specific color palette of 256 colors or true color
palette of 16 million colors
• Can also be transparent and interlaced
– JPEG
• Joint Photographic Experts Group
• Standard format for Web page photos
• Uses lossy file compression
– Image quality is lost during compression
• Can use true color
• Can be progressive
• The amount of compression is specified when the file is
saved
• Animation
– A series of graphical images are displayed in succession to
simulate movement
– Java Applet
• A small program inserted into a Web page that
performs a specific task
– Animated GIF
• A group of GIF images saved as an animated GIF file
that is inserted in a Web page
• Displayed one after another to simulate movement
MP3 Compression
– Patented compression method; MPEG Audio Layer 3
– Typically compresses a CD-quality song to 1/10th of its size
– Used with Internet music downloads
– Uses perceptual coding and Huffman coding
– Video
• Begins as a continuous stream of visual information,
which is then broken into separate images (frames)
when the video is recorded
• Video data, like audio data, is usually compressed
• Streaming video is recommended to speed up
delivery
• Common video file formats include:
.avi .mp2 .mov
.flv .mp4 .wmv
Answers:
1) b; 2) True; 3) thumbnail image
Understanding Computers: Today and Tomorrow, 2
15th Edition 7
Multimedia Web Site Design
• Device Compatibility
– The device being used to access a Web site affects how the
site will appear and how functional it will be
– Develop a plan for mobile access of your site
• Assistive Technology
– Hardware and software specially designed for individuals
with physical disabilities
• Screen readers and Braille displays
• Alternative text (alt tags)
– Also watch reading level of site
Answers:
1) c; 2) True; 3) site map
• HTML5
– Newest version is designed to replace the
previous
versions of both HTML and XHTML
– Includes new tags and features that support the creation
of more complex and dynamic Web pages
– Is open standard
– No proprietary software or plug-ins required
– New tags include <video> and <audio> for media,
<canvas> that creates a bitmapped surface to work with,
and section tags to identify the parts of a Web page
(<header>, <article>, <nav>, etc.)
Understanding Computers: Today and Tomorrow, 4
15th Edition 4
Multimedia Web Site Development
Answers:
1) a; 2) True; 3) <b>
Understanding Computers: Today and Tomorrow, 5
15th Edition 7
Summary