Web Application
Web Application
327/C
Please write down the Serial Number of the question in the answer-book
before attempting it.
15 minute time has been allotted to read this question paper. The question
paper will be distributed at 10.15 a.m. From 10.15 a.m. to 10.30 a.m., the
students will read the question paper only and will not write any answer on
the answer-book during this period.
WEB APPLICATIONS
.327/B 1 P.T.O.
General Instructions :
Read the following instructions very carefully and strictly follow them :
(a) This question paper consists of two sections viz. Section A : Employability
Skills and Section B : Subject Skills.
(d) This question paper contains 42 questions, out of which 30 questions are to be
answered.
SECTION A
(Employability Skills) (10 Marks)
Answer any 4 questions out of the given 6 questions of 1 mark each. 14=4
2. Feeling extremely nervous and worried because you believe that other
people do not like you or are trying to harm you.
Name the personality disorder given above. 1
.327/B 2
3. According to trait theory, combining a set of observable traits into a
group forms an individual’s ___________ . 1
(A) Information
(B) Data
(C) Presentation
Answer any 3 questions out of the given 5 questions of 2 marks each. 23=6
11. Explain the role of green jobs in water conservation and give two
examples of green jobs in water conservation. 2
SECTION B
(Subject Skills) (50 Marks)
Answer any 10 questions out of the given 12 questions of 1 mark each. 110=10
.327/B 3 P.T.O.
13. The __________ lists the common tasks that may be needed to perform
while making a movie, including importing files, editing and publishing
the movie. 1
(A) Action Pane
(B) Task Pane
(C) Control Pane
(D) Edit Pane
15. ___________ are editing software and are also known as application
software which handle the post-production video editing of digital
videos. 1
(A) Photoshop tools
(B) Java tools
(C) Movie Editing tools
(D) PowerPoint tools
16. Name the expert who expressed concerns about negative impact of
multimedia on the web. 1
20. Name the function used to find the length of a given string in JavaScript. 1
21. Ramesh has forgotten the data type of a variable in the program. Suggest
appropriate command/function in JavaScript to find the datatype of the
variable. 1
.327/B 4
Answer any 5 questions out of the given 7 questions of 2 marks each. 25=10
24. Write any two main (best) features of WAX. 2
25. (a) Name a software for complete 3D movie making.
(b) Name a software that is meant for editing movies that VirtualDub
cannot edit. 2
26. (a) Name a non-linear, non-destructive video editing tool.
(b) Name a tool for extracting DVD clips from DVDs. 2
27. What do you mean by multimedia ? Give an example of multimedia file
format. 2
28. Write the output of the given code : 2
<html>
<body>
<script>
s= ["Have","a","nice","day"]
s.reverse();
for (i=0;i<s.length;i++)
document.write(s[i]);
</script>
</body> </html>
29. Compare properties and methods of an object w.r.t. JavaScript objects. 2
30. Write the names of two parameters that HTML calculates to download. 2
Answer any 5 questions out of the given 7 questions of 3 marks each. 35=15
31. Write the steps to edit an existing title. 3
32. Compare trimming of a movie clip with splitting of a movie clip. Can we
undo a trimmed movie clip ? 3
33. Give three features of Google Reader MP3 Player. 3
34. Predict the output of the following codes in JavaScript : 3
(i) document.write(parseInt("101",2);
(ii) document.write(parseInt("101",8);
(iii) document.write(parseInt("101",10);
.327/B 5 P.T.O.
35. Write a code in JavaScript to accept a string from the user and display
first occurrence of word ‘‘the’’ in it. 3
36. Write a short note on the following as a standard procedure before
publishing a website : 3
(i) Examining structure of a website
(ii) Estimating size of a website
(iii) Code optimization
37. Write the name of any three components of a web page that Search
Engines use for indexing. 3
Answer any 3 questions out of the given 5 questions of 5 marks each. 53=15
40. Write a script to accept five names from user, store them in an array and
display the sorted array. 5
.327/B 6
42. Write a program in JavaScript to trigger a function ‘‘assign()’’ to set the
‘‘academic category’’ of students on the click of a button. The function
should accept the class of the student and then display the category using
confirm box. Category is as follows : 5
Classes : 1-5 ‘‘Primary’’
Classes : 6-8 ‘‘Middle’’
Classes : 9-10 ‘‘Secondary’’
Classes : 11-12 ‘‘Senior’’
Any other value : ‘‘Invalid’’
.327/B 7 P.T.O.