1. Home
  2. /
  3. CBSE
  4. /
  5. Class 12
  6. /
  7. Other Subjects
  8. /
  9. CBSE Question Paper 2007...

CBSE Question Paper 2007 Class 12 Multimedia and Web Technology

myCBSEguide App

myCBSEguide App

Download the app to get CBSE Sample Papers 2023-24, NCERT Solutions (Revised), Most Important Questions, Previous Year Question Bank, Mock Tests, and Detailed Notes.

Install Now

CBSE Question Paper 2007 Class 12 Multimedia and Web Technology conducted by Central Board of Secondary Education, New Delhi in the month of March 2007. CBSE previous year question papers with the solution are available in myCBSEguide mobile app and website. The Best CBSE App for students and teachers is myCBSEguide which provides complete study material and practice papers to CBSE schools in India and abroad.

CBSE Question Paper 2007 Class 12 Multimedia and Web Technology

Download as PDF

CBSE Question Paper 2007 Class 12 Multimedia and Web Technology

General Instructions:

  1. All questions are compulsory.
  2. Answer the questions after carefully reading the text
    1. What is a DBMS? Give an example of a DBMS.
    2. What is the difference between text and memo data types of MS-Access?
    3. Study the following data and answer the questions given below:
      NameP_noDate_AdminDoc no
      MohanP_10121/03/2006301
      PriyaP_20403/04/2006134
      SurajP_37515/01/2006204
      KomalP_42424/06/2006134

      Table: Doctor

      Doc_noDoc_NameSpecialty
      134A.K. SharmaSurgery
      204R. KhuranaDentist
      301S. ShyamNeurology
      280P.JohnDermatology
      1. Name the field, which can act as the primary key for the table Patient and the table Doctor respectively.
      2. Name the field, which can act as the foreign key for the table Patient.
      3. What type of relationship exists between the table Patient and the table Doctor?
    4. What is the full form of MIDI?
    5. Differentiate between JPEG and MPEG file formats.
    6. What is animation?
    7. Name any two formats in which a Flash movie can be published.

  1. Questions given below are based on Macromedia Flash :
    1. Define the term Symbol.
    2. What is the difference between hiding and locking a layer?
    3. Explain how to insert sound in a Flash movie?
    4. What do you understand by Frame Rate?
    5. Observe the figure given below and do as directed:
      CBSE Question Paper 2007 Class 12 Multimedia and Web Technology

      • 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 40.
      • The dotted line shows the path of motion of the ball.

  1. Questions given below are based on HTML :
    1. What is the <DL> tag used for?
    2. Name the tag and attribute used to set a checkbox as selected by default.
    3. Write the HTML code to generate a Web Page in the format given below :
      Consider the following while writing the HTML code

      1. The background color of the page should be “Pink”, text color should be “Maroon” and link color should be “Green”.
      2. Title of the page is “Online Games”.
      3. Text color of the main heading on the page should be “Red”.
      4. Font face of text on the page should be “Arial”.
      5. Picture used in the page is the file “game.jpg”.
      6. Use the concept of the nested list to display the given list.
      7. Pages linked to :
        • Puzzle Games as “puzzle.html”
        • Card Games as “card.html”
        • Action Games as “action.html”
      8. The table should have a caption “Games Buzz-Top 5”, a border of 2 pixels and the background color of the first row should be “Aqua”.CBSE Question Paper 2007 Class 12 Multimedia and Web Technology

  1. Questions given below are based on ASP:
    1. Differentiate between Client Side scripting and Server-side scripting.
    2. Explain with an example the usage of the QueryString collection of the Request object.
    3. Differentiate between the Ad Rotator and Content Rotator components of ASP.
    4. Give the usage and the object to which the following methods/properties belong:
      1. Transfer
      2. Lock
    5. Give output of the following statements :
      1. Response. Write (LCASE (LEFT (“STATEMENT”, 4)))
      2. Response. Write (CINT (4+5/2-6*2) )
      3. Response. Write (MONTHNAME (MONTH (CDATE (“02/0342006”))))

  1. Questions given below are based on ASP:
    1. Differentiate between a Read and ReadLine methods of the TextStream object.
    2. Differentiate between Connection String and DSN connection to a database.
    3. Rewrite, the following code after removing errors with each correction underlined.
      <%
      dim num =12
      b = 0
      do num > 0 step 1
      b = num mod 10
      num = num – 2 next loop document.write b
      %>
    4. Give the output for the following code segment:
      <%
      Y = 5
      FOR X = 1 TO 5
      IF X > Y THEN
      Document. Write (Y) ELSE
      Document. Write (X) END IF
      Y = Y -1 NEXT
      %>
    5. A software company wants to create a home page for its website. The company wishes to design an ASP coded web page with the following specifications:
      1. To display a welcome message to the user using his name entered into the text box using
        Form Collection.
      2. To display the current date.
      3. To display the name of the browser that the user is using.
        CBSE Question Paper 2007 Class 12 Multimedia and Web Technology

  1. Questions given below are based on VBScript:
    1. Differentiate between the Local and Global scope of a variable in VBScript.
    2. Change the following script using DO.. WHILE loop without affecting the Output:
      <Script Language=”VBScript”>
      DIM TOTAL, COUNT
      TOTAL = 0
      COUNT =10 DO
      Response. Write (COUNT & “<BR>”)
      COUNT = COUNT – 2
      TOTAL = TOTAL + COUNT LOOP UNTIL COUNT<1
      Response. Write (TOTAL)
      </Script>
    3. Give the output of the following code segment:
      <Script Language = “VBScript”>
      Name = “Web Tech”
      start word = true
      For i = 1 to Len (Name)
      if (start word) ThenDocument.Write (Mid (Name, I, 1) )
      if (Mid (Name, I, 1) “= “ “)
      Then start work = false
      else
      start work = true Endif
      End If Next
      </Script>
    4. Write the HTML code for creating the form given below and also write the embedded VBScript code for the click event of the “Calculate Cost” button, should call a function “calculate()” which will calculate the total cost of the items bought and displays it in an message box. For example, if the user selects T-Shirt as the item and enters the number of items as 2 then the total cost will be Rs. 600.
      CBSE Question Paper 2007 Class 12 Multimedia and Web Technology

  1. Questions given below are based on the unit Web Technologies :
    1. What is a Modem?
    2. Differentiate between Star and Bus Topology.
    3. Explain the following terms :
      1. Linux
      2. OSS
      3. Postgres
    4. Sunrise Enterprises is a big organisation and has 5 wings where it runs its operations (shown below):
      CBSE Question Paper 2007 Class 12 Multimedia and Web Technology
      The distances between the different wings are given below:

      Between 1 and 240 mts.
      Between 2 and 340 mts.
      Between 1 and 355 mts.
      Between 2 and S130 mts:
      Between 4 and 595 mts

      Each wing contains the following number of computers:

      WingNo. of Computers
      140
      220
      330
      440
      560

    Answer the following questions based on the above given information:

    1. Suggest suitable cable layout(s) for connecting the wings.
    2. Where do you think the server should be placed and explain why?
    3. Suggest the type of cable mat should be used if the organisation wants the most economical option.
    4. Where and why should repeaters be used?

