Multimedia Revision
Multimedia Revision
Multimedia: is an application which uses a collection of multiple media sources like text,
graphics, images, sound/audio, animation/video.
Hypermedia: application which uses associative relationships among information
contained within multiple media data for the purpose of facilitating access and
manipulation of the information encapsulated by the data
3) Multimedia characteristics:
1- Multimedia system must be computer controlled
2- Multimedia systems are integrated
3- The information they handle must be represented digitally
4- The interface to the final presentation of media is usually interactive
CS and IS.html
<html>
<head>
<title>CS & IS</title>
</head>
<body bgcolor="blue">
<h1>CS subjects:</h1>
<ul>
<li>Operating system</li>
<li>Database</li>
<li>Multimedia</li>
<li>Network</li>
<li>Software Engineering</li>
<li>Computer Architecture</li>
</ul>
<h1>IS Subjects:</h1>
<ul>
<li>Operating system</li>
<li>Database</li>
<li>Multimedia</li>
<li>Network</li>
<li>Software Engineering</li>
<li>Advanced modeling</li>
</ul>
</body>
10) How the Image represented:
• The image is represented by a matrix, each point of the matrix called a pixel.
• The gray image is represented by one matrix.
• The colored image (BMP) is represented by three matrices (RGB):
▪ One for red.
▪ One for green.
▪ One for blue.
14) discuss what is meant by the terms static media and dynamic media
static media: refers to content that doesn’t change
example: advertisement in a newspaper or magazine.
dynamic media: the elements that change in every video
example: websites, social networking, online forums.
15) Explain the dithering technique using to expand the number of gray
level value
• Dithering is used for displaying monochrome images, or for printing on a 1-bit
printer.
• Dithering is used to calculate longer patterns of dots (values from 0 →255) (0 dark,
255 white).
• The main strategy is to replace a pixel value by a larger pattern, say 2 x 2 or 4 x 4,
such that the number of printed dots approximates the varying sized disks of ink used
in halftone printing
17) Explain how to convert the 8-Bits Color Image to 24-Bits Color Image
Color lookup table LUT is used to convert image type GIF to BMP by displaying the
colors associated with index values from 0 to 255. The LUT is a 2-dimensional array with
3 columns (Red Green Blue) and with the variations of each color from 0 to 255 in 255
rows.
Other questions:
1) Explain the multimedia authoring and describe briefly the most common three
metaphors?
2) what is meant by MIDI? how is a basic MIDI message structured?
3) Explain how can MIDI be used effectively in multimedia musical applications?
4) What is the purpose of using “chroma” sub-sampling with the digital video? Why
is it feasible?