803 Web Application SQP t2
803 Web Application SQP t2
4 Entrepreneurial Skills-IV 2 1 - 3
5 Green Skills-IV 2 1 - 3
TOTAL QUESTIONS 4 2 - 06
NO. OF QUESTIONS TO BE
Any 3 Any 1 - 04
ANSWERED
TOTAL MARKS 3 x 1 = 3 Marks 1 x 2 = 2 Marks - 05 Marks
Work Integrated
4 3 2 1 1 7
Learning IT– WA-II
TOTAL QUESTIONS 07 05 04 03 19
NO. OF QUESTIONS TO BE
05 03 02 02 12
ANSWERED
803-XII-SQP-Term II (2021-2022) 1
CBSE | DEPARTMENT OF SKILL EDUCATION
WEB TECHNOLOGY (SUBJECT CODE 803)
CLASS XII (SESSION 2021-2022)
SAMPLE QUESTION PAPER FOR TERM - II
Max. Time Allowed: 1½ Hours (90 min) Max. Marks: 30
General Instructions:
1. Please read the instructions carefully
2. This Question Paper is divided into 03 sections, viz., Section A, Section B and Section C.
3. Section A is of 05 marks and has 06 questions on Employability Skills.
a) Questions numbers 1 to 4 are one mark questions. Attempt any three questions.
b) Questions numbers 05 and 06 are two marks questions. Attempt any one question.
4. Section B is of 17 marks and has 16 questions on Subject specific Skills.
a) Questions numbers 7 to 13 are one mark questions. Attempt any five questions.
b) Questions numbers 14 to 18 are two marks questions. Attempt any three questions.
5. Section C is of 08 marks and has 03 competency-based questions.
a) Questions numbers 19 to 21 are four marks questions. Attempt any two questions.
SECTION A (3 + 2 = 5 marks)
SECTION B (5 + 6 + 6 = 17 marks)
803-XII-SQP-Term II (2021-2022) 2
CHOOSE THE RIGHT OPTION.
In JavaScript, the definition of a function starts with____
a. With the Return type, Function keyword, Identifier and Parentheses
Q.8 b. With the Identifier and Parentheses 1
c. With the Return type and Identifier
d. With the Identifier and Return type
“It checks if the value of the left operand is less than or equal to the value of the right
Q.9 1
operand, if yes then the condition becomes true”. Identify the operator.
……………………. are used to explain the code and make it more readable in
Q.10 1
JavaScript programs.
Q.11 We can create a fully functional form in a webpage using ……………………….. 1
Sunil has written following code to store subjects in an array and display the total
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( )
Q.16 { 2
Document.write (subject.length)
Q.19 Explain the pop () method in JavaScript? Give an example of using the pop () method. 3
What are the important properties of an anonymous function in JavaScript? Give an
Q.20 3
example.
Write a function in JavaScript which accept three numbers as arguments and display
Q.21 3
the greatest number
Q.22 List any three websites that offer free CSS templates (write complete URL). 3
803-XII-SQP-Term II (2021-2022) 3
SECTION C (2 x 4 = 8 marks)
(COMPETENCY BASED QUESTIONS)
- Display current date, his name as initial letter of first name and complete
last name ( hint: it should display K. Kumar for name Krishan Kumar)
A JavaScript array is initialized as follows:
Rita created a website.Before she publishes the website, she needs to verify if there are
any pending issues. This will help her save time and unnecessary problems that may
Q.25 4
arise post publishing the website.Give her the necessary steps to verify and fix errors,if
any.
803-XII-SQP-Term II (2021-2022) 4