0% found this document useful (0 votes)
24 views8 pages

MWT Sample Paper

Uploaded by

saahilaashish
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views8 pages

MWT Sample Paper

Uploaded by

saahilaashish
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

SAMPLE QUESTION PAPER

MULTIMEDIA & WEB TECHNOLOGIES (Code 067)


Class XII
Max. Marks: 70 Duration : 3 hrs.

1. a) What is a Database? 1

b) Name the following: 1


i) The extension of MS Access database file.
ii) The view in which we can add, edit and view records in MS-Access.

c) AVI file format is for _________ files. 1

d) Study the following data and answer the questions given below:

Table: Doctors
DocID DocName Department OPD_Days
101 M.Panday ENT TTS
102 G.P.Gupta Paed. MWF
201 C.K.Sharma Ortho MWF

Table: Patients
Pat_no PatName Department DocID
1 Neeraj ENT 101
2 Mohit Ortho 201
3 Ragini ENT 101
4 Mohit Paed. 102
5 Nandini Ortho 201
1
(i) What type of relationship exists between table Doctors and the table
Patients?
2
(ii) Name the fields, which can act as the primary key and foreign key for the
table Doctors and the table Patients respectively.

e) Aman has created a symbol in Flash which can be clicked, write the type of 1
symbol that he has created.

f) Rahul has created a movie in Flash. When he is running his movie, it is going 1
very fast. What should he do to slow down his movie.

g) Mr. Raja Maheshwari is planning to gift a digital album to his daughter on her
birthday. All the images have lots of colour shading and are all static images. 2
Which of the following formats are best suited for this purpose:
(i) GIF
(ii) JPEG
(iii) AVI
Justify your choice
2. Answer the following questions based on Macromedia Flash:

a) Write the difference between a guide layer and a mask layer. 2

b) Differentiate between a Symbol and an Instance. 2

c) What is the difference between hiding a layer and locking a layer? 2

d) Consider the figure given below and do as directed: 4

 The bird on the right hand side shows the position for frame 1.
 The bird on the leftt hand side shows the position for frame 20.
 The bird in frame 1 moves to frame20 following path as shown in fig.
 The image of bird is bird.jpg saved in flash library.

Write the procedure and property settings for animating the above scenario.

3. Answer the following questions based on HTML:

a) Fill in the blanks in the HTML code to create a framed web page in the following 2
format:
FileA.html

75% FileB.html FileC.html

45%

<HTML>
<FRAMESET _______ = "25%,*">
<FRAME___________ = “FileA.html”>
<FRAME ________ = "45%,*">
<FRAME ______ = "FileB.html">
<FRAME ______ = "FileC.HTML">
</FRAMESET>
</FRAMESET>
</HTML>

b) Write the HTML code to generate a Web Page in the format given below : 8

Consider the following while writing the HTML code

1. Title of the page should be “Water Conservation”


2. Link colour should be “Maroon”, visited link colour should be “Red” .
3. Heading of page is “violet”
4. Picture used in the page is the file “savewater.jpg”
5. Table should have a border of width 1, border of table should be “green”.
6. Background of first row is “yellow” and of second row is “cyan”
7. Pages linked to :
 Sustainability as “sust.html”
 Energy Conservation as “energy.html”
 Habitat Conservation as “habitat.html”
8. Bottom message is of size 2 and image used is contact.jpg for link to
[email protected]
4. Answer the following questions based on ASP:

a) Identify the errors and rewrite the given code: 2

<SCRIPT LANGUAGE="VBScript">
OPTION EXPLICIT
A=10
B=20
DOCUMENT.WRITE(A+B)
</SCRIPT>

b) Explain with an example the difference between the string operators + and &. 2
c) Which two objects are essential for accessing and reading a text file using ASP? 3
Also write their role using an example.

d) Give output of the following statements: 1*3


i) Response.Write(UCASE(MID("Hello There"),7,3))) =3
ii) Response.Write(MONTHNAME(MONTH("15-2-2003")))
iii) Response.Write((4+5)MOD(3^2))

5. Answer the following questions based on ASP:

a) How many Global.asa files are required for one application? 1

b) Differentiate between the RESPONSE object and REQUEST object . 2

c) In a database C:\classxii\student.mdb , there is a table named student with field 4


names as shown:

Adm_no Name DOB Address Fees

Write the server side script to display the contents of this table.

d) Write the structure of rotator schedule file where 3 images are displayed namely 3
img1.jpg, img2.jpg, img3.jpg. All the images have same weightage and are not
redirecting to any site. Also the alternative text for them is “Today”, “we have”,
“exam” resp.
Assume the default height, width and border for images.

6. Answer the following questions based on VBScript:

a) A code to display the reverse of a string is written below. Fill in the blank to 1
complete it:
<html>
<head>
<script language=”vbscript”>
sometext = "Bye!"
document.write(_____________(sometext))
</script>
</head>
</html>
b) Write the equivalent script for the following code using FOR loop without effecting 2
the output:

<SCRIPT LANGUAGE="VBScript">
DIM count(5)
i=1
DO
If i mod 2 = 0 then
count(i)=1
Else
count(i)= i *10
end if
i = i + 1
LOOP WHILE i<=5
</SCRIPT>

c) Write a function using VbScript that allows two values to be passed to it and 3
calculates the multiplication of those two nos. and returns the result.

d) Create a form that contains two checkbox options and a textbox as shown below. 4
When the user clicks on any or both checkboxes, the price to be paid should be
displayed in the textbox. Write the HTML code for creating the form and the
embedded VBScript code for the click events of the button.

7. Answer the following questions based on Communication and network


concepts:

a) Girish Ramanuj is an entrepreneur who has recently set up a new business. 1


Girish needs to create a lot of documents, presentations, databases and
spreadsheets to maintain data and spread his business. However, he does not
have the money to purchase any of the proprietary software which offers all these
packages. Can you suggest what software can Girish use for which he has to pay
no licensing fee?

b) Write any two advantages of using optical fiber cable over coaxial cable and 2
twisted pair cable.

c) Explain the term Protocol and give the names of any two protocols. 2

d) What is UNICODE? 1
e) An Organization has its offices in building A, B, C and D. Answer questions (a) to
(d) in context of the following layout of the three offices:
B
A

C
D

Centre to Centre distances between different buildings are as follows:


Block A to Block B 100 m
Block A to Block C 70 m
Block A to Block D 20 m
Block B to Block C 150 m
Block B to Block D 120 m
Block C to Block D 140 m

Each of the above buildings has following number of computers


A 65
B 30
C 25
D 40

(i) Suggest and draw the layout for a network, with proper justification to connect all 1
the office

(ii) Where would the following preferably be placed 1


 Hub/Switch
 Repeater

(iii) Suggest the most suitable place to house the server for the organization with 1
proper justification.

(iv) If the organization needs to link up to a branch office which is in a neighbouring 1


city, (around 100 km distant) suggest the best type of cabling connection, from
the building hosting the server, provided price is not a factor.

You might also like