0% found this document useful (0 votes)
171 views4 pages

803 Web Application SQP t2

This document provides a blue-print for a sample question paper for the Web Application subject for Class 12. It is divided into three parts: Part A covers Employability Skills and has 6 questions worth 5 marks. Part B covers Subject Specific Skills and has 19 questions worth 25 marks. Part C is competency-based and has 3 questions worth 8 marks. The paper is for a total of 30 marks and lasts 90 minutes. It provides the breakdown of questions by type, number of questions and marks for each part.

Uploaded by

Pooja Negi
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)
171 views4 pages

803 Web Application SQP t2

This document provides a blue-print for a sample question paper for the Web Application subject for Class 12. It is divided into three parts: Part A covers Employability Skills and has 6 questions worth 5 marks. Part B covers Subject Specific Skills and has 19 questions worth 25 marks. Part C is competency-based and has 3 questions worth 8 marks. The paper is for a total of 30 marks and lasts 90 minutes. It provides the breakdown of questions by type, number of questions and marks for each part.

Uploaded by

Pooja Negi
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/ 4

CBSE | DEPARTMENT OF SKILL EDUCATION

WEB APPLICATION (SUBJECT CODE 803)


CLASS XII (SESSION 2021-2022)
BLUE-PRINT FOR SAMPLE QUESTION PAPER FOR TERM - II

Max. Time Allowed: 1½ Hours (90 min) Max. Marks: 30

PART A - EMPLOYABILITY SKILLS (05 MARKS):

NO. OF NO. OF NO. OF


QUESTIONS - QUESTIONS - QUESTIONS TOTAL
UNIT
NAME OF THE UNIT VSA SA - LA NUMBER OF
NO.
(1 MARK (2 MARKS (4 MARKS QUESTIONS
EACH) EACH) EACH)

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

PART B - SUBJECT SPECIFIC SKILLS (25 MARKS):

NO. OF NO. OF NO. OF NO. OF TOTAL


QUESTIONS QUESTIONS QUESTIONS QUESTIONS NUMBER
UNIT
NAME OF THE UNIT - VSA – SA - I – SA - II - LA OF
NO.
(1 MARK (2 MARKS (3 MARKS (4 MARKS QUESTIONS
EACH) EACH) EACH) EACH)

Web Scripting – Java


3 4 3 3 2 12
Script

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

5 x 1= 3x2= 2x3= 2x4=


TOTAL MARKS 25 Marks
05 Marks 06 Marks 06 Marks 08 Marks

TOTAL MARKS 5 + 25 = 30 MARKS

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.

6. Do as per the instructions given in the respective sections.


7. Marks allotted are mentioned against each section/question.

SECTION A (3 + 2 = 5 marks)

Answer any 03 questions out of the given 04 questions 1x3=3

What is a business opportunity?


Q.1 1
It is the entrepreneur who takes the first move towards setting up an enterprise. It is
Q.2 called taking ……………….. 1

Q.3 What is the full form of NAPCC? 1


Q.4 Define ecosystem. 1

Answer any 01 question out of the given 02 questions 1x2=2

Q.5 Name any 2 common fears seen in entrepreneurs. 2


Q.6 List any 2 ways to reduce Greenhouse gases. 2

SECTION B (5 + 6 + 6 = 17 marks)

Answer any 05 questions out of the given 07 questions 1x5=5


Write the output of the following code:
Q.7 "india".toUpperCase() 1

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

Q.12 Acronym for IIS is ____________________________. 1


You can use the ………………...feature in MEW to transfer the contents of your entire
Q.13 1
website (preserving the structure) to a remote computer.
Answer any 03 questions out of the given 05 questions 2x3=6
Name any two methods of the Math () object in JavaScript to help perform
Q.14 2
mathematical calculations..
Define an “event handler” in JavaScript. Name any 2 commonly used “Event
Q.15 2
handlers”.

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

Var Subject = [“Eng” , “Math”, “Science” , “Hindi”];

Document.write (subject.length)

Q.17 List any two web authoring tools. 2

Q.18 Explain the purpose of SEO Checker. 2

Answer any 02 questions out of the given 04 questions 3x2=6

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)

Answer any 02 questions out of the given 03 questions

Write a program in JavaScript to

- Accept first name and last name from the user.


Q.23 4
- Display number of characters in his first name

- 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:

Consider following code to manipulate the array:

You need to determine the contents of the array.


Which four elements does the array contain in sequence? To answer, choose the
appropriate elements from the list of elements and arrange them in the correct order.
Q.24 4

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

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