KEMBAR78
Sample Question Paper | PDF | Network Topology | Websites
0% found this document useful (0 votes)
59 views13 pages

Sample Question Paper

Uploaded by

Sharad Kumar
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)
59 views13 pages

Sample Question Paper

Uploaded by

Sharad Kumar
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/ 13

CBSE | DEPARTMENT OF SKILL EDUCATION

WEB APPLICATION (SUBJECT CODE 803)


CLASS XI (SESSION 2021-2022)
BLUE-PRINT FOR SAMPLE QUESTION PAPER FOR TERM -1
Max. Time Allowed: 90 Minutes (1½ Hrs.) Max. Marks: 30

PART A - EMPLOYABILITY SKILLS (05 MARKS):

UNIT NO. OF QUESTIONS


NAME OF THE UNIT
NO. (1 MARK EACH)
1 Communication Skills-III 2
2 Self-Management Skills-III 2
3 Information and Communication Technology Skills-III 2
TOTAL QUESTIONS 6 Questions
NO. OF QUESTIONS TO BE ANSWERED Any 5 Questions
TOTAL MARKS 1 x 5 = 5 marks

PART B - SUBJECT SPECIFIC SKILLS (25 MARKS):

UNIT NO. OF QUESTIONS


NAME OF THE UNIT
NO. (1 MARK EACH)
1 Basics of Networking and Web Architecture 12

2 Website Development using HTML and CSS 20

TOTAL QUESTIONS 32 Questions

NO. OF QUESTIONS TO BE ANSWERED 25 Questions

TOTAL MARKS 1 x 25 = 25 MARKS

803-SQP-XI-Term 1 (2021-22) 1
CBSE | DEPARTMENT OF SKILL EDUCATION
WEB APPLICATION (SUBJECT CODE 803)
CLASS XI (SESSION 2021-2022)
SAMPLE QUESTION PAPER FOR TERM -1
Max. Time Allowed: 90 Minutes (1½ Hrs.) 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.
4. Section B is of 20 marks and has 25 questions on Subject Specific Skills.
5. Section C is of 05 marks and has 07 competency-based questions.
6. Do as per the instructions given in the respective sections.
7. Marks allotted are mentioned against each section/question.
8. All questions must be attempted in the correct order

SECTION A

Answer any 5 questions out of the given 6 questions on Employability Skills (1 x 5 = 5 marks)

1. Posture is a Non-Verbal Communication. It includes _______________ . 1


a. Body movements that express an idea or meaning.
b. Facial expression.
c. Both a and b are True
d. Both a and b are False

2. If you have not understood a task given to you, which question should you ask? 1
a. Where are the reports of this task?
b. Can you repeat the instructions for this task?
c. Can you give me an example of this task?
d. Why are you doing this task?

3. Ram goes to school without taking a bath. He washes his face and changes his clothes. 1
a. Everyone does the same. So, it hardly matters.
b. It doesn't matter until he smells bad.
c. He should clean his body to not only look neat but also for personal hygiene.
d. It is ok as he doesn't sit near the teacher.

803-SQP-XI-Term 1 (2021-22) 2
4. If you want to work in a Team, you must ________. 1
a. Understand your role properly.
b. Understand your role properly and do not accept responsibility for mistakes.
c. Understand your role properly and discuss issues with team mates.
d. We can take up any role we wish without any discussions in a group.
5. The word “friendship” is to be changed in the entire document by the name 1
“companionship”. Which of the following options will be the easiest way to do so?
a. Find and replace
b. Replace all
c. Ctrl+C,Ctrl+V
d. Ctrl+X,Ctrl+V
6. A way to correct the spellings and grammar is to select the underlined text and right- 1
click.
The above statement will :
a. Correct all in the document.
b. Display a shortcut menu for Spell checker.
c. Auto-correct the word.
d. Erase the word.

SECTION B

Answer any 20 questions out of the given 25 questions (1 x 20 = 20 marks)

7. Home Wi-fi networks and small business networks are examples of: 1
a. LAN
b. MAN
c. WAN
d. PAN

8. Which of the following devices would you suggest to be implemented for connecting 1
computers within office units of a school?
a. Switch/Hub
b. Modem
c. Repeater
d. Gateway

