Read and download PDF of CBSE Class 12 Multimedia WebTech Sample Paper 2020 Solved designed as per the latest curriculum and examination pattern for Class 12 issued by CBSE, NCERT and KVS. The latest Class 12 Multimedia and Web Technology Sample Papers have been provided with solutions so that the students can solve these practice papers and then compare their answers. This will help them to identify mistakes and improvement areas in Multimedia and Web Technology Standard 12 which they need to study more to get better marks in Grade 12 exams. After solving these guess papers also refer to solved Class 12 Multimedia and Web Technology Question Papers available on our website to build strong understanding of the subject
Multimedia and Web Technology Sample Paper Class 12 2020
Students can refer to the below Class 12 Multimedia and Web Technology Sample Paper designed to help students understand the pattern of questions that will be asked in Grade 12 exams. Please download CBSE Class 12 Multimedia WebTech Sample Paper 2020 Solved
Multimedia and Web Technology Class 12 Sample Paper 2020
CBSE Class 12 Multimedia WebTech Sample Paper 2020 Solved. CBSE issues sample papers every year for students for Class 12 board exams. Students should solve the CBSE issued sample papers to understand the pattern of the question paper which will come in class 12 board exams this year. The sample papers have been provided with marking scheme. It’s always recommended to practice as many CBSE sample papers as possible before the board examinations. Sample papers should be always practiced in examination condition at home or school and the student should show the answers to teachers for checking or compare with the answers provided. Students can download the sample papers in pdf format free and score better marks in examinations. Refer to other links too for latest sample papers.
1. Questions given below are based on VBScript:
a. Differentiate between client side and server side scripting.
b. Differentiate between Local and Global scope of a variable in VbScript.
c. Write the equivalent script for the following code using Do While……. loop without effecting the output:
<Script Language=”Vbscript”>
Dim mynum,total
For mynum=2 to 16 step 2
Total=total+mynum
Next
Msgbox “the total is “ & total
</script>
d. Rewrite the following code after correcting the errors:
<Script Language=”Vbscript”>
X=5
Do while x<=10
If x mod 2=0
Document.write x
Loop
X=x+1
endif
</script>
e. Give the output of the following code segment:
<Script Language=”VBScript”>
Dim A , B
A = 1
B = 10
Do While A < 5
Document.Write(A+B)
A = A + 1
B = B - 2
Loop
</Script>
f. Questions given below are based on VBScript-Inbuilt Functions :
I. document.write(len ( ltrim ( “ SChool Calendar”) ))
II. document.write(ucase(right(“SChool Calendar”,5)))
III. document.write(abs(48.2))
IV. document.write(ucase(mid(“SChool Calendar “ , 2 , 5 )))
V. document.write(monthname(month(“15-2-2007”)+1))
VI. document.write((4+5) mod (3^3))
VII. document.write( ltrim(left(“SChool Calendar” , 7)))
VIII. document.write(hour(“7.30am”)+3)
IX. document.write(3*7/5)
X. document.write(lcase(left(“SChool Calendar”,4)))
XI. document.write(“SChool Calendar -” & “365 days”)
XII. document.write (weekdayname(weekday(date())))
2 Write the HTML code to generate a Web Page in the format given below :
Consider the following while writing the HTML code :
a) Title of the page should be “CA”
b) Background colour of the page should be “purple”.
c) Text style of the main heading should be “Arial bold” and colour should be blue.
d) Image used is calogo.jpg.
e) Table should have a 2 pixel thick border of colour green and the space between cell content and border is 15 pixels.
f) The bottom image (sd.jpg) and the text “opensource software” are links to page dobhri.html”
Please click the link below to download CBSE Class 12 Multimedia WebTech Sample Paper 2020 Solved
Click for more Other Subjects Study Material ›
CBSE Class 12 Multimedia Web Tech Sample Paper 2022 Set A |
CBSE Class 12 Physical Education Sample Paper 2022 Set A |
CBSE Class 12 Fashion Studies Sample Paper 2011 Set A |
CBSE Class 12 Fashion Studies Sample Paper 2011 Set B |