Bitmap Images - Multimedia - Exam, Exams of Multimedia Applications

Main points of this past exam are: Bitmap Images, Number, Organisational Models, Suitable Practical, Single Common Definition, Representations, Vector Image, Resolution, Bitmap Image, Bitmap Graphic

Typology: Exams

2012/2013

Uploaded on 03/28/2013

ramu
ramu 🇮🇳

4.4

(57)

135 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Cork Institute of Technology
Bachelor of Science (Honours) in Software Development and
Computer Networking – Award
(KDNET_4_Y4)
Summer 2008
Multimedia
(Time: 2 Hours)
Instructions
Answer THREE questions
All questions carry equal marks.
Examiners: Mr. B. Doyle
Dr. J. Buckley
Dr. A. Kinsella
Q1. (a) Multimedia can be presented using a number of Organisational Models.
Briefly discuss the characteristics of these models and give a suitable practical
example for each model. (12 marks)
(b) VR (Virtual Reality) has no single common definition, but common
characteristics are shared by different VR systems. Discuss these common
characteristics. Outline FOUR representations of VR and suggest a
practical application for each of them. (13 marks)
Q2. (a) Vector images and Bitmap images are two main types of image:
Explain the differences between a vector image and bitmap image. In your
answer state the file format/s, mode and resolution/dpi best suited when
saving/preparing a bitmap graphic for :
(i) Web
(ii) Print (12 marks)
(b) Layers provide a powerful means of developing images in Photoshop; explain
briefly, TWO advantages of using layers and describe at least ONE method
of adding a layer to an image. (5 marks)
(c) Explain each of the following Adobe Photoshop tools. In your answer give
ONE example of the tool’s use to illustrate your answer:
(i) Lasso tool
(ii) Eyedropper tool
(iii) Clone stamp tool
(iv) Slice tool (8 marks)
pf3

Partial preview of the text

Download Bitmap Images - Multimedia - Exam and more Exams Multimedia Applications in PDF only on Docsity!

Cork Institute of Technology

Bachelor of Science (Honours) in Software Development and

Computer Networking – Award

(KDNET_4_Y4)

Summer 2008

Multimedia

(Time: 2 Hours)

Instructions Answer THREE questions All questions carry equal marks.

Examiners: Mr. B. Doyle Dr. J. Buckley Dr. A. Kinsella

Q1. (a) Multimedia can be presented using a number of Organisational Models. Briefly discuss the characteristics of these models and give a suitable practical example for each model. (12 marks)

(b) VR (Virtual Reality) has no single common definition, but common characteristics are shared by different VR systems. Discuss these common characteristics. Outline FOUR representations of VR and suggest a practical application for each of them. (13 marks)

Q2. (a) Vector images and Bitmap images are two main types of image: Explain the differences between a vector image and bitmap image. In your answer state the file format/s, mode and resolution/dpi best suited when saving/preparing a bitmap graphic for : (i) Web (ii) Print (12 marks)

(b) Layers provide a powerful means of developing images in Photoshop; explain briefly, TWO advantages of using layers and describe at least ONE method of adding a layer to an image. (5 marks)

(c) Explain each of the following Adobe Photoshop tools. In your answer give ONE example of the tool’s use to illustrate your answer: (i) Lasso tool (ii) Eyedropper tool (iii) Clone stamp tool (iv) Slice tool (8 marks)

Page 2 of 3

Q3. (a) Examine the following CSS. Write an explanation for each selector and declaration block of the code. (13 marks)

body { margin:0px; padding:0px; font-family: Georgia, "Times New Roman", Times, serif; font-size:small; font-style:normal; font-weight:normal; color:#000; background-color: #fff; }

p { border: 0; margin: 0px; padding: 0px 60px 14px 30px; }

h1, h2, h3, h4, h5, h6 {font-family:Helvetica, Arial, sans-serif;}

h1 { height:66px; font-size:21px; font-weight:bold; margin:0px 0px 0px 0px; padding:10px 0px 0px 0px; background-color: #cccccc; color:#ff0000; border-bottom: 1px solid #000000;

}

ul { clear:both; color: #FFFFFF; background-color: transparent; margin: 0; padding: 3px 60px 3px 6px; white-space: nowrap; text-align:right;

}

a:link { color: #ff0000; background-color: #fff; text-decoration: none; }