All posts from

cbseacademic.in : XII Multimedia & Web Technology Sample Question Paper 2016 – 17

Name of the Board : CBSE Academic
Class : XII STD
Document Type : Sample Question Paper
Subject : Multimedia & Web Technology
Year : 2016 – 2017

Website : http://cbseacademic.in/SQP_CLASSXII_2016_17.html
Download Sample Question Paper : https://www.pdfquestion.in/uploads/10121-MWT17.pdf
Marking Scheme : https://www.pdfquestion.in/uploads/10121-MWTMS.pdf

Multimedia & Web Technology Question Paper :

Max. Marks : 70
Duration : 3 hrs.
1. a) Write the names of any two RDBMS. 1
b) Name the type of relationship which is created between two tables, if one table has only one matching record in other table. 1

Related : CBSE Academic XII STD Informatics Practices Sample Question Paper : www.pdfquestion.in/10099.html

c) AVI file format is for _________ files.

(i) What type of relationship exists between table Doctors and the table Patients?
(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 symbol that he has created. 1
f) Rahul has created a movie in Flash. When he is running his movie, it is going very fast. What should he do to slow down his movie? 1

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. 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) What is a keyframe? 1
b) Write the difference between a guide layer and a mask layer. 2
c) Differentiate between a Symbol and an Instance. 2
d) What is the difference between hiding a layer and locking a layer?

e) Consider the figure given below and do as directed
The car on the left hand side shows the position for frame 1.
The car on the right hand side shows the position for frame 20.
The car in frame 1 moves to frame20 following path as shown in fig.
The image of car is car.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 format 2
<HTML>
<FRAMESET —– = “25%,*”>
<FRAME —– = “FileA.HTML”>
<FRAMESET —– = “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
Background of page is yellow
Title of the page is “gaming”
Text of whole document is verdana
Heading of the page is maroon and arial bold
Image used is “image1.jpg”
border of table is green and of size 2
background colour of table is white
Image used in the table is “war.jpg” and “call.jpg”
Horizontal line colour is red
Bottom link is “game.html”

4. Answer the following questions based on PHP
a) Name any two technologies which are equivalent to PHP. 1
b) Write the output of the given code:
<? php
$sum=0;
for($x=1; $x<=5; $x +=1)
$sum = $sum + $x;
echo($sum);
echo(“<br>”);
echo($x);
?> 2
c) Explain with an example the difference between ++x and x++. 2
(i) How many functions are used in the above code snippet? Name them.
(ii) What is the scope of variables $A and $B?

e) Give output of the following statements
i) echo 10+3*2%3-6
ii) echo ltrim(“Examination”, “Ex”)
iii) echo date(“M-d-Y”, mktime(0,0,0,14,1,2001))

5. Answer the following questions based on PHP:
a) What is a cookie? 1
b) Following is the code to count no. of vowels from a text file. Fill in the blanks so
that this code can work
<? php
$f = _______(“exam.txt”, “r”);
$vowel = 0;
while(_______($f))

c) Rewrite the following code after removing errors with each correction underlined.
<?
sum=30;
do while (sum>=20)
sum=sum-5;
echo sum;
?>

d) Name the built-in functions to be used in the following situations 2
(i) To compare two strings.
(ii) To parse any English textual date/time description into Unix timestamp

Leave a Reply

How to add comment : 1) Type your comment below. 2) Type your name. 3) Post comment.

www.pdfquestion.in © 2021

Contact Us   Privacy Policy   SiteMap