CIT Higher Certificate in Science Exam: Information Technology Support, Exams of Multimedia Applications

The instructions and questions for an exam from the cork institute of technology higher certificate in science in computing information technology support program. The exam covers topics such as macromedia director scripting, mpeg compression, color dithering, and html. Students are required to answer all questions, which carry equal marks.

Typology: Exams

2012/2013

Uploaded on 03/28/2013

ramu
ramu 🇮🇳

4.4

(57)

135 documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Cork Institute of Technology
Higher Certificate in Science in Computing in Information
Technology Support – Award
(NFQ Level 6)
Autumn 2007
Multimedia
(Time: 3 Hours)
Instructions
Answer Question 1 and THREE other questions
All questions carry equal marks.
Examiners: Mr. J. Greenslade
Mr. J. Walsh
Mr. C.E. Manning
Q1. (25 marks)
A Macromedia Director movie has a slider in sprite 6 to control the volume of the sound in channel
2. The registration point of the slider is bounded so that it can only move up and down within the
boundary of sprite 12, and not from left to right. As the slider moves up on the screen the volume
increases and as it moves down the volume decreases. At maximum volume the slider is 300 pixels
from the top of the stage. At minimum volume (silent) the slider is 400 pixels from the top of the
stage.
The volume is controlled by a frame script that uses the position of the slider to modify the volume
level.
Write the lingo code for the frame script.
Q2. (25 marks)
Part A (10 marks)
MPEG uses three kinds of frame. I-frames, P-frames, and B-frames. Briefly describe the kind of
compression used by each frame and the dependancies between the frames.
Part B (8 marks)
Using a diagram describe a typical group of (not less than 12) frames.
Part C (5 marks)
What does it mean when a compression algorithm is said to be symmetrical?
Part D (2 marks)
Is MPEG symmetrical or asymmetrical?
pf3
pf4
pf5

Partial preview of the text

Download CIT Higher Certificate in Science Exam: Information Technology Support and more Exams Multimedia Applications in PDF only on Docsity!

Cork Institute of Technology

Higher Certificate in Science in Computing in Information

Technology Support – Award

(NFQ Level 6)

Autumn 2007

Multimedia

(Time: 3 Hours)

Instructions Answer Question 1 and THREE other questions All questions carry equal marks.

Examiners: Mr. J. Greenslade Mr. J. Walsh Mr. C.E. Manning

Q1. (25 marks) A Macromedia Director movie has a slider in sprite 6 to control the volume of the sound in channel

  1. The registration point of the slider is bounded so that it can only move up and down within the boundary of sprite 12, and not from left to right. As the slider moves up on the screen the volume increases and as it moves down the volume decreases. At maximum volume the slider is 300 pixels from the top of the stage. At minimum volume (silent) the slider is 400 pixels from the top of the stage. The volume is controlled by a frame script that uses the position of the slider to modify the volume level. Write the lingo code for the frame script.

Q2. (25 marks)

Part A (10 marks) MPEG uses three kinds of frame. I-frames, P-frames, and B-frames. Briefly describe the kind of compression used by each frame and the dependancies between the frames.

Part B (8 marks) Using a diagram describe a typical group of (not less than 12) frames.

Part C (5 marks) What does it mean when a compression algorithm is said to be symmetrical?

Part D (2 marks) Is MPEG symmetrical or asymmetrical?

Q3. (25 marks)

Part A (25 marks)

Color R G B Color R G B 1 100 25 200 9 200 0 50 2 0 0 25 10 50 0 0 3 0 0 0 11 100 25 200 4 25 50 250 12 0 0 200 5 0 0 200 13 255 50 255 6 10 100 220 14 220 25 0 7 50 25 100 15 100 10 0 8 255 200 255 16 100 0 200

The color lookup table above lists the RGB values of the 16 colors in an image palette. The color with RGB values of R: 25 G:0 B:200 is desired but is not present and so must be simulated by dithering. Devise a dithering scheme that simulates the missing color using a combination of those available.

Q5. (25 mmarks) The City Candy website uses a Shockwave movie for its main menu. The main menu has links to four pages of the website: chocolates.html, sweets.html, cake.html, and toffyapples.html. Each of the four pages is represented on the stage but an outline graphic. When the cursor rolls over this graphic it changes from outline to full colour. These graphics are shown in the cast window on the next page.

A script in Frame 20 pauses the playback head and contains all the code for the rollovers. The score is reproduced on the next page.

Write the code for this frame script.