



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
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
1 / 5
This page cannot be seen from the preview
Don't miss anything!




(NFQ Level 6)
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
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.