9. Charmi makes audio and video calls using WhatsApp, FaceBook Messenger, Skype, 1
Google Duo, Zoom etc. to greet her friends and relatives. This enables her to see them
when she is unable to travel to meet them. Which technology is she using?
a. IM
b. VoIP
c. E-mail
d. None of the above

803-SQP-XI-Term 1 (2021-22) 3
10. This topology has a long cable, called Backbone Cable/Backbone. Identify the 1
topology.
a. Star Topology
b. Ring Topology
c. Bus Topology
d. Mesh topology

11. MySQL, Oracle, PostgreSQL, Microsoft SQL Server, MongoDB, etc. are examples of 3- 1
tier architecture. Choose the statement which stands false for a 3-tier architecture.
a. Data is accessed by the application layer via API calls.
b. It is a well-established software application architecture that organizes
applications into three logical and physical computing tiers
c. It is a software architecture in which a presentation layer or interface runs on
a client, and a data layer or data structure gets stored on a server.
d. The client-server-database architecture is a 3-tier architecture

12. Rohit found a new mobile being launched on Amazon. He purchased it in an exchange 1
offer. The Mobile was delivered and the delivery agent took the old mobile for an
exchange. Which of the following should be done for data protection?
a. Logout of all E-mail ID’s .
b. Log out of all social media accounts and delete the applications.
c. Delete all the saved usernames and passwords in Web Browsers
d. All of the above

13. Dynamic Websites are used over Static Websites. 1

A. Updates can be done very easily in Dynamic websites by easy interactions with
databases.
B. Dynamic website is faster than Static website and content gets loaded faster.
Choose the correct justification to the statement given above:
a) Only A
b) Only B
c) Both A & B
d) Neither A nor B
14. Your school has asked you to design a feedback form for your school’s website. The 1
following pseudocode is written:
<html>
<head><title> My page </title></Head><body>
<H1><U><A name="#Top"> FEEDBACK FORM</A></u></h1> ….Statement 1
.
.

</body>
</html>

803-SQP-XI-Term 1 (2021-22) 4
Referring to the code given above answer the question:
In order to change the size of heading in Statement 1 which statement will be used.

Choose as per the correct justification.


a. <h2> … </h2> for bigger size
b. <h6>..... </h6> for smaller size
c. <h6>..... </h6> for bigger size
d. <h2> … </h2> for smaller size

15. <html> 1
.
.
.
<Form method=Post action= "mailto:contact_admin@gmail.com"> Name </b><Input
type=Textname="st_name"><br> ……….Statement 2
.
.
.
</html>

Which of the following statements in place of Statement 2 will give you the correct
output without generating any error?
a. <Form method=Post action= "mailto:contact_admin@gmail.com"><b> Name
</b><Input type=Textname="st_name"><br>
b. <Form method=Post action= "mailto:contact_admin@gmail.com"> Name </b>
<b><Input type=Textname="st_name"><br>
c. <Form method=Post action= mailto:contact_admin@gmail.com > Name
</b><Input type=Textname="st_name"><br>
d. There is no error in Statement 2

16. Your school want check boxes to be included to choose between the streams: 1
Science, Commerce and Arts for filling feedback form. Which of the following code
will help you get the desired output?
a. <Input type=CHECKBOX value= “Science"> <Input type=CHECKBOX
value="Commerce"> <Input type=CHECKBOX value="Arts">
b. <Input type=CHECKBOX value="Science"> Science <Input type=CHECKBOX
value="Commerce"> Commerce <Input type=CHECKBOX value="Arts"> Arts
c. <Input type=CHECKBOX value> Science <Input type=CHECKBOX value>
Commerce <Input type=CHECKBOX value> Arts
d. None of the above

17. Which code should be written to insert a comment line? 1


a. <!-- -->
b. <--! --!>
c. <!-- --!>
d. <!-- !>

