803 Web Application SQP
803 Web Application SQP
DESCRIPTIVE/
OBJECTIVE SHORT ANS. SHORT
LONG
TYPE TYPE QUES.- ANS. TYPE
UNIT ANS. TYPE TOTAL
NAME OF THE UNIT QUESTIONS I QUES.- II
QUESTIONS
NO. QUESTIONS
1 MARK 2 MARKS 3 MARKS 4 MARKS
EACH EACH EACH EACH
UNIT-
Movie Editing Tools 5 1 1 1 8
1
Customizing and
UNIT- Embedding
10 1 1 14
2 Multimedia Components in
Web Pages
UNIT- Web Scripting – Java Script
12 1 2 3 16
3
UNIT- Work Integrated Learning
5 2
4 IT– WA-II
TOTAL QUESTIONS 32 5 3 5 45
NO. OF QUESTIONS
26 Any 3 Any 2 Any 3
TO BE ANSWERED
TOTAL MARKS 1 x 26= 26 2x3=6 3x2=6 4 x 3 = 12 50 MARKS
Page 1 of 10
CBSE | DEPARTMENT OF SKILL EDUCATION
WEB APPLICATION (SUBJECT CODE 803)
Sample Question Paper for Class XII (Session 2020-2021)
Max. Time: 3 Hours Max. Marks: 60
General Instructions:
2. This Question Paper consists of 24 questions in two sections – Section A & Section B.
3. Section A has Objective type questions whereas Section B contains Subjective type questions.
Page 2 of 10
SECTION A: OBJECTIVE TYPE QUESTIONS
iii. Janvi is feeling extremely nervous and worried because she believes that other people do 1
not like her or are trying to harm her.
a) Fear of failure
b) Entrepreneurial Competence
c) Entrepreneurial Capacity
d) Entrepreneurial Training
a) Video filters
b) Image transitions
c) Text
d) Image transfer
Page 3 of 10
ii __________ is a video capture/processing utility for 32-bit and 64-bit Windows platforms 1
(98/ME/NT4/2000/XP/Vista/7)
a) Adobe
b) Virtual Dub
c) Windows Movie Maker
d) T@b Zs4
iii ____________ is an offline playback, editing, encoding, animation and visual effects tool 1
based on the Jahshaka technology that allows you to create professional digital media on
your desktop.
a) Adobe
b) Windows Movie Maker
c) Cinefx
d) Wax
iv Blender is the free open source 3D content creation suite, available for all major operating 1
systems under the ____________________.
v _______________ is the complete 3D movie making software application for all abilities. 1
a) PowerPoint
b) Document Writer
c) Movie Storm
d) PaintBrush
vi ___________ is the media that uses multiple forms of information content and 1
information processing
a) Multimedia
b) Image
c) Audio
d) Light
a) Audio/sound
b) Broadcasting
c) Multimedia
d) Interactive multimedia
Page 4 of 10
Q. 3 Answer any 6 out of the given 7 questions (1 x 6 = 6 marks)
i The most common way to discover the type of a file, is to look at the ____________ 1
a) File name
b) File extension
c) Directory of file
d) File size
ii swf, .wav, .mp3, and .mp4 are examples of ____________ 1
a) Image files
b) Document files
c) Movie/ multimedia files
d) Deleted files
iii A _____________ is one composed of a field of pixels, each characterized by a color, and is 1
usually created in paint programs
a) 3-d image
b) Raster Image
c) Vector Image
d) Curved image
iv ____________ is an example of lossless image file format. 1
a) GIF
b) Jpeg
c) jpg
d) jfif
v A _______ file is a standard Macintosh image file format and can be either a raster image 1
or a vector image, depending on the program that created it.
a) Bmp
b) Jpeg
c) Pdf
d) Pict
Page 5 of 10
Q. 4 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
i The ____________ tag is the web standard for embedding content on to a web page 1
a) <p>
b) <object>
c) <html>
d) <content>
a) Variable name
b) Name-value
c) Integer-string
d) Value value
a) Document Of model
b) Document object Model
c) Defined objects Model
d) Definite Object Model
a) <Head>
b) <Body>
c) <Script>
d) <language>
a) Arithmetic operators
b) Bitwise Operators
c) Logical Operators
d) Relational Operator
Page 6 of 10
Q. 5 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
i Extension of JavaScript files is ________ 1
a) .html
b) .js
c) .jsc
d) .java
ii ________ is called as Bitwise Shift Right with Zero Operator, the bits shifted in on the left 1
are always zero.
a) <<
b) <<<
c) >>>
d) >>
iii A ___________ is a classification of the type of data that a variable or object can hold. 1
a) Datatype
b) Number
c) Variable
d) Object
a) 16 bit format
b) 32 bit format
c) 8 bit format
d) 64 bit format
v Built-in object called ______ is used to handle more advanced mathematical functions and 1
constants.
a) Calculus
b) Maths
c) math
d) Sum
a) Integer()
b) ParseInt()
c) parseInt()
d) Stringtoint()
Page 7 of 10
Q. 6 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
i Output of the following would be 1
parseInt("011",8)
a) 3
b) 9
c) 11
d) 2
ii ____ is the extension for Photoshop files. 1
a) .pds
b) .pdf
c) .psd
d) .psf
iii _________________ are the special effects that can be applied to a web page just 1
like any presentation software.
a) Page Transition
b) Image transposition
c) Image manipulation
d) Formatting
iv DWT stands for ____________ 1
a) Dynamic Website Transition
b) Dynamic Website Template
c) Dynamic Web Template
d) Dynamically Working Template
v Consider the two statements 1
i) When you update the DWT, all web pages in the website are automatically
updated to changes.
ii) You can create multiple DWT and keep changing just the template that affects
the entire website.
Select the correct option from the following :
a) Only statement i) is correct
b) Only statement ii) is correct
c) Both statements are correct
d) Both statements are wrong
Page 8 of 10
SECTION B: SUBJECTIVE TYPE QUESTIONS
Q. 9 Mohit has to prepare a report of data of sales. The data sheet is prepared in Open 2
Office Calc. He has to select data from various zones and then has to display data in
an order. Explain features of Calc that will help him arrange data in an order. Also
suggest an appropriate function in Calc to view the highest sales in a zone.
Q. 14 Sunil has written following code to store subjects in an array and display the total 2
number of subjects in the array. His code is not running properly. Identify and
underline the syntax errors in the following code and write the corrected code:
function countsubs( )
{
Var Subject = [“Eng” , “Math”, “Science” , “Hindi”];
Document.write (subject.length)
}
Answer any 2 out of the given 3 questions in 30– 50 words each (3 x 2 = 6 marks)
Q. 17 Explain the three panes of the Windows Movie Maker. 3
Page 9 of 10
Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)
Q. 20 i) Differentiate between splitting and trimming a movie clip in Movie Maker. 4
Q. 21 Shivani has to include an audio file in her web page repeatedly. Help her by 4
explaining the use of embed tag. Describe the attributes in embed tag to set an
audio file, set its size and run the file repeatedly.
Q. 23 a) Write a program in JavaScript to display a week day randomly from the array of 4
days of week given below:
dow=[“Monday”, “Tuesday”, “Wednesday”, “Thursday”, “Friday”, “Saturday”,
“Sunday” ] (2)
b) Write code in JavaScript to accept a string from the user and display the first
occurrence of word “good” in the entered string. (2)
</script></body></html>
Page 10 of 10