These are questions only. To view and download complete question paper with solution install myCBSEguide App from google play store or log in to our student dashboard.

Download myCBSEguide App

Last Year Question Paper Class 12 Multimedia and Web Technology

Download class 12 Multimedia and Web Technology question paper with the solution from best CBSE App the myCBSEguide. CBSE class 12 Multimedia and Web Technology question paper 2007 in PDF format with the solution will help you to understand the latest question paper pattern and marking scheme of the CBSE board examination. You will get to know the difficulty level of the question paper.

Previous Year Question Paper for class 12 in PDF

CBSE question papers 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011, 2010, 2009, 2008, 2007, 2006, 2005 and so on for all the subjects are available under this download link. Practicing real question paper certainly helps students to get confidence and improve performance in weak areas.

To download CBSE Question Paper class 12 Accountancy, Chemistry, Physics, History, Political Science, Economics, Geography, Computer Science, Home Science, Accountancy, Business Studies, and Home Science; do check myCBSEguide app or website. myCBSEguide provides sample papers with solution, test papers for chapter-wise practice, NCERT solutions, NCERT Exemplar solutions, quick revision notes for ready reference, CBSE guess papers and CBSE important question papers. Sample Paper all are made available through the best app for CBSE students and myCBSEguide website.

myCBSEguide App

Test Generator

Create question paper PDF and online tests with your own name & logo in minutes.

Create Now
myCBSEguide App

myCBSEguide

Question Bank, Mock Tests, Exam Papers, NCERT Solutions, Sample Papers, Notes

Install Now

Leave a Comment