803-SQP-XI-Term 1 (2021-22) 5
18. Referring to the code given below: 1
<A href=’#Top’> Top </A>
Which type of linking does it exhibit?
a. Internal Linking
b. External Linking
c. Web Link
d. None of the above
19. A multiport intelligent device used for connecting two or more local area networks 1
which exercise discretion while forwarding data to the outgoing line leading to the
destination.
a. Switch
b. Bridge
c. Hub
d. Router
20. <!DOCTYPE html> 1
<html>
<head>
<style>
body {background-color: powderblue;}
h1 {color: blue;}
p {color: red;}
</style>
</head>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
To convert the above code to an external style sheet what changes are required?
a. add a link to it in the <head> section of each HTML page
b. add a link to it in the <title> section of each HTML page
c. add a link to it in the <body> section of each HTML page
d. None of the above
21. Aryan plays online games. He plays it with online friends who are strangers to him in 1
multiplayer games. One of the player named “The changer” becomes his good
companion. They both, together, win multiple games. Thus, become very good
friends. “The changer” asks him to meet him at a place in their colony.
What should Aryan do?
a. He should be happy his friend called him up to meet him.
b. He should ask him to come to his house instead of going there.
c. He should immediately inform his parents and agree not to go to meet him.
d. He should not inform anyone.

803-SQP-XI-Term 1 (2021-22) 6
22. Which of the following type of data, phishers cannot steal from its target? 1
a. Bank details
b. Phone numbers
c. Passwords
d. Apps installed in the mobile
23. You want to complete the pseudo class for link elements so that the links appear red 1
when the page loads, green when the link is clicked, orange when the cursor moves
over the link, and blue if the link was clicked previously.
How should you complete the code?
1. (;color:red)

2. (;color:blue)

3. (;color:orange)

4. (;color:green)
a.
a:hover

a:active

a:link

a:visited
b.
a:visited

a:link

a:active

a:hover
c.
a:link

a:visited

a:hover

a:active
d.
a:active

a:hover

a:visited

a:link

803-SQP-XI-Term 1 (2021-22) 7
24. You are designing a website for City Power & Light. 1
You write the following markup. Line numbers are included for reference only.
1.<!DOCTYPE html>
2.<html>
3.<head>
4. <title> City Power and light </title>
5.</head>
6.<body>
7. <p>Welcome to City Power & Light </p>
8.</body>
9.</html>
What style will be used to render the code?

● A. The browser default style will be used.


● B. An inline style will be used.
● C. An international style will be used.
● D. An external style will be used.

25. There are five types of alignment which can be applied on the image are as follows: 1
Left
Right
Top
Bottom
Middle
Statement 1: By default, images are left aligned.
Statement 2: The image with the top and bottom alignment will be set at the top of
the line or bottom of the line.
Which of the following are true:
a. Statement 1 is True
b. Statement 2 is True.
c. Statement 1 is true if Statement 2 is not declared anywhere in the code.
d. Statement 1 and 2 are False.
26. Statement: The TYPE attribute determines the field type of input field to be provided 1
in the form.
a. Type is the attribute of INPUT element
b. It cannot accept Image and Files.
c. Only A is True
d. Only B is True

803-SQP-XI-Term 1 (2021-22) 8
27. p[lang=“fr”] 1
Statement 1: This selects all paragraph elements whose lang attribute contains the
word “fr”
Statement 2: Selects all paragraph elements whose lang attribute has a value of
exactly “fr”
a. Both Statement 1 and 2 are correct but the given code is erroneous.
b. Only statement 1 is correct for the given code.
c. Only statement 2 is correct for the given code.
d. Both the statements are correct for the given code.
28. <style>...</style> 1
a. The tag will override rules defined in any external style sheet file even when
declared in the Inline style sheets.
b. Inline style sheets take the highest priority. So, it will override any rule defined
in the above tags or rules defined in any external style sheet file.
c. The tag will not override rules defined in any external style sheet file.
d. Inline style sheets have least priority.
29. For publishing on a Website which of the following statements stands True. 1
a. To place your pages on the web you need a web server.
b. To place your pages on the web you need a web server. Commonly called
hosts, web servers allow you to transfer and store files including HTML
documents only.
c. To place your pages on the web you need not have a web server.
d. Unless you have your own web server, you need to find a server to host your
pages
30. You are designing a webpage that is divided into several sections. Each section has a
heading and a one-line quote.
The following example shows the top section rendered by using the browser default
styles:

