Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Multimedia and Web Technology (Code 067) Sample Question Paper - Set II Class XII (2015-16) Max Marks:70 Duration: 3 Hrs

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

Multimedia And Web Technology(Code 067)

Sample Question Paper – Set II


Class XII (2015-16)
Max Marks :70 Duration : 3 Hrs.

1. a) What is a DBMS? 1

b) i) A part of the Microsoft Office suite that is used to create and manage databases 1
ii) The view in which we can define each field in the table, associated data types
and their input masks.

c) What do you understand by “Enforce Referential Integrity” given in the 2


following diagram

D Study the following data and answer the questions given below:

(i)What is the cardinality and degree of the following table tbl_cust? 1

tbl_cust

CUST_
CUST CUST_LN CUST_ADD CUST_PHON
FNAM CUST_EMAIL
_ID AME RESS E
E

1 Gaurav Sharma 143, Sanjay 8800937124 fantasticgaurav


Gram,Sector @gmail.com
-16,
Chandigarh

2 Harsh Singh 12,Officer's 9807652719 harsh.singh@g


Colony, mail.com
Sector-
60,Ludhiana

3 Srotos Singh 13,Iffco 7980678968 singh.smart@g


wini Colony, Near mail.com
Iffco Office ,
Ooty

(ii) What type of relationship exists between table tbl_car and the table 1
tbl_cust?
(e) What is the impact of changing Frame Rate of a movie? 1
(f) Rita is trying to make change in the movie. Though the content of layer on 1
stage is visible but no changes can be done to it.What should she do so that
she can make changes.
(g) Ms. Reena Sharma is planning to gift an animated digital card to her father on 2
fathers day.She wants to include vector graphics, sound and video. But the
size of the movie should be small even if it requires additional plug-in to play
the movie. Which of the following formats are best suited for this purpose:
(i) GIF
(ii) JPEG
(iii) SWF

2. Answer the following questions based on Macromedia Flash:

a) What is an Animation? Names two types of Tweening. 2

b) Explain the term stacking order of layers 2

c) What is a difference between Publishing and Exporting of a movie ? 2

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

The image on the right hand side shows the position and size of the image for
frame 1.

The image on the left hand side shows the position and size of the image for

frame 25.
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:

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 “Save Girl Child”
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 “savegirl.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 :

At the National level as “national.html”


At the State level as “state.html”
At the District level as “district.html

8. Bottom message is of size 2 is linked to email-id savegirl@abc.com

4. Answer the following questions based on ASP:


a) Use the following script to answer the questions that follow: 2
<!- - Start the script - - >
<%
DIM A
A = 10
DisplaySub
Sub DisplaySub
Show
B = 20
response.write("Displaying "&b&"<br>")
Show
END SUB
SUB Show
A=A+3
response.write("Showing "&a&"<br>")
END SUB
%>
(i) How many subroutines are used in the above code snippet? Name
them.
(ii) What will be the output of above asp code?

b) Differentiate between ASP and HTML 2

c) Write a program to read a text file “exam.txt” and display the no. of spaces 3
in the file.For example , if the content of the file exam.txt is

Failure will never overtake me if my determination to succeed is strong

Then the output of the program should be 11.


d) Find output 3
1. Response.Write(MONTHNAME(MONTH(CDATE ("01/03/2016"))))
2. Response.write(ucase(mid("encouragement",3,abs(31 mod 8))))
3. Response.write(instr("Educate girl child" , "uc"))
5. Answer the following questions based on ASP:
a) What are the purpose of using the global.asa file ? 1

b) Observe the program segment given below carefully and fill the blanks 4
marked as Line 1 of the server object and Line 2, Line 3 and Line 4 using
methods of the RecordSet object for performing the required task.

<% DIM objConn, strConn, objRS


SET objConn = Server. CreateObject(“ADODB.Connection”)
strConn =“DSN=exam”
objConn.OpenstrConn
SET objRS = Server.___________(“ADODB.RecordSet”) ‘Line 1
objRS.Open “Student”, objConn, 2, 2
-------------- ‘Line 2 Move the cursor to the end of file
-------------- ‘Line 3 to Add a new blank record
objRS(“AdmNo”) = Request.Form(“AdmNo”)
objRS(“Name”) = Request.Form(“Name”)
____________ ‘Line 4to save the record in the database
objRS.Close
objConn.Close
SET objRS = Nothing
SET objConn = Nothing %>
c) Create an ASP file “advertisement.asp” to display different banner 3
advertisement on the webpage. The ads to be displayed are stored in the file
“ads.txt”.The thickness of the border around the advertisement is 3 pixel.

d) Differentiate between counter and page counter 1

e) Differentiate between DSN and DSN-less connection 1

6. Answer the following questions based on VBScript:

a) Name the event that occurs when the mouse cursor is brought over an 1
element on a web page.

b) Rewrite the following code using the if. .then..else statement: 2

Select case choice


Case 1
Document.write("Monday")
Case 2
Document.write("Tuesday")
Case 3
Document.write("Wednesday")
Case else
Document.write("Sunday")
End select

c) Write a function using VbScript that allows two values to be passed to it 3


and calculates the average of those two nos. and returns the result.Use the
function to calculate average of 3,5.
d) Create a form that contains two textbox options and radio button with 4
two options as shown below

When the user clicks on any of radio buttons, the message should be
displayed according to selected gender.

For Example if the First name entered by user is Neeraj and Last Name
entered by user is Singh the following message should be displayed
according to the selected Gender

Gender Message
Male Hello Mr.N.Singh. Welcome to our website.

Female Thank You Ms N.Singh for visiting the website.

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) The doctors in the same room have connected their Palm Tops using Bluetooth 1
for exchanging views about a patient. Out of the following what kind of
network they have formed?
LAN, MAN, PAN, WAN

b) Differentiate between Propriety and Open Source Software. 2

c) Monica is interested in transferring few Songs from her mobile phone to 1


Sangeeta’s mobile phone. Suggest two suitable wireless options she may opt
for to do the same.
d) Give the full form of 1
(i)FTP
(ii)HTTP

e) Which of the following comes under cyber crime 1


a) Photocopying a printed report
b) Working on someone’s computer with permission
c) Operating someone’s Internet Banking Account to withdraw money.
d) The Tangy FlovoursPvt. Ltd has set up its new centre at Karnatka for its office 4
and web based activities, it has 4 blocks of buildings as shown in the diagram
below :

Block - A Block - B

Block - D
Block - C

The distances between the different blocks are given below :


Block A to Block B 70 m
Block B to Block C 180 m
Block C to Block D 60 m
Block A to Block D 80 m
Block B to Block D 40 m
Block A to Block C 110 m

Number of computers
Block A 35
Block B 60
Block C 140
Block D 1

Answer the following questions based on the above given information :


(i) Suggest suitable cable layout(s) for connecting the blocks.
(ii) Where do you think the server should be placed and explain why ?
(iii) Which of the following communication media , will you suggest to be
procured by the company for connecting to a new branch office in New
Delhi for very effective and fast communication ?
 Ethernet cable
 Optical fiber
 Telephone cable

(iv) Where and why should repeaters and hub/switch be used ?

You might also like