Class12 WEB App Preboard 803 Paper
Class12 WEB App Preboard 803 Paper
General Instructions:
• Please read the instructions carefully.
• This Question Paper consists of 24 questions in two sections – Section A & Section B.
• Section A has Objective type questions whereas Section B contains Subjective type
questions.
• Out of the given (6 + 18 =) 24 questions, a candidate has to answer (6 + 11 =) 17 questions
in the allotted (maximum) time of 3 hours.
• All questions of a particular section must be attempted in the correct order.
Q1. Answer any 4 out of the given 5 questions on Employability Skills (1 x 4 = 4 marks)
1. Explain any two functions of an entrepreneur.
2. Write any two self-management skills.
3. What does MINTS stand for ?
4. What are the ways of effective communication ?
5. Name any 2 common fears seen in entrepreneurs.
4. A ___________ is a classification of the type of data that a variable or object can hold.
a)Datatype b) Number
c) Variable d) Object
5. _________ tag can be used in Internet explorer to include an
audio file.
a) <Background> b) <Background sound>
c) <BG SOUND> d) <Sound>
6. _____________ is used to convert string to integer.
a) Integer() b) ParseInt()
c) parseInt() d) Stringtoint()
Vi. _________________ are the special effects that can be applied to a web page just like any
presentation software.
a) Page Transition
b) Image transposition
c) Image manipulation
d) Formatting
Vii. Javascript is a _______________________?
Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)
Q20. Predict the output of the following:
<html>
<body> <script>
var str=”Honesty is the best policy”; document.write(str.match(“policy”)+”<br>”);
document.write(str.match(“police”)+”<br>”); document.write(str.match(“pollicy”)+”<br>”);
document.write(str.match(“policy”)+”<br>”);
</script>
</body>
</html>
Q21. Explain the Story Board, timeline and Preview monitor ?
Q24. Write a program using Arithmetic operators (Addition, subtraction, multiplication and
division). Take var x= 10; and var y= 4;