You need to complete the markup for the top section using the appropriate HTML
tags. Choose the appropriate tag from the given options:
a. <div>
<h1> Quote from yesterday </h1>
<p> Tomorrow is not promised <p/>
b. <span>
<p>Quote from yesterday<p/>
<h1>Tomorrow is not promised</h1>
803-SQP-XI-Term 1 (2021-22) 9
c. <h1>
<span>Quote from yesterday</span>
<div>Tomorrow is not promised</div>
d. None of the above

31. ……………………..is a connecting device used to interlink computers with the network. 1
These cards are of two types:
Internal network cards
External network cards
a. Network Interface Card
b. RJ 45 jack
c. Power plug
d. HDMI

SECTION C
(COMPETENCY BASED QUESTIONS)

Answer any 5 questions out of the given 6 questions (1 x 5 = 5 marks)


32. You are creating a web form to allow visitors to sign up for a mailing list. The form will 1
collect the information that is shown in the following screenshot:

Select the answer choice that answers the question based on the information
presented in the screenshot.

Which code segment will display the form element labelled A?


a. <input type=”radio” name=”firstname”>
b. <input type=”text” name”checkbox>
c. <input type=”checkbox” name=”subscribe” value =”Yes”>
d. <input type=”text” name=”Yes”>
803-SQP-XI-Term 1 (2021-22) 10
33. “Avion Industry'' is planning to expand its network in India. The company is planning 1
for setting up its main Office in Gujarat. Since it is a Research and Development
industry, it wants to set up three main offices named “Rear Office '',”Research Lab ''
and “Development Arena ''. This company also has its marketing office in Gurugram
named “Marketing Unit ''. A rough layout is given below:

Approximate distance between these offices is as follows:


FROM TO DISTANCE

Rear Office Research Lab 110 mtr

Rear Office Development Arena 16 km

Rear Office Marketing Unit 1800 km

Research Lab Development Arena 13 km


Pertaining to the research involved, the company also wants to install systems in each
office as given below:
Rear Office 55

Research Lab 220

Development Arena 88

Marketing Unit 76

Refer to the data to answer the following:


Suggest the kind of network required for connecting each of the office units:
a. Rear Office and Research Lab
i. LAN
ii. MAN
iii. WAN
iv. PAN
b. Rear Office and Development Arena
i. LAN
ii. MAN
iii. WAN
iv. PAN
803-SQP-XI-Term 1 (2021-22) 11
34. Statement 1: A relative link requires that you use a protocol and server path. 1
Statement 2: You can use a relative link to reference images files from a repository on
a different server.
a. Statement 1 is True.
b. Statement 2 is True
c. Both the statements are True
d. Both the statements are False
35. Dr. Navjot has a beautiful idea of integrating Artificial Intelligence into Cyber Security 1
to protect individuals from spam messages. She has safeguarded her idea by
proposing the correct method to the authorities. Which of the following method she
must have chosen?
a. Patent
b. Copyright
c. Trademark
d. License
36. The following statements are given according to CSS. Select the statement which is 1
True.
a. Percent and EM are relative measurements and the size of each depends on its
parent.
b. Pixels are recommended units for specifying size.
c. The font-family attribute helps ensure maximum compatibility between two
browsers.
d. A CSS comment starts with /* and ends with */
37. You are defining CSS classes to style text in your HTML document. 1
You need to format section titles to look like the following example:

Which CSS attributes should you use to define each setting?


a.
Arial font-style

Italic font-family

100 font-size

Large font-weight
b.
Arial font-family

Italic font-style

100 font-weight

Large font-size

803-SQP-XI-Term 1 (2021-22) 12
c.
Arial font-size

Italic font-weight

100 font-family

Large font-style
d.
Arial font-weight

Italic font-style

100 font-size

Large font-family

38 You are building a website and want to have three main links called Home, Product 1
Info, and Contact Us. You will create a hierarchy of page elements and revise the
stylesheets.
You want to apply a style to all elements in a document.
Which type selector should you use?
a.+
b. >
c. :
d. *

803-SQP-XI-Term 1 (2021-22) 13

You might also like