Read and download CBSE Class 12 Multimedia WebTech Question Paper 2020 Solved designed as per the latest question paper pattern and Class 12 examination guidelines issued by CBSE, NCERT and KVS. The past year Question Papers for Class 12 Multimedia And Web Technology have been provided with solutions which will help students to assess their performance and find out topics in Multimedia And Web Technology grade 12 which they need to improve to get better marks in Standard 12 exams. After solving these last year papers also refer to solved Sample Papers for Class 12 Multimedia And Web Technology available on our website to build strong understanding of the subject
Multimedia And Web Technology Question Paper Class 12 2020
Students can refer to the below Class 12 Multimedia And Web Technology Question 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 Question Paper 2020 Solved
Multimedia And Web Technology Class 12 Question Paper 2020
CBSE Class 12 Multimedia WebTech Question Paper 2020 Solved. Students can download the last year board exams question papers using the link below. Free download of examination question papers with solutions. Last 10 year question papers should be practised to get better marks in examinations.
1. Questions given below are based on VBScript:
a. Differentiate between a sub-routine and a function with the help of an example.
b. What is a comment in VbScript? Write any one way to write a line of comment.
c. Rewrite the following code after removing errors & underline each correction:
<scripting language =”vbscript”>
Dim Marks(5)
Marks(0)= 35.5
Marks(1)= 32.5
Marks(2)= 18.5
Marks(3)= 99
Code =input(“Enter the code ”)
Switch case Code
Case is “am”
Document.write(Marks(0))
Case is “ra”
Document.write(Marks(1))
Case “ma”
Document.write(Marks(2))
Case else
Document.write(“Must belongs to other class”))
End select
</script>
d. Give the output of the following code segment:
<html>
<body>
<script language = “vbscript”>
Dim x
Document.write(“WELCOME”)
Call first(13)
Document.write(“hello”)
Sub first(num)
X=12
Document.write x & “<br>”
Document.write num *x
End sub
</Script >
</body>
</html>
e. Write the equivalent script for the following code using FOR loop without affecting the output and display the output:
DIM count,ans
ans=1 count=2
DO
ans=ans*count
count=count+2
LOOP WHILE count<=10
f. Questions given below are based on VBScript-Inbuilt Functions :
I. document.write(ucase ( mid ( “Advertisement”, 7,3) ))
II. document.write(ucase(ltrim(“ INTERNATIONAL”),”na”)))
III. document.write(INT(4-7 *3/2+5))
IV. document.write(monthname(month(“24-3-2009”)))
V. document.write(strreverse(mid(“Today we have exam”, 11, 9)))
VI. document.write(ROUND((20*3/9+4),2))
VII. document.write( ISNUMERIC(instr(“T20Match”,”M”)))
VIII. document.write(RIGHT(“Let’s Learn and Experiment”, LEN(“Learn”)))
IX. document.write(3*7/5)
X. document.write(lcase(left(“With Multimedia”,5) & UCASE(“Life is Fun”)))
XI. document.write(Left(“##Class XII”,6))
XII. document.write (weekdayname(weekday(date())))
Please click the link below to download pdf file of CBSE Class 12 Multimedia WebTech Question Paper 2020 Solved
CBSE Class 12 Multimedia Web Tech Question Paper 2022 Set A Solved |
CBSE Class 12 Physical Education Question Paper 2022 Set A |
CBSE Class 12 Multimedia Web Tech Question Paper 2021 Set B |
CBSE Class 12 Physical Education Question Paper 2021 Set A |