CBSE Class 12 Multimedia and Web Technology Sample Paper 2019-2020 with Marking Scheme

CBSE Class 12 Multimedia and Web Technology Sample Paper Marking SchemeGet latest CBSE Class 12 Multimedia and Web Technology Sample Paper 2019-2020 with Marking Scheme. From the following table students may download CBSE Class 12 Multimedia and Web Technology Marking Scheme also. All of these previous year CBSE Class XII Multimedia and Web Technology Sample Paper are provided by Central Board of Secondary Education India.

CBSE Class XII Multimedia and Web Technology Sample Paper 2019-20

Q. 1. Answer the following questions based on HTML

(a) Write the HTML command to create a button in a form with the caption “Click Me” (1)

(b) Identify the errors in the following HTML code. Also write the correct code. (1)
<OL TYPE= “a” START= “f”>

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

Consider the following while writing the HTML code:

  •  Title of the page should be “Handmade Cards”.
  •  Background colour should be “Pink”.
  •  Text style of the main heading should be “Arial Bold” and color should be red.
  •  Image used is “cards.jpg”.
  •  Table in the center of the webpage and should have a 3 pixel thick border of color green and the spacing between cell content and border is 10 pixels.
  •  Use the concept of nested lists for creating the specified lists.
  •  The bottom image (link.jpg) and the text “Personalize The Card” are links to another page “person.html”.

Q. 2. Answer the following questions based on PHP:

(a) Write any two features of PHP. (1)

(b) Write the output of the given code: (2)

<?php
$sum=0;
for($a=1; $a<=8; $a +=2)
$sum = $sum + $a;
echo($sum);
echo(“<BR>”);
echo($a);
?>

(c) What is a constant? Declare a constant MAX and assign the value 10. (2)

(d) Give output of the following statements: (3)

  • (i) echo 10/5+2*4%8;
  • (ii) echo strtolower(“PRODUCT ACTIVATED”);
  • (iii) echo date(“M-d-Y”, mktime(0,0,0,8,42,2017))

(e) Rewrite the following code using switch case (2)

if($Type==’T’)
echo “DISCOUNT ON TV”;
else if($Type==’M’)
echo “DISCOUNT ON MOBILE PHONE”;
else if($Type==’C’)
echo “DISCOUNT ON CAMERAS”;
else
echo “NO DISCOUNT”;

Download CBSE Class 12th Multimedia and Web Technology Sample Paper 2019-20:

Year

Download Sample Paper PDF

Download Marking Scheme

2015-2016

Multimedia and Web Technology Download
2016-2017 Multimedia and Web Technology

Download

2017-2018

Multimedia and Web Technology Download
2019-2020 SQP

MS

 

See Also……