Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

FACULTY OF SCIENCE AND INFORMATION TECHNOLOGY

FINAL EXAMINATION
SESSION II, ACADEMIC YEAR 2017/2018

TBMM2063
MULTIMEDIA FOR THE WEB

INSTRUCTION TO CANDIDATES:
1. The time allotted for this paper is 2 HOURS and 30 MINUTES .
2. This question paper consists of THREE sections:
SECTION A: 10 Multiple Choice Questions.
SECTION B: 2 Structured Questions.
SECTION C: 2 Programming Questions.
3. Answer ALL questions for section A, B and C in the answer booklet provided.
4. This examination pack consists of
i) An Answer Booklet
5. Total marks for this paper is 70 MARKS.
6. This question paper is NOT ALLOWED to be taken out from the examination
hall.

THIS QUESTION PAPER CONSISTS OF 7 PRINTED PAGES.


DO NOT OPEN UNTIL YOU ARE TOLD TO DO SO.

CONFIDENTIAL
TBMM2063 MARCH 2018

SECTION A
Marks : 10

Choose the CORRECT answer on the answer booklet provided.

1. A browser is used to view


A. video discs.
B. storyboards.
C. program code.
D. web-based pages and documents.

2. When a stream of data is sent over the internet by your computer, it is first
broken down into packets by the
A. Internet Protocol.
B. File Transfer Protocol.
C. Simple Mail Transfer Protocol.
D. Transmission Control Protocol.

3. Which audio file type’s sound quality is dependent on the client’s computer
setup?
A. AIF
B. Wav
C. MIDI
D. Shockwave

4. Web pages are written in


A. MIME.
B. HTML.
C. MPEG.
D. TCP/IP.

2 CONFIDENTIAL
TBMM2063 MARCH 2018

5. Which of the following is not a benefit of hosting your own web server for
product delivery site on the web?
A. Better security control.
B. Easy access to technical support.
C. Ability to fine-tune the server’s configuration parameters.
D. Ability to specify and install any special software you need.

6. When delivering a project, you should


A. not bother testing; it’ll probably work.
B. test once on your development computer.
C. test on several other computers at least once.
D. test on as many different computers as many times as you can.

7. Multimedia distributed over wires, glass fiber, or airwaves on a network


requires large amounts of
A. bandwidth.
B. disk space.
C. processing power.
D. screen real estate.

8. The way(s) to start creating your project’s interface is/are:


A. storyboard using stick figures.
B. start with pencil, eraser, and paper.
C. outline your project and graphic ideas.
D. all of the above.

9. Which of these is the only way to ensure that text appears exactly the same
across platforms?
A. Link to the font at a web site.
B. Create a bitmap image of the text.
C. Embed the font into HTML code itself.
D. Include the font as a download on the server.

3 CONFIDENTIAL
TBMM2063 MARCH 2018

10. Which of these is not an image format supported by most browsers?


A. GIF
B. DXF
C. PNG
D. JPEG

4 CONFIDENTIAL
TBMM2063 MARCH 2018

SECTION B
Marks: 20

Answer ALL questions on the answer sheets provided.

Question 1

Explain the terms listed below:

a. Multimedia developers. (2 marks)

b. Multimedia projects. (2 marks)

c. Multimedia in schools. (2 marks)

d. Multimedia in business. (2 marks)

e. Multimedia in public places. (2 marks)

Question 2

a. List two platforms in producing a multimedia product. (2 marks)

b. List two hardware that specialized workstation for detailed and animated
multimedia. (2 marks)

c. Making multimedia project contain the element creativity and organization.


Describe the creativity and organization. (6 marks)

5 CONFIDENTIAL
TBMM2063 MARCH 2018

SECTION C
Marks: 40

Answer TWO questions on the answer sheets provided.

Question 1

Write the HTML codes for the web page shown in figure 1. (20 marks)

Figure 1: Student Information Form

6 CONFIDENTIAL
TBMM2063 MARCH 2018

Question 2

Display the output for the HTML codes below. (20 marks)

<html>
<head>
<title> BTRP6103 </title>
</head>
<body>
<h1 align="center"> CONTESTANT INFORMATION FORM </h1>
<form>
<p>Before fulfilling this form, please be ensure that you
are either:</p>
<ul>
<li>Student of semester 1, or</li>
<li>Student of semester 4, or</li>
<li>Student of semester 5</li>
</ul>

<p>Please enter your name, matric ID and faculty:</P>

Name:
<input name="firstname" type="text">
Matric No:
<input name="matric" type="text">

<p> please choose your faculty:</P>


<form>
<input type="radio" name="faculty" value="FBMK">Fakulti
Bahasa dan Komunikasi<br>
<input type="radio" name="faculty" value="FSTM">Fakulti
Sains dan Teknologi Maklumat
</form>

<p> Please select according to your preference:</P>


<form>
<input type="checkbox" name="preferences" value="Computer
and IT"> Computer and IT<br>
<input type="checkbox" name="preferences"
value="Entertainment"> Entertainment<br>
<input type="checkbox" name="preferences" value="Sport">
Sport
</form>

<p><input value="Send" type="submit">


<input value="Reset" type="reset"></p>
<p align="center"> For more details, please send e-mail to
<a href=”mailto:ask@kuis.edu.my”> ask@kuis.edu.my </a></p>
</form>
</body>
/h l
END OF QUESTION PAPER

7 CONFIDENTIAL

You might also like