CBSE Class-12 Exam 2020-21 : Question Paper (Web Application Old)
Disclaimer: This website is NOT associated with CBSE, for official website of CBSE visit - www.cbse.gov.in
CBSE Class-12 Exam 2020 : Question Paper (Web Application Old)
WEB APPLICATIONS (OLD)
Time allowed : 2 1 hours Maximum Marks : 50
2
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
Multiple Choice Questions (Attempt any ten from the following) : 1*10=10
1. displays our collection folders, which contain clips. 1
(A) Collection Pane
(B) Task Pane
(C) Storyboard
(D) Timeline
2. AVI stands for . 1
(A) Audio Video Integration
(B) Automatic Video Interrupt
(C) Audio Video Interleaved
(D) Audio Virtual Implement
3. The indicator can be dragged on the seek bar to the exact spot where you want to split the clip. 1
(A) Playback
(B) Preview
(C) Trim
(D) Zoom
4. The preview monitor can be made larger or smaller by clicking . 1
(A) View
(B) Insert
(C) Edit
(D) File
5. Which extension identifies a video file ? 1
(A) .avi
(B) .png
(C) .mp4
(D) .xml
6. We can upload a file to a web server using a protocol called . 1
(A) FPT
(B) IP
(C) TCP
(D) FTP
7. tag conforms to the W3 standard and helps to achieve standardization across the World Wide Web. 1
(A) param
(B) comment
(C) embed
(D) object
8. Which of the following is a JavaScript arithmetic operator ? 1
(A) %
(B) <
(C) &&
(D) ?:
9. To use random() in JavaScript the syntax is : 1
(A) random()
(B) rand()
(C) Random.random()
(D) Math.random()
10. What will be the output of the following JavaScript code : 1
var name=[‘‘Red’’, ‘‘Blue’’, ‘‘Yellow’’, ‘‘Green’’]; name.pop()
(A) Red
(B) Green
(C) Yellow
(D) Blue
11. In JavaScript if a variable is defined using var in a compound statement ‘‘if’’, it will . 1
(A) be visible to the entire compound ‘‘if’’ statement
(B) not be visible to the entire compound ‘‘if’’ statement
(C) be visible to the entire function
(D) not be visible to the entire function
12. To use an object’s methods or properties, we write the object’s name,
and then the method/property name. 1
(A) a dot[.]
(B) an asterisk[*]
(C) an ampersand[&]
(D) a pound[#]