Sie sind auf Seite 1von 6

FTMMSET1QP1215

First Term Examination (2015-2016)

Subject: Multimedia & Web Technology


Grade: XII
Name:

Section:

General Instructions:
This question paper consists of 6 printed pages.
All answers to be written in the answer sheet provided.
Write the HTML code to generate following web page

Consider the following points while writing the HTML code :


a) Title of the page should be Career Options in Multimedia
Page 1 of 6

10/6/15

Max. Marks:70
Time:3 Hrs
Roll No:

(10)

b) Background colour of the page should be Pink


c) Text colour of main heading should be red and font style should be Arial Bold
d) Image used in the page is multimedia.jpg
e) Pages linked to are as specified below:

Graphic designing as Graphic.html

Game designing as Game.html

Web designing as Web.html

Print & Publishing as Print.html


f) Use the concept of lists to display the given numbering.
g) The table should have a border of size 5 and color green.
h) The bottom message should be of size 2 and the text Mail to us is an email link to the
e-mail address feedback@graphics.com
Questions based on Databases

(10)

Identify the most suitable data type for


i.
Age of a person
ii.
An address
b Give one difference between Primary Key and Foreign Key.
c Explain the terms tuple and cardinality .
d

2
2

The relation Products is use to maintain some data related to products in a shop. Study the 5
following data and answer the questions given below:
Table: Products
Prod_ID
121
134
123
126

Prod_Name
Soap
Sugar
Chocolate
Detergent

Price
35
45
125
62

Category
SOAPS
EDIBLE
EDIBLE
SOAPS

Availability
20
12
23
25

i.
ii.
iii.

Give the degree of the table


Name the field that can act as primary key
If a separate table Price needs to be created to maintain information about the products
price, name any two fields from the above table to be included in the new table.
iv. Name the type of relation that exist between Products & Price
v. Suggest the data type for the field Availability.

III

Answer the following questions based on Flash

(15)

a) Define the term scene.

b) Define Key frame.

c) What is tweened animation ? Name any two types of tweening.

d) Explain the usage of Timeline. Name any two components of the timeline.

Page 2 of 6

e) Differentiate between vector graphics and bitmap graphics.


f)

Study the figure given below and answer the question that follow:

i)
ii)

g)

2
3

Identify the areas labeled as A and B in the above figure


Explain the term stacking order of layers and name the layer that will be shown on the top
in the final movies.
What will be the effect of increasing the frame rate of this movie from 12.0 fps to 15fps?

iii)
Observe the figure given below and do as directed:

Write the procedure for animating a star on top left corner of the stage into an 8-point
star on the bottom right corner of the stage over a span of 10 frames.
IV

Questions based on ASP

(25)

1) Underline the errors in the following code and write the corrected code

<%
option explicit
<HTML>
<BODY>
The login name entered is:
pass=mypasss
The password is:
If pass=mypass
Request.output(Valid)
Else
Request.output(InValid)
End
%>
</BODY>
</HTML>
Page 3 of 6

2) Rewrite the following Using for loop.

<%
Dim list(5)
i=5
Do while i>=0
if i mod 2= 0 then
list(i)=i*i
else
list(i)=i+i
end if
i=i-1
loop
%>
3) Give the output for the following code segment:
a
b
c
d

Response.write(NOT true AND (True or False))


Response.Write(2*3>=3+4 OR 2^4<> 4*4 AND 8/2<25-14)
Response.Write(Left(Lets Learn and Experiment,LEN(Learn))
Response.write(MONTH(DATE()) + 2)

e Response.write(isnumeric(mid(expo2020,5,3)))
f <% option explicit %>
<HTML>
<head>
<%
Function F1(num)
F1=num mod 6
End Function
%>
</head>
<BODY>
<%
a=30
Sum=0
Do while a > 0
sum=sum+F1(a)
Response.write(sum=&sum)
a=a-10
Loop
%>
</BODY>
</HTML>

Page 4 of 6

1
1
1
1
1
2

g <%
Dim cnt,num
list=array(14,12,32,15,8,4,2,10)
Max=ubound(list)
For cnt=max to 1 step -2
Num=list(cnt)-list(cnt-1)
Response.write(num&<br>)
Next
%>

h <HTML>
<HEAD>
<%
sub vbproc(num1,num2)
response.write(num1\ num2)
end sub
%>
</HEAD>
<BODY>
<p>
Result: <%call vbproc(6,3)%>
</p>
<p>
<%vbproc 4,3
vbproc 4,2
%>
</p>
</body>
</html>
6) Answer the following

a Name any two equivalent tools of ASP


b What are conditional statements? Name any two conditional statements.
c Differentiate between local and global variables with an example.

1
2
2

d Differentiate between function and subroutines with an example.

e What is an array? How will you declare an array strArray that can store 10elements?
Answer the following questions based on Communication and network concepts:
a. Name any two transmission media for networking.
a
b. Define bandwidth.
c. Differentiate between circuit switching & packet switching.
a
d. Differentiate between a Hub and a Gateway.
B
e. BV Communication limited in Chandigarh is setting up the network between its different departments
F located in different blocks. There are 4 blocks named as Sutlej (S), Beas (B), Raavi (R) and Chinab (C).

2
(10)
1

Page 5 of 6

1
2
2
4

Distances between various blocks are given below:


Block C to Block R

100 m

Block C to Block S

200 m

Block C to Block B

400 m

Block R to Block S

300 m

Block S to Block B

100m

Block R to Block B

450 m

Number of Computers:
Block S

15

Block B

100

Block R

50

Block C

150

i)

Suggest a suitable Topology for networking the computers of all Blocks.

ii)

Name the Block where the Server is to be installed. Justify your answer.

iii)

Suggest the placement of Hub/ Switch in the network.

iv)

The company plans to link its head office situated in hilly area of Dalhousie.
Suggest an economic way to connect it. Justify your answer.
****************

Page 6 of 6

Das könnte Ihnen auch gefallen