myCBSEguide App
Download the app to get CBSE Sample Papers 2024-25, NCERT Solutions (Revised), Most Important Questions, Previous Year Question Bank, Mock Tests, and Detailed Notes.
Install NowCBSE Question Paper 2011 Class 12 Multimedia and Web Technology conducted by Central Board of Secondary Education, New Delhi in the month of March 2011. 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 2011 Class 12 Multimedia and Web Technology
CBSE Question Paper 2011 Class 12 Multimedia and Web Technology
General Instructions:
- All questions are compulsory.
- Answer the questions after carefully reading the text
- Identify the following views used to create a database in Access. [1] a.
Field Name Date/ Type Description BID Text Book Identification Number BNAME Text Book Name BPURDATE Date/Time Date on which the Book was Purchased PUBLIC Text Publisher of the book b.
BID BNAME BPURDATE PUBLIC B03 Action Scripting 10-08-2009 Tax all B04 Flash for Dummies 11-08-2009 Penguin B05 Access Made Easy 10-10-2010 Harping - Illustrate the usage of the foreign key with the help of an example. [2]
- Study the table WEBSITES given below and answer the following questions:Table: WEBSITES
SITE_CAT SITE_LAUNCH SITE_VOTES S100 Commerce 11/11/2005 25000 S101 Government 10/06/2007 15000 S102 Education 07/02/2008 45000 S103 Organization 11/10/2008 42000 - Name the field which can act as the primary key in the table WEB- 1 site.
- Suggest the data types that should be used for each of the fields in the table WEBSITES.[2]
- Expand the term MPEG. What kinds of files are stored using the MPEG format? [2]
- Mention any two areas where virtual reality is being used. [2]
- Identify the following views used to create a database in Access. [1] a.
- Answer the following questions based on Macromedia Flash.
- What is the use of the onion skinning feature? [1]
- Name any two types of tweening. [1]
- Enumerate the benefits of vector graphics over bitmap graphics. [2]
- What is the use of the Publish Preview option? [2]
- Observe the image given below and do as directed: [4]
- The image on the left-hand side shows the position of the object at frame 1.
- The image on the right side shows the position of the object at frame 25.
- Assume that the image is stored in the library by the name robot. Also, note that the color and size of the image remains the same.
- The arrow shows the path followed by the robot to reach from position at frame 1 to the position at frame 25.
Write the procedure and property settings for animating the above scenario.
- Answer the following questions based on HTML.
- Name the three structural tags of the HTML page and explain the usage of any one of them. [2]
- Write the HTML code to generate the web page in the format as shown: [8]
Consider the following points while writing the HTML code:
- Title of the page should be “eGames”,
- The background color of the page should be “Pink”,
- Text color of the main heading should be “red” and font should be “Arial Bold”.
- Image used in the page is “game 1. jpg”.
- Use the concept of nested lists to create the given lists.
- The table should have a border of size 5 and color blue and the spacing between adjacent cells is 15 pixels.
- The bottom image (link.jpg) and the text “Details of the Games” are both links’ to the page details.html.
- Answer the following questions based on ASP.
- What do you understand by the term ASP engine? [1]
- How do you retrieve information from a form that is submitted using the post method?
- How is the AddNew method of the Recordset object different from the Update method of Recordset object? 2
- Identify the following:
- The ASP object which provides access to methods and properties on the server. [3]
- The ASP component used to display banner advertisements on a web page.
- The method of the Recordset object that is used to move the cursor directly to the last record in the recordset.
- Give the output of the following statements: [3]
- Response.write (NOT TRUE AND (TRUE OR FALSE))
- Response.write(RIGHT(“Let’s Learn and Experiment”, LEN(“LEARN”)))
- Response.write«5-3)*(4/2-3))
- Answer the following questions based on ASP:
- Expand the term PWS. [1]
- Differentiate between Counter and Page Counter components of ASP. [2]
- Predict the output of the following code: [2] <Script Language= “VB Script”>
Dim A, BA= 1
B = 10
Do While A < 5
Document. Write (A + B)
A=A+ 1
B=B-2
LOOP
</Script> - Rewrite the following code after removing errors with each correction underlined:
<BODY>
The login name entered by the user is :
<%
pass = RESPONSE.QUERYSTRING (“password”) %>
The password is :
<%
if pass < > “enter” then
REQUEST.WRITE (Invalid) Otherwise
RESPONSE.WRITE (“Valid”)
end
%>
</BODY> - Write the ASP code that will read the text file called multi.txt, and display the alternate lines contained in the file. [3]
- Answer the following questions based on VBScript:
- Name the event to be used in the following situations: [2]
- To perform an action when a button is clicked.
- To perform an action as soon as the contents of a text box change.
- Rewrite the following code using DO WHILE instead of FOR LOOP without affecting the output: [2] <HTML>
<BODY>
<SCRIPT LANGU AGE=”VBSCRIPT”>
DIM Num, Flag
Flag = 0
Num = 10
FORA = 2 TO Num/2
Flag = Flag + 1NEXT
</SCRIPT>
</BODY>
</HTML> - Point out the errors in the following code and rewrite the code with the
corrections underlined: [2] <HTML>
<BODY>
<SCRIPT = “VB SCRIPT”>
DIM A, B, C, Count
A = 0
B = 1
FOR Count = 3 TO 6 INCREASE 1
C = A+B
document. Write (C)
A = B
B = C
LOOP
</SCRIPT=”VBSCRIPT”>
</BODY>
</HTML> - Write the HTML code for creating the form shown below: [4]
Write the embedded VBScript code for the click event of the ‘Check Divisibility’ button such that it displays 1 if the First Number (number input in the first text box) is divisible by the Second Number (number input in the second text box) and 0 otherwise in the third text box.
For example: if the user inputs 10 and 5 in the first two text boxes, then 1 should be
displayed in the third text box, on the click of the “Check Divisibility” button.
- Name the event to be used in the following situations: [2]
- Answer the following questions based on the unit Web Technologies:
- Define the term Firewall. [1]
- Expand the term FSF. [1]
- What is the following software used for? [2]
- Open Office
- MySQL
- Differentiate between Twisted pair cable and Optical fiber cable. [2]
- Radio City has set up its new center at Mumbai for its office and broadcasting activities. It has 4 blocks of buildings as shown in the diagram below. Answer questions (i) to (iv) in the context of the following layout of the four blocks:
Center to Center distance between various blocks.RadioCity Ato RadioCity B 60 m RadioCity B to RadioCity C 75 m RadioCity C to RadioCity D 175 m RadioCity A to RadioCity D 250 m RadioCity B to RadioCity D 100 m RadioCity A to RadioCitv C 75 m
Number of Computers in each wing
RadioCityA 50 RadioCity B 250 RadioCity C 50 RadioCity D 100 - Suggest a suitable cable layout to connect all the offices and name the topology used. [1]
- Suggest the most suitable place to house the server with proper justification.
- Where and why repeaters should be used?
- If the organization needs to link this branch office to another office situated in a distant city (around 1050 Km) away from where the cable connection is not feasible, then suggest an economical way to connect it with reasonably high speed? [1]
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.
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 2011 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.
- Physics
- Chemistry
- Mathematics
- Biology
- Accountancy
- Business Studies
- Economics
- Geography
- Physical Education
- Computer Science
- Informatics Practices
- English Core
- Hindi Core
- Hindi Elective
- Other Subjects
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.
Test Generator
Create question paper PDF and online tests with your own name & logo in minutes.
Create NowmyCBSEguide
Question Bank, Mock Tests, Exam Papers, NCERT Solutions, Sample Papers, Notes
Install Now