CBSE Multimedia Media & Web Technology sample paper2 class XII 2009
http://www.cbseguess.com/-------------------------------------------------------------------------------------------------------www.cbseguess.com Other Educational Portals www.icseguess.com | www.ignouguess.com | www.dulife.com | www.magicsense.com Sample Paper – 2009 Class – XII Subject – MULTIMEDIA AND WEB TECHNOLOGY(Code 067) Time allowed : 3 hours Maximum Marks: 70 ________________________________________________ Candidates must write the Code on the title page of the answer-book. Underline the keyword and start answer with punch line. Must write supporting answer for all descriptive questions. Please check that this question paper contains 7 questions. _____________________________________________________________ 1. (a) What is the significance of database? 1 (b) Define the following database terminology 1 1. Degree 2. Cardinality (c) What is the difference between Number and date data types? 1 (d) What is the length of text type field? 1 (e) How is the Alternate key is different from Foreign key? 1 (f)Study the following data and answer the questions given below : i. Name the field, which can act as the primary key for the table Patient and the table Doctor respectively. 1 http://www.cbseguess.com/-------------------------------------------------------------------------------------------------------www.cbseguess.com Other Educational Portals www.icseguess.com | www.ignouguess.com | www.dulife.com | www.magicsense.com ii. Name the field, which can act as the foreign key for the table Patient. 1 iii. What type of relationship exists between the table Patient and the table Doctor? 1 (f) What is the full form of MIDI ? 1 (g) Differentiate between JPEG and GIF file formats. 1 (h) Give extension of any two sound file formats. 1 2 . Questions given below are based on Macromedia Flash: a) Write steps to include flash file into a HTML file? 1 b) Define the term layer. What are the different properties of layer that can be set using layer property dialog box? 2 c) Explain the concepts of Frame, Frame Buffer and Frame Rate. 1.5 d) How character kerning is different from character tracking? 1 e) What do you mean by publishing a flash movie? Name different formats in which flash movie can be published . 2 f) Observe the figure given bellow and do as directed : 4 The image on the left hand side shows the position and size of the image for frame1. The image on the right hand side shows the position and size of the image for frame 40. Write the procedure and property settings for animating the above scenario. 3. Question given below are based on HTML: a) What is URL ? Explain different Types of URL. 2 b) How can you include background sound in HTML page ? 2 OR (a) Explain the importance of font tag ? How font is different from base font tag? 2 (b) Define
tag . 1 (c) explain the importance of NOFRAME tag . 1 c) Write the HTML code to generate a Web Page in the format given below : 4 Consider the following while writing the HTML code 1. Background colour of the page should be “Pink”, text color should be “Maroon” and link colour should be “Green”. 2. Title of the page is “DehraDun”. 3. Text colour of main heading on the page should be “Red”. 4. Font face of text in the page should be “Arial”. 5. Picture used in the page is the file “forest.jpg ,village.jpg , morning.jpg”. 6. Use the concept of list to display the given list. http://www.cbseguess.com/-------------------------------------------------------------------------------------------------------www.cbseguess.com Other Educational Portals www.icseguess.com | www.ignouguess.com | www.dulife.com | www.magicsense.com 7. Pages linked to : 1. Mussorrie -m.html 2. Sahastradhara-s.html 3. IIT roorkee – iit.html 4. Dobhri – Dobhri.html 5. Haridwar – h.html 6. Rishikesh – r.html 8. The table should have a caption “Travel”, a border of 2 pixels and the background color of the first row should be “Aqua”. 4. a) What do understand by the cursortype of a recordset? What are the different values that a user can specify for the cursortype? 2 b) Explain with example the difference between implicit and explicit declaration of variables. 1 c) What do you mean by trimming ? How can you implement the trimming concept in ASP program? 1 d) How IF..ELSE..END IF is different from SELECT CASE..END SELECT statement? Explain with syntax. 1 e) Write the difference between Sub Procedure and Function. 1 f) Differentiate between Response Object and Request Object with the help of an example? 1 g) Differentiate between flush method and end method of response object. 1 h) Find output 3 http://www.cbseguess.com/-------------------------------------------------------------------------------------------------------www.cbseguess.com Other Educational Portals www.icseguess.com | www.ignouguess.com | www.dulife.com | www.magicsense.com a) Response.write(ucase(mid(“ congratulations!”,2,abs(13 mod 5)) b) Response.write(instr(“mistrust or DISTRUST” , “ST”) c) Response.write( Right (“ CLASS XII , hour(#4:30:10 AM#) 5. a. Convert the following coding in to for ………..next loop 2 a=1,b=20,c=3,d=4,e=5 do while b>=10 sum=a+b+c+d+e a=a+3 b=b-7 c=c+3+d+e/2 loop %> b. Find the errors in the following ASP code 2 <% s=” Dynamic Array” do while (i<7) if mod(len(s),2) document.write (n) next %>