0% found this document useful (0 votes)
40 views7 pages

Series BVM: Web Applications

This document contains instructions for a test on web applications. It states that the test contains 31 questions divided into two sections - Section A and Section B. Section A contains multiple choice, very short answer, and short answer questions worth 1, 2, and 3 marks respectively. Students must attempt 10 multiple choice questions, 5 very short answer questions, and 5 short answer questions. Section B contains long answer questions worth 5 marks each, and students must attempt 3 of these questions. The document provides examples of the types of questions asked, and gives general instructions regarding code numbers, time limits, and answering instructions.

Uploaded by

jatinbhadana217
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views7 pages

Series BVM: Web Applications

This document contains instructions for a test on web applications. It states that the test contains 31 questions divided into two sections - Section A and Section B. Section A contains multiple choice, very short answer, and short answer questions worth 1, 2, and 3 marks respectively. Students must attempt 10 multiple choice questions, 5 very short answer questions, and 5 short answer questions. Section B contains long answer questions worth 5 marks each, and students must attempt 3 of these questions. The document provides examples of the types of questions asked, and gives general instructions regarding code numbers, time limits, and answering instructions.

Uploaded by

jatinbhadana217
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Downloaded From : http://cbseportal.

com/
SET-4

Series BVM Code No. 320

Candidates must write the Code on the


Roll No.
title page of the answer-book.

 Please check that this question paper contains 7 printed pages.

 Code number given on the right hand side of the question paper should be
written on the title page of the answer-book by the candidate.

 Please check that this question paper contains 31 questions.

 Please write down the Serial Number of the question 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

1
Time allowed : 2 hours Maximum Marks : 50
2

320
Downloaded 1
From : http://cbseportal.com/ Courtesy :P.T.O.
CBSE
Downloaded From : http://cbseportal.com/
General Instructions :
(i) This question paper contains 31 questions out of which the candidate
needs to attempt only 23 questions.
(ii) Question paper is divided into two sections.
SECTION A
 Multiple choice questions / Fill in the blanks/Direct questions :
contains total 12 questions of 1 mark each. Answer any
10 questions.
 Very short answer type questions : contains total 7 questions of
2 marks each. Answer any 5 questions.
 Short answer type questions : contains total 7 questions of 3 marks
each. Answer any 5 questions.
SECTION B
Long answer / Essay type questions : contains total 5 questions of 5 marks
each. Answer any 3 questions.

SECTION A

I. Multiple Choice Questions (Attempt any ten from the following) : 110=10

1. __________ lists the common tasks that may be needed to perform while
making a movie including importing files, editing and publishing the
movie. 1
(a) Preview Monitor
(b) Timeline
(c) Storyboard
(d) Tasks Pane

2. NLE stands for __________ . 1


(a) No Long Editing
(b) Non Linear Editing
(c) Audio Video Interchange
(d) Audio Video Interval

320
Downloaded 2
From : http://cbseportal.com/ Courtesy : CBSE
Downloaded From : http://cbseportal.com/
3. __________ is a free open source 3D content creation suite available under
GNU license. 1
(a) Movica
(b) Windows Movie Maker
(c) Blender
(d) AVIedit

4. Which one of the following can be considered as multimedia ? 1


(a) Plain Text
(b) Image
(c) Animation
(d) Spreadsheet

5. Which extension identifies a webpage ? 1


(a) .html
(b) .css
(c) .gif
(d) .swf

6. NaN+5= ___________ 1
(a) false
(b) 0
(c) 5
(d) NaN

7. Which one of the following is not a valid datatype in JavaScript ? 1


(a) Number
(b) List
(c) Time
(d) Decimal

320
Downloaded 3
From : http://cbseportal.com/ Courtesy :P.T.O.
CBSE
Downloaded From : http://cbseportal.com/
8. ___________ is an example of an audio file. 1
(a) .dib
(b) .wma
(c) .mp3
(d) .tiff

9. ___________ Timeline appears as a magnifying glass with a (+) sign in it. 1


(a) Play
(b) Pause
(c) Audio
(d) Zoom

10. Document object uses ___________ method to output some text to the
page-document. 1
(a) load()
(b) active()
(c) write()
(d) output()

11. What will be the output of the following JavaScript statement ? 1


parselnt(‘‘345’’,10)
(a) 3450
(b) 34500
(c) 355
(d) 345

12. Which method in JavaScript removes and returns the last item ? 1
(a) pop()
(b) push()
(c) join()
(d) slice()

320
Downloaded 4
From : http://cbseportal.com/ Courtesy : CBSE
Downloaded From : http://cbseportal.com/
II. Attempt any five questions : 25=10

13. What is a movie ? Write any two ways to share a movie. 2

14. If we have a video or audio file that was divided into clips when it
was imported into Windows Movie Maker, and the clips are named Clip1,
Clip2 and Clip3, can we combine Clip1 and Clip3 ? Give reason to support
your answer. 2

15. Write steps to avoid including the title, author in the published
movie file. 2

16. Differentiate between Client side JavaScript and Server side


JavaScript. 2

17. What will be the output of the following ? 2

A=‘‘Be positive’’

(a) var d = A.indexOf(‘‘positive’’)

(b) document.write(A.length)

18. Explain the purpose of Add-ins. Write the step to install a downloaded
Add-in. 2

19. What is IntelliSense ? Write steps to view IntelliSense. 2

320
Downloaded 5
From : http://cbseportal.com/ Courtesy :P.T.O.
CBSE
Downloaded From : http://cbseportal.com/

III. Attempt any five questions : 35=15

20. Name the two views where the project in Windows Movie Maker project is
created and edited. Out of the two, which is the default view ? Also write
one point of difference between them. 3

21. What happens when we trim a clip ? Write steps to undo a trimmed clip. 3

22. Write any three advantages of using Multimedia on Web Pages. 3

23. Assuming variable A holds 25 and B holds 2, identify the type of operator
and write the output of the following : 3
(a) (B--)
(b) (A! = B)

24. Define an Event. Write any two commonly used Events. 3

25. Why is it important to backup websites ? Write any one reason. Also, write
steps to take a backup of the website containing static pages. 3

26. Samantha has created a website that has web pages that gives
information on first aid. With respect to the above description, classify the
website as static or dynamic. Also, differentiate between Static and
Dynamic websites. 3

SECTION B

Attempt any three questions : 53=15

27. Write JavaScript code to : 5


(a) Display a confirm box with the message ‘‘Do you want to continue ?’’.
(b) Create an array X.
(c) Store ‘‘Top’’, ‘‘Bottom’’ in the array X.
(d) Store Date and Time in variable B.
(e) Print the message ‘‘Welcome’’ on a web page.

320
Downloaded 6
From : http://cbseportal.com/ Courtesy : CBSE
Downloaded From : http://cbseportal.com/
28. Write any five features of JavaScript. 5

29. What is MIDI ? Write three advantages of MIDI. 5

30. Write any five ways of embedding a video in a webpage. 5

31. List any three ways in which Windows Movie Maker uses a temporary file
storage location. Write steps to change the default file storage location in
Windows Movie Maker. 5

320
Downloaded 7
From : http://cbseportal.com/ Courtesy :P.T.O.
CBSE

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy