0% found this document useful (0 votes)
18 views

Class12 WEB App Preboard 803 Paper

Uploaded by

Gaurav Mishra
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Class12 WEB App Preboard 803 Paper

Uploaded by

Gaurav Mishra
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

WEB APPLICATIONS (SUBJECT CODE: 803)

Pre Board Paper for Class XII


Max. Time: 3 Hours Max. Marks: 60

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.

• SECTION A - OBJECTIVE TYPE QUESTIONS (30 MARKS):


• This section has 06 questions.
• There is no negative marking.
• Do as per the instructions given
• Marks allotted are mentioned against
each question/part.

• SECTION B – SUBJECTIVE TYPE QUESTIONS (30 MARKS):

• This section contains 18 questions.


• A candidate has to do 11 questions.
• Do as per the instructions given.
• Marks allotted are mentioned against each question/part.

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.

Q2. Answer any 5 out of the given 7 questions (1 x 5 = 5 marks)


1. Write the output of the following code:
"india".toUpperCase()
2. GIF is a _______________ image format. (Lossless/Lossy)
3. --------- tag alerts browser about the scripting language
JavaScript.
a) <head>
b) <body>
c) <script>
d) <language>

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()

7. A file with an extension .jpeg indicates that it is a _______file.

Q3. Answer any 6 out of the given 7 questions (1 x 6 = 6 marks)


I. Write the full form of DWT.
Ii. SEO stands for:
a) Search Entire Organization
b) Sort Entire Optimizer
c) Search Engine Optimization
d) Strong Engine Optimization

Iii. Name any two web authoring tools.


Iv. Write the full form of PSD ?
V. Name any 2 commonly used “Event handlers”.

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 _______________________?

Q4. Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)


I. ____ is the extension for Photoshop files.
a) .pds b) .pdf
c) .psd d) .psf
Ii. avaScript allows reusability feature by calling a function with an arbitrary array of arguments,
using the ___________method of any function object.
Iii. Expand the term DOM?
Iv. Write the output of the following code:
Nan + 5
V. What is the output of the following code:
document.write(Math.round (8.789));

Vi. How many times will the following loop run?


for (var i=0; i<=5; i++)
{
………
}
Q5. Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
I.Expand the term NaN in JavaScript.
II.Which operator in JavaScript tells the data type of a variable.
III.Predict the output of following code :
Var M= new Array();
M[0]= “Delhi”;
M[1]= “Agra”;
M[2]= “Goa”;
M[3]= “Patna”;
M.length
Iv. Name any two operators used in java script.
V. What is Intellisense?
Vi. Write the example of any two logical operators you know.
Q6. Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
I. Acronym for IIS is_________________.
Ii. Expand the term SEO
Iii. Give any one method used by web hosting providers to upload a website.
Iv. Once a website is published, it is available____________ for its visitors for view.
a. for one day
b. for one hour
c. for 5 hours only
d. 24X7 (all the time)

V. Types of linking in html?


Vi. What is Script tags?
SECTION B: SUBJECTIVE TYPE QUESTIONS

Answer any 3 out of the given 5 questions on Employability Skills (2 x 3 = 6 marks).


Answer each question in 20 – 30 words.
Q7. Explain any two sources of motivation and inspiration.
Q8. Give any two barriers to become an entrepreneur.
Q9. Give any two qualities of a successful entrepreneur.
Q10. What are the sources of motivation ?
Q11. What are Interview skills? Things to remember during interview?
Answer any 3 out of the given 5 questions in 20 – 30 words each (2 x 3 = 6 marks)
Q12. Write a program to convert string into a number?
Q13. How to save & run your javascript program?
Q14. Give any two features of JavaScript.
Q15. What is Datatype? Which inbuilt JavaScript function converts a string into an integer?
Q16. What are the uses of Javascript?
Answer any 2 out of the given 3 questions in 30– 50 words each (3 x 2 = 6 marks)

Q17. Explain the following functions with respect to JavaScript:


a) Splice() b) Concat() c) Shift()
Q18. Explain the pop () and push() method in JavaScript? Give an example of both methods.
Q19. Explain the term : i) Addins ii) DWT. iii) Snippets

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 ?

Q22. Write full forms of the following


a. GUI b. PNG c. PDF d. WMF

Q23. Explain Event handler and any 3 types of events?

Q24. Write a program using Arithmetic operators (Addition, subtraction, multiplication and
division). Take var x= 10; and var y= 4;

You might also like