0% found this document useful (0 votes)
17 views20 pages

24-25 CBSE 10 Computer Applications SA Solutions

The document is a sample paper for a computer applications class, covering various topics such as email protocols, HTML tags, e-commerce, and web services. It includes multiple-choice questions, explanations of concepts, and practical coding examples. The paper is structured into sections that test theoretical knowledge and practical application in web development and internet technologies.

Uploaded by

shwetapal2601
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)
17 views20 pages

24-25 CBSE 10 Computer Applications SA Solutions

The document is a sample paper for a computer applications class, covering various topics such as email protocols, HTML tags, e-commerce, and web services. It includes multiple-choice questions, explanations of concepts, and practical coding examples. The paper is structured into sections that test theoretical knowledge and practical application in web development and internet technologies.

Uploaded by

shwetapal2601
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/ 20

SOLUTION

SAMPLE PAPER - 6

SECTION - A
1. (a) SMTP
Related Theory
Explanation: SMTP is Simple Mail Transfer  To make text bold <b> tag is used and to underline
Protocol. It is used to send mail from local the text <u> tag is used.
mail client to the remote mail server over the
Internet. 8. (c) Downloading
Explanation: Browsing or surfing means
Related Theory moving from one site or web page to another
 POP3 is Post Office Protocol version 3. It fetches the by clicking on hyperlinks. Uploading refers to
mail from the remote server to the client computer saving copy of a file or document on a remote
and is used for downloading the mail to the client server. Copying a file or document from remote
computer. server to the local computer is downloading.

2. (c) india.gov.in 9. (d) p {font-style :italic 500 14px Verdana, san-


Explanation: amazon.com is an e-commerce serif;}
website, cbse.nic.in is a website of CBSE. Explanation: To specify font properties in short
india.gov.in is the website of government hand notation the values are to be given in the
of India that provides access to various following order:
e-governance projects. Font-style|font-variant|font-weight|font-
size|font-family
3. (b) src
10. (b) start
Explanation: src attribute of <img> tag
specifies the location of the image to be Explanation: The start attribute is used to
specify the starting value of the list.
displayed.

4. (c) Diksha Related Theory


Explanation: Snapdeal, Amazon and Myntra
 The default starting value in a numbered list is 1.
It can be changed using start attribute. The type
are e-commerce websites, wheras DIKSHA is attribute is used to specify the numbering style.
an e-learning portal.
11. (a) Both Assertion (A) and Reason (R) are true
Related Theory and Reason (R) is a correct explanation of
Assertion (A).
 DIKSHA is Digital Infrastructure for knowledge
sharing. It is a National Teacher Platform being used Explanation: (File Transfer Protocol) is
to Provide online school education. commonly used for downloading and
uploading files from a remote site. FTP provides
5. (a) Website a reliable and efficient method to transfer
Explanation: A webpage is an electronic files over the Internet, explaining why it is
document on the World Wide Web. The commonly used for such tasks.
similar web pages on the World Wide Web are
connected to each other through hyperlinks. Related Theory
A collection of such hyperlinked documents is  FTP operates on a client-server model where the
the website. client initiates a connection to the server to request
files.
6. (d) web services 12. (a) Both Assertion (A) and Reason (R) are true
Explanation: Web services are the services and Reason (R) is a correct explanation of
that utilize the World Wide Web. This WWW Assertion (A).
uses HTTP. Explanation: Each device on the internet
is assigned a unique IP address. URL is the
7. (c) <i> location of a website on the server. To locate
Explanation: <i> tag makes the text italics. the server its IP address is used.

Sample Paper 6 1

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


CLASS 10
BOOKS

h i P ra c t i c e
# S a a i !
Zar o o r i H

National
Best-selling
Publisher

Books:
Question Banks & Sample Papers BUY
Latest Syllabus & Paper Pattern at special discount

NCERT Textbooks with Solutions

www.educart.co
SECTION - B
13. 15. (A) True
Proprietary Open Source Explanation: The <H$> tag defines the
Software Software six levels of headings. Where <H1> is the
topmost or the highest level heading and
(1) The software An Open Source Soft- <H6> is the lowest level or the smallest
that is owned ware is not owned by heading.
by its publish- anyone and is easily (B) False
ing company or accessible.
some individual is Explanation: A paragraph in HTML can
called a Properi- be defined by <p>….</p>tag. <br> tag
etary Software. is used to give a line break. The text
between <p>… </p> tag is considered as
(2) The source code The source code of a single paragraph and is displayed as
of a Proprietary an Open Source Soft- a continuous line in the web browser. To
software is not ware is available for move the text to next line a line break has
available. modification and re- to be included using the <br> tag.
distribution.
(C) False
(3) Proprietary soft- The Open source soft- Explanation: External linking links the
ware is available ware may or may not current web page to some other page
for a fees. be available for free. or Website. For this <a> tag with href
(4) e.g. Adobe Flash, e.g. Open Office, attribute is used. However to create an
MS Office. Google Chrome. internal link, i.e. a hyperlink to some other
section of the same web page name
(Write any two) attribute is used along with href attribute
in the <a> tag.
14. (1) Lack of Interaction
(2) Delay in delivery (D) False
(Any other valid disadvantage) The <font> tag is used to define the font
properties for a specific element or piece
Related Theory of text within a webpage. It is not used to
set the font properties for the entire page.
 e-shopping is buying of goods and services over
internet. 16. <a href=”mailto: [email protected]”><b><u>
Some advantages of e-shopping are: FEEDBACK</u></b></a>
(1) Finding a product in an online store is more OR
convenient. (A) <body bgcolour =”black” text = “red”>
(2) Larger variety of options of a product are readily (B) <body link =”orange” alink=”yellow”>
available.
(3) Consumers can shop anytime, anywhere 17. A password text box is required when there
according to their convenience. is a need to hide the text entered by the user
OR like in cash of taking a password as input.
(1) Introverts also feel comfortable in sharing <INPUT type=”password” name = “PASS”
their views. value=”999”/>
(2) New ideas and skills can be learnt from 18. Line 1: margin
different members of the group with
Line 2: background-color
variety of information.
(Any other valid advantage) Line 3: justify
Line 4: border-style
Related Theory OR
 e-group is an online community of like minded Line 1: center
individuals. Participants or members of an e-group
Explanation: <H1> tag has a closing </center>
come together virtually to discuss topics of common
interest.
tag after it, this means there must be an
opening <center> tag to display the heading at
Some disadvantages of e-group are:
center of the web page.
(1) It’s very difficult and tedious task to come to a
conclusion of a discussion. Line 2: dl
(2) There is always a social pressure to accept and Explanation: A definition list is defined using
agree with other member’s opinion. <dl> tag.

2 Computer Application Class X

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


Line 3: dd 19. MMS is Multimedia message service. It is a
Explanation: A definition list has two parts cellular network based messaging service that
one is definition term and other is definition is used to transmit multimedia content. To
description. Definition Term is the term which
is to be defined or explained while Deefinition send and receive MMS messages a multimedia
description is the definition of the term. To enabled device is required. If the receiving
specify definition description <dd> tag is used. device is switched off or not connected to
Line 4: /dt the network the message will be stored and
Explanation: All the three tags of definition list delivered when the device is switched back on
i.e. <dl>,<dt> and <dd> are container element,
so each requires a closing tag. or connects again to the network.

SECTION - C
20. (A) <img src=”Nation.jpg” border=2> OR
(B) <UL type = “square”> <AUDIO>
(C) <Input type =”submit” />
<SOURCE src = “ISRO.mp3” type=”audio/
21. (A) ftp – File Transfer Protocol. mp3”/>
(B) It identifies the file server. <SOURCE src = “ISRO.wav” type=”audio/wav”/>
(C) HTTP (Hyper Text Transfer protocol) <SOURCE src = “ISRO.ogg” type=”audio/ogg”/>
22. <video controls poster=”isro.jpg”> </AUDIO>
<source src = “chandrayaan.mp4” type
=”video/mp4”>
23. (A) d = b<sup>2</sup>-4ac
Video format not supported (B) 1<sup>st</sup> Class
</video> (C) <sup>12</sup>C<sub>6</sub>

SECTION - D
24. <html> <title> Table Concept </title>
<body> </head>
<h1> The Pizzzzza House</h1> <body>
<hr noshade> <table border =2> <caption> Futuristic
<p> Time Table</caption>
<h4> Pizza order form </h4> <tr>
<form> <th> Period-No </th>
Name : <input type = text name = <th> Monday </th>
“name”>
<th> Wednesday </th>
<br><br>
<th> Friday </th>
Address : <input type = text name
= “add”> </tr>
<br><br> <tr>
Size <br> <td> 1 </td>
<input type = radio name = “size” <td row span =2> Robotics </td>
value= “s”> Small<br> <td> NLG </td>
<input type = radio name = “size” <td>NLU </td>
value =“m”> Medium<br>
</tr>
<input type = radio name = “size”
<tr>
value =“l”> Large <br>
<input type = “button” name =”po” <td> 2 </td>
value=”Process <td> Data Science </td>
Order”> <td>Sound </td>
</form> </tr>
</body> <tr>
</html> <td> 3 </td>
OR <td>Light </td>
<html> <td colspan =2> Machine Learning </
<head> td>

Sample Paper 6 3

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


</tr> <td> Velocity </td>
<tr> </tr>
<td> 4 </td> </table>
<td> Speed </td> </body>
<td></td> </html>

SECTION - E
25. (A) digital piracy (C) In a copyright license owner of the license
(B) intellectual property rights has the right to decide the amount of
(C) permission content other party can use and in what
(D) licensed form. He is free to charge a fees for the
26. (A) IPR (Intellectual Property Rights) same.
(B) Copyright (D) Plagiarism

4 Computer Application Class X

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


ANSWERS
SAMPLE PAPER - 7

SECTION - A

1. (d) SMTP and POP 7. (c) MMS


Explanation: SMTP stands for Simple Mail
Explanation: MMS is Multimedia Service
Transfer Protocol and is used for sending as the name suggests works with multiple
and distributing outgoing mails. types of media.
POP stands for Post Office Protocol and is
used for receiving mails. 8. (a) vertically

Explanation: To align cell contents vertically
2. (c) TV + Ghaziabad – LG in a cell “Valign” attribute is used. To align
Explanation: While searching in a Search contents horizontally align attribute is used.
engine + (plus symbol) is used to match There is no option to align the contents
options whereas hyphen (or minus symbol) diagonally.
is used to remove options.
Related Theory
3. (a) [email protected]
 Valign can take values bottom, top and middle.
Explanation: [email protected] is an email Default value is bottom.
address rest all are URLs.
(1) Email Address: It is a unique identifier for 9. (a) <table>, cellspacing
an email account and consists of two
Explanation: The distance between two
parts separated by @. cells of a table is called cellspacing. Since
(2) URL: It is a unique identifier for a specific cellspacing is applicable on whole table so it
World Wide Web page. is specified along wih the <table> tag.

4. (c) E-reservation Related Theory


Explanation: E-reservation includes the  Cellpadding is the space between the cell border
process of booking/reservation of tickets, and the cell contents.
hotel rooms, tourist packages etc. through
internet. 10. (d) Home Page
5. (b) 
The values of these attributes define 11. (a) 
Both Assertion (A) and Reason (R)
how the information collected in a form are true and reason (R) is a correct
is used. explanation of Assertion (A).

Explanation: A search engine is a web based
Related Theory tool that helps users to search information

Action attribute contains the URL of the location to on the World Wide Web. To effectively search
which the information is to be sent. The METHOD for the required information queries should
attribute takes the following two values: be framed properly.
(1) 
GET: It sends the form information to the
specified URL.
12. (a) Both Assertion (A) and Reason (R)
(2) 
POST: It sends the information in the HTTP
are true and Reason (R) is a correct
environment.
explanation of Assertion (A).
6. (a) Chatting Explanation: A search engine searches the


Explanation: Like a telephonic conversation web using the following three elements:
in a chat also two or more people read (1) Spiders: Spiders or Web crawlers are
the message sent by the sender and then special software that comb the internet
respond and then the original sender and look for documents and their
receives the message and responds back. But addresses and compile a list of the web
here instead of voice texts are exchanged. pages.

Sample Paper 7 5

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


(2) Indexing Software: The information (3) Search algorithm: Based on the
collected by the bots is sent to the keywords entered the search engine
indexing software which extracts the looks for the information in its database
important information, indexes it and and displays it to the user.
stores in the database.

SECTION - B

13. Sarah can use SMS (Short Message Service) (B) False
to quickly inform her friend about the change Explanation: The title of a web page is
in plans by sending a brief text message used by the web crawlers to search for
from her mobile phone. SMS allows her to relevant information. So the title must
type a short message, typically up to 160 be such that it is able to convey the
characters, and send it directly to her friend’s purpose of the page. Ideally it should
phone number. The message is delivered not be less than 60 characters.
almost instantly, making it a convenient way (C) False
to communicate brief updates or important Explanation: The <HTML> tag takes the
information. lang attribute that is used to specify the
language of the web page.
Related Theory (D) False
 Because the use of social media platforms, as Explanation: The text in table can
communication channels, has increased the use of
be aligned using the align attribute
SMS is declining thus changing the nature of text
in <TABLE> tag. The contents of a
messaging services.
particular cell can be aligned by using
14. the align attribute in <TD> tag. <A> is
Email Video conferencing the anchor tag which is used to create
a hyperlink.
(1) Email refers Video conferencing
to sending is similar to face-to- 16. The image is made hyperlink as:
and receiving face communication <a href= “# TAJ”> <img src= “taj.jpg”></a>
messages between two or more At the target point where description is given
electronically. people. as:
(2) It is not It is necessary for <a name = “TAJ”><H3> THE TAJ </H3> </a>
necessary for the sender and the OR
the sender and receiver to be online (A) <Table>
the recipient at the same time. <TR>
to be online at <TH> NAME </TH>
the same time.
<TH> FATHER’S NAME</TH>
OR <TH> ADDRESS </TH>
</TR>
There are two main types of video
conferencing: </TABLE>
(B) <TABLE Border=1 Frame=”box”>
(1) Point-to-point video conferencing:
It involves real-time communication 17. Differences between open source software
between two people in two different and software license are as follows:
locations.
Open Source Software License
(2) Multipoint video conferencing: It
involves real-time communication Software
between people at three or more (1) Source code We cannot view,
different locations. of open source modify or share the
software is easily source code with any
15. (A) True available we can one.
Explanation: The start attribute of view, modify
<OL> tag tells the starting value of the or share the
source code with
numbering displayed with every list
anyone.
item.

6 Computer Applications Class X

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


Line3: Italic
(2) Quality of source These have less
Line 4: font-size
code is better in functionalities as
OR
case of OSS as they are a result of
Line 1: Type
programmers ideas of a limited
Line2 :<li>
contribute their group. Line 3: </ol>
bit to make it Line 4: </ul>
better.
19. A text box is used to accept single line of text
18. Line 1: text-align as input from the user.
Line 2: ‘Times New Roman’, Times, serif <INPUT type=”text” name = “Name”/>

SECTION - C

20. (A) <OL type =’A’ Start = 4> <video width = “200” height =”300” controls
autoplay>
(B) <BODY link=”green”>
<source src = “Myschool.mp4” type =”video/
(C) <Title> COMPUTER APPLICATIONS</ mp4/”>
Title> </video>
21. (A) It shows that website is a commercial Related Theory
site.  <video> tag is used to embed a video in our
(B) .in document. The source file of the video is specified
using the <source> tag.

(C) WWW URL OR


(1) <AUDIO>
World Wide Web A URL is the address
is a collection of of a resource on <SOURCE src = “MYTunes.mp3”/>
interconnected the Internet. Audio File not supported
documents </AUDIO>
stored across
(2) <EMBED src=”MYTunes.mp3” />
various servers.
23. (A) ax<sup>2</sup>+bx+c=0
22. HTML code to add video that plays
automatically and can be controlled by the (B) NH<sub>4</sub>OH
user is: (C) <sup>16</sup>O<sub>8</sub>

SECTION - D
24. <html> <input type="radio" name="gender"
<head> value="female"> Female
<title> Admission Form</title> <input type="radio" name="gender"
</head> value="other"> Others
<body> <br><br>
<h1> ABC Public School</h1>     Select class for which seeking admission:
<form>     .<br>
Name of the candidate: <input type="text">     <select size=14>
<br><br> <option> Nursery</option>
Father’s Name: <input type="text"> <option> KG</option>
<br><br> <option> I</option>
Mother’s Name: <input type="text"> <option> II</option>
<br><br> <option> III</option>
Address: <input type="text"> <option> IV</option>
<br><br> <option> V</option>
Gender: <option> VI</option>
<input type="radio" name="gender" <option> VII</option>
value="male"> Male <option> VIII</option>

Sample Paper 7 7

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


<option> IX</option> <tr>
<option> X</option> <td>Employee 1</td>
<option> XI</option> <td>9 AM - 5 PM</td>
<option> XII</option> <td>9 AM - 5 PM</td>
</select> <td>9 AM - 5 PM</td>
</form> </tr>
<tr>
</body>
<td>Employee 2</td>
</html>
<td></td>
OR
<td></td>
<html>
<td>10 AM - 6 PM</td>
<head>
</tr>
<title>Weekly Work Shifts</title>
<tr>
</head>
<td>Employee 3</td>
<body>
<td>11 AM - 7 PM</td>
<h2>Weekly Work Shifts</h2>
<td>11 AM - 7 PM</td>
<table border="1" cellpadding="5" <td></td>
cellspacing="0"> </tr>
<caption>Weekly Work Shifts</caption> <tr>
<thead> <td>Employee 4</td>
<tr> <td></td>
<th>Employee Name</th> <td>9 AM - 1 PM</td>
<th>Monday</th> <td></td>
<th>Wednesday</th> </tr>
<th>Friday</th> </tbody>
</tr> </table>
</thead> </body>
<tbody> </html>

SECTION - E
25. (A) Compensation
(B) 
Mr. Sharma can avoid plagiarism
by citing sources and using properly
(B) GNU GPL licensed content.
(C) attribution
(C) Mr. Sharma should ensure the website
(D) skills is secure (HTTPS) and use strong
passwords for online purchases.
26. (A) To maintain professionalism Mr. Sharma
(D) Mr. Sharma should use secure payment
should avoid interrupting others during gateways and ensure that he receives
the virtual meeting. transaction confirmation emails.

8 Computer Applications Class X

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


ANSWERS
SAMPLE PAPER - 8

SECTION - A
1. (c) TCP/IP services, learning material such as different
online courses and making reservations for
Explanation: TCP(Transfer Control Protocol) trains, flights, bus and hotels etc.
specifies how data is exchanged over
internet and controls the breaking of the 8. (d) <hr>
data into packets while IP ensures assigning Explanation: <hr> tag is used for creating
an IP (Internet Protocol) address to each visual horizontal sections in a web page. A
device connected to the internet. horizontal line is displayed across the web
page with <hr> tag.
Related Theory
 HTTP is the protocol used for communication
Related Theory
between web browser and the server. VoIP is
used to make voice calls over internet. POP is a  <hr> is also called horizontal rule in HTML.
standard mail protocol used to receive mails from
a remote server. 9. (c) both (a) and (b)
Explanation: Specifying email id preceded
2. (d) Limited number of certified branches of
online payment with mailto: as value in the href attribute
of <a> tag will open up the default e-mail
3. (b) Blind Carbon Copy client.

Related Theory Related Theory


 Bcc is used when you do not want other recipients  <a> tag is used to create a link to the same or
to know about the recipients in Bcc. another document in a web page. It takes href
attribute to specify the target location.
4. (a) Web portal
Caution 10. (d) None of these
 Students often get confused between the website Explanation: Application of electronic
and web portal. A website is a collection of related means in all aspects of governance in order
web pages whereas a web portal is a website to fulfil the requirements of citizens of the
which hosts other websites. country is e-governance.

5. (a) database 11. (c) Assertion (A) is true and Reason (R) is
Explanation: The web crawler or the bot false.
combs the web to get details of the web
Explanation: The promotional junk mails
pages. These details are then indexed
that we receive are because we share our
and stored in a database by the indexing
e-mail id to log in to many of the applications
software. The information stored in this
like swiggy, zomato, flipkart or websites such
database is used by the search algorithm
as newsportals. Most of the times we had
to return the results against the keywords
entered in the search query. not subscribed for these mails.

6. (a) <b></b> 12. (b) Both Assertion (A) and Reason (R) are
true and Reason (R) is not a correct
Explanation: <font face=”times new roman”

explanation of Assertion (A).
size=”12”><b>Hello World</b></font>.
Explanation: A CSS selector is a tag for
7. (c) Products and Services which style rule is defined and is specified
Explanation: Products are the consumables
without angle brackets. Style rule for each
that we buy and services include banking selector should be defined in CSS.

Sample Paper 8 9

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


SECTION - B

13. 3G is 3rd generation in the hierarchy of the 16. <A href = “https://www.TheSchool.com.” title
development of the mobile technology. = “The School”> OUR SCHOOL </A>
3G uses a network of phone towers to
OR
pass signals ensuring a stable and fast
connectivity. The download speed is max at (A) <TABLE bgcolor=”yellow”>
7.2 Mbps and maximum upload speed is 2 (B) <HR noshade>
Mbps.
17. The software which are freely accessible,
14. Kunal used text messaging for quick, brief available for use, change, improvement and
communication and a video call for a distribution are called free software. Google
more detailed, interactive discussion. Text
Chrome and Open office are free software.
messaging is faster and less personal, while
video calls offer real-time visual and verbal 18. Line 1: Style
interaction.
Explanation: The internal style is defined

OR
using the <style> tag within the <HEAD>
There are majorly five types of websites tag.
available that Nidhi would have discovered:
Line 2: h1
(1) Brochure website
Line 3: margin-left
(2) E-commerce website
Explanation: Margin is the blank space

(3) Portal website
left from the edge of the page and the
(4) Wiki website
text displayed. To define margins from a
(5) Social media website respective edge margin-left, margin-right,
15. (A) True margin-top and margin-bottom properties
are used.
Related Theory Line 4: background-color
 The size attribute of <HR> tag defines the width of
OR
the horizontal rule.
Line 1: body
(B) True
Explanation: bgcolor, link and vlink are

Explanation: Multiple fonts can be
attributes of the <body> tag.
defined as value of the font attribute
so that the browser can render the web Line 2: height
page in any of the listed fonts. Explanation: Height and width of the <img>

tag specify the area in which the image will
Related Theory be displayed.
 If the browser is unable to render the web page
Line 3: a
in any of the listed fonts then the default font is
used. Explanation: <A> tag is used to create links.

(C) False Line 4 : </ul>
Explanation: After the <BR> tag the
19.
text continues in the alignment that was
before the <BR> tag. However after the Text Box Password control
<HR> tag the alignment is restored to A text box control is A password control
its default value. used to take single is used to take
(D) False line text input from password as input
Explanation: The external linking links the user. such that the text
to the external document while the input is displayed
internal linking links the various sections as circles.
of the same document. <Input Type =”Text” Name =”NAME” />

10 Computer Applications Class X

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


SECTION - C

20. (A) <TABLE Border =3 bordercolor=”Blue”> (2) <VIDEO >


<SOURCE src =”TheMessage.mp4”
(B) <a href = “flowers.jpg”> <h1> Flowers</
autoplay=”true” />
h1> </ a>
Video file Format not supported
(C) <body link=”brown” vlink =”violet”>
</VIDEO>
21. (A) ftp 23. (A) 56 &gt 25
(B) ftp.example.com Explanation: &(ampersand), <(less
(C) public_files/index.html than),> (greater than) signs have
special meaning in HTML. In case these
22. <audio autoplay> <source src =”chairmans characters need to be displayed the
Message.mp3” type=”audio/ mpeg”> following escape sequences are used.
Audio not supported by the Browser </ audio> < → &lt
OR > → &gt
(1) <EMBED src =”TheMessage mp4” & → &amp
Width=200 Height =200 autostart = (B) 45<sup>-23</sup>
”true”/> (C) H<sub>2</sub>O

SECTION - D
24. <html> </head>
<head> <body>
<title>Registration Form</title> <table cellspacing=5 cellpadding=15
</head> border=4 align=center>
<body> <caption> Product List</caption>
<h1center> Coding Club <tr>
Registration Form </h1> <th> Product ID </th>
<form> <th> Product Name </th>
Name<input type = “text”> <th> Rate </th>
<br><br> </tr>
Preferred User Id <input type = <tr>
“Text”> <td> 1001</td>
<br><br> <td>Samsung galaxy </td>
Screen Password <input type = <td> 35000 </td>
“Password”> </tr>
<br><br> <tr>
  </form> <td> 1002</td>
</body> <td> Dell Laptop </td>
</html> <td> 55000 </td>
OR </tr>
<html> </table>
<head> </body>
<title> Product Table</title> </html>

SECTION - E
(B) Open Source Software (OSS) and
25. (A) Open Source Software (OSS)
proprietary software.
Explanation: Open Source Software Explanation: The Software that require
give freedom for creation, modification a license for use are called proprietary
and redistribution of source code. software.

Sample Paper 8 11

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


(C) Source code 26. (A) This is Identity Theft.
Explanation: OSS gives freedom of (B) To prevent such crimes we should
distribution of the software to everyone create strong PIN and Passwords that
but only along with the source code. are difficult to guess.
(D) GNU GPL (C) Credit Card Fraud is another case of
Explanation: OSS that is distributed Identity Theft.
along with its source code must be (D) All such crimes should be reported in
licensed under GNU GPL. the Cyber Cell.

12 Computer Applications Class X

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


ANSWERS
SAMPLE PAPER - 9

SECTION - A

1. (b) Protocol 7. (c) + (plus)


Explanation: Protocols ensure that data is Explanation: To get the most accurate
sent, received, and understood correctly. results for your search query it should be
framed properly. Following guidelines must
2. (d) All of the above
be followed:
Explanation: Social media can lead to
bullying and trolling, increased peer (1) Use words in place of sentences.
pressure, and contribute to attention-seeking (2) Use quotes for exact matching.
behaviors. (3) Use and, or, not to include two or more
conditions.
Related Theory
(4) Use wild cards like * and ? to search for

(1) Bullying and trolling: With the growing use of
social networking sites the practice of bullying, patterns.
defamation, harmful commenting and pranks (5) Use + and – to ensure that the words
have increased a lot. Such practices cause are included or excluded from the
emotional trauma both for the victim and the
‘bully’. search results.
(2) Peer pressure: Experts say that a majority of
people on social networking sites are actually 8. (b) <head>
less than or greater than, but never equal to
what they portray. This leads to consequences Related Theory
born out of jealousy and harmful reactions.
 <head> is a structural type of tag.
(3) Attention Seeking Disorders: People on social
networking sites are getting addicted to Caution
seeking attention. Just to get attention these
users will resort to any means and even fake  <head> tag is given under <html> tags.
serious illnesses.
9. (c) Font-style
3. (c) Chat room
Explanation: A chat room is a site on Related Theory
the internet where people can exchange  All these font properties are used to define styles
messages about a particular subject. in CSS.
 Font family defines name of font. Font style
4. (b) Forum defines font to be normal, italic or oblique. Font
Explanation: An internet forum is an variant is used to display small caps text and font
online discussion site where people can weight defines the boldoness of the text.
hold conversations in the form of posted
messages. They differ from chat rooms. In 10. (c) SCP
forums participants with common interests Explanation: SCP is Secure Copy. It transmits
can exchange open messages. files over internet with the security of SSH.
It has its own set of commands for secure
5. (d) All of the above
copying of files.
Explanation: An e-mail account has the
following folders inbox, outbox, sent mails, 11. (a) Both Assertion (A) and Reason (R) are true
draft, trash and spam. and Reason (R) is a correct explanation of
Assertion (A)
6. (a) Remote Access
Explanation: IP address is the Internet Protocol
Related Theory address. It is the unique identification of a device
 The remote access enables users on one computer in a network. Domain name is used to locate a
to see and interact with the desktop interface of web resource in a network. This resource is stored
the other computer. on a device which has a unique IP address. The

Sample Paper 9 13

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


DNS or the domain name system translates the
domain name to the corresponding IP address to
Related Theory
locate the resource.
 The internal styles are applicable to the entire
web page in which they are placed. The external
12. (d) Assertion (A) is false and Reason (R) is styles are created by linking the HTML page to a
true. document whose relation to it is that of style sheet.

Explanation: The statement <h3 style=”font- Caution


family: Comic Sans MS;”> will apply for the  In case all the three types of styles are added in
current h3 tag as inline styles are applicable a web page, inline style gets precedence over the
only for the current tag. internal and external styles.

SECTION - B

13. In an area with poor internet connectivity, (B) False


cellular messaging service SMS can be used. Explanation: src attribute specifies the
Since SMS supports message upto 160 path of the image file to be displayed on
characters, longer messages are broken into the web page.
multiple messages before being sent over (C) False
the network. Explanation: alink, vlink and link are
attributes of <body> tag.
14. Email has many advantages over traditional
mailing system. Some of them are as follows: (D) True
(1) An email is very fast. It is received and
Related Theory
delivered within seconds from anywhere
 If the file format is not supported by the browser,
in the world. it will display the message within the <audio>…</
(2) Email is very cheap means of audio> tag.
communication as compared to other
systems. 16. <A href=mailto:[email protected]> Write
(3) Sending and receiving an email is very To Us </A>
easy and convenient. Many types of OR
files such as text files, audio, videos and (A) <h2 align = “center”>Computer</h2>
images can be sent as an attachment (B) <img src= “cat.jpg” align= “left”>
through an email.
(4) Multiple copies of a message can be 17. The method attribute specifies how the data
sent to a group of people. (Any two) entered in the form will be uploaded. It can
have values GET and POST.
OR
<FORM method = “POST”>
The advantages of chatting are as follows:
NAME: <INPUT Type =”text” name= “
(1) Online chatting is a real time Name”/>
communication as if one is talking to
</FORM>
other person face to face.
(2) Multimedia files like audio, video etc. can 18. Line 1: type
be sent using instant messaging app. Line 2: text-indent
(3) People can also chat in a group. Line 3: text-decoration
(4) It is a great tool to stay in contact with Line 4: Table
friends or family who live far away or OR
overseas.
Line 1: </b>
(5) Chatting forums allow to meet new Line 2: type
people virtually while in the comforts of
Line 3: ol
one’s home. (Any two)
Line 4: <li>
15. (A) False
19. The software is a Shareware. It is a software
Explanation: The HSPACE attribute is that is available with the right to redistribute
used to give horizontal space only. To copies and can be used for free for sometime
define space all around image VSPACE only. After that a license fee needs to be
attribute is used in combination with paid. It is different from FOSS in that its
HSPACE. source code is not available.

14 Computer Applications Class X

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


SECTION - C
20. (A) <TD colspan =3> 22. <audio src=”ripples.wav” type=”audio/wav”
Explanation: The rowspan attribute loop controls>
spans the cell vertically i.e., across Your browser does not support the audio
multiple rows. element.
(B) <IMG src =”magic.jpg” align=”middle” > </audio>
Explanation: An image can be aligned OR
along the middle of the tallest letter of the <VIDEO>
text using align attribute’s middle value. <SOURCE src = “The waves.mp4” type =
(C) <HR width=75%> “video/mp4”/>
Explanation: The size attribute of the <SOURCE src = “The waves.ogg” type =
<HR> tag defines the thickness of the “video/ogg”/>
horizontal rule. Width attribute takes <SOURCE src = “The waves.webm” type
value in percentage to specify how = “video/webm /”>
much of the browser window it covers. </VIDEO>
21. (A) Web Address 23. (A) <!—Creator ---ANUBHAV-->
(B) ftp.prenhall.com (B) x<sup>2</sup> - sx +p=0
(C) It is an ftp type of server. (C) 108 &lt; 256

SECTION - D

24. <html> <tr>


<head> <td>Canvas</td>
<title>Table Painting</title> <td>6</td>
</head> <td>` 7000</td>
<body> </tr>
</table>
<table border= “3” align= “Center”
bordercolor= “Blue”> </body>
<caption>Painting Hub </html>
</caption> OR
<tr>
 <td rowspan= <html>
“5”>A<br>R<br> T <br> I   <body>
<br> S<br>T</td> <h1> My Form </h1>
 <th Colspan= “3”> Painting <form>
</td> Please place me on Your mailing
</tr> list:<input type = checkbox name =
<tr> “mail” value = “true” checked>
<th>Name</th> <br>
<th>Qty.</th> <p>What country do you live in?
<th>Price</th> <Select name = “country”>
</tr> <option Value =”ind”> India
<tr> <option Value =”us”> USA
<td>Oil Painting</td>
<option Value =”can”> Canada
<td>5</td>
<option Value =”ind”>Malyasia
<td>` 5000</td>
</select>
</tr>
  </p>
<tr>
<td>Glass Painting</td> <p> Type of Connection You have:
<td>3</td> <input type = radio name = “conn”
<td>` 6000</td> value = “bb”>Broad band
</tr> <input type = radio name = “conn”

Sample Paper 9 15

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


value = “dial”>Dial-up <input type=”submit” value=”Click
<input type = radio name = “conn” Here to Submit”>
value = “wf ”>Wi-Fi </body>
</p> </html>

SECTION - E

25. (A) Digital Divide without proper citation or proper


(B) High-speed internet permission is called Plagiarism.
(c) gap (C) Plagiarism is an offence under
(D) economical gap Intellectual Property Right.
(D) While making online payments she
26. (A) This is called identity theft. should ensure a valid and secure

(B) Sharing or using someone’s creation merchant site.

16 Computer Applications Class X

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


ANSWERS
SAMPLE PAPER - 10

SECTION - A
1. (c) HTTP <thead> and <tfoot> are always placed at
the top and bottom of the table respectively.
Explanation: HTTP handles the <caption> gives title to the table.
communication between a web server and
a web browser. HTTP is used for sending 6. (d) HSPACE
requests from a browser to a web server Explanation: To give space around an image
and then fetching back the requested web in CSS margin property is used. Margin-left
content (web pages) from the server to the and margin-right are used to give horizontal
client. space around the image.

Related Theory 7. (c) container element


 HTTPS is Hyper Text Transfer Protocol Secure. It Explanation: HTML elements that are used
transfers information with SSL (Secure Socket as a set of opening as well as closing tag are
Layer) that encrypts and sends information over a
called container elements.
secure connection.
8. (c) <td>
2. (d) both (a) and (b)
Explanation: When a person learns using 9. (d) face
online medium, it is termed as e-learning
Explanation: The face attribute of <font>
and doing banking transactions online is tag is used to specify the type of <font>.
called e-banking. e.g. <font face =”Arial”>
Related Theory 10. (a) height, width
 E-Learning can be synchronous i.e., student and
Explanation: height and width attributes are
the instructor are online at the same time or
asynchronous i.e the student can learn at his own used to specify the dimensions of the table
pace, without live interaction with the teacher. and image.

3. (b) Home Page 11. (a) Both Assertion (A) and Reason (R)
are true and Reason (R) is the correct
Explanation: A home page is the main or explanation of Assertion (A).
introductory page of a website. It serves as
a starting point of the website. It generally Explanation: It is reliable to make any
contains hyperlinks to other pages on the changes in the details of e-reservation
site. because e-reservation systems are designed
with robust databases and transaction
4. (d) Video conferencing management systems that ensure any
changes, cancellations, or annotations are
Related Theory processed accurately and securely.
 Video conferencing involves the exchange of
live videos along with the audios amongst Related Theory
the participants. The participants are  Safety is one of the major benefits of e-reservation.
present at geographically different location Other being ease of reservation, availability and
in real time. being fast.

5. (d) All of these Caution


Explanation: <table>, <tr>, <td>, <th>,  When using any of the e-commerce or
<thead>, <tfoot>, <caption>, <tbody> all are e-reservation web services, users must ensure
used in HTML to define a table. secure payment gateways.

Related Theory 12. (c) Assertion (A) is true but reason (R) is
 <tr>, <td>, <th>, <thead>, <tfoot>, <caption>,
false.
<tbody> all are used within the <table> tag. <tr> Explanation: The “alt” attribute is used to
defines a table row, <td> defines a data cell, <th> specify the text that is to be displayed in
defines a header row. The rows defined between case the browser doesn’t support graphics.

Sample Paper 10 17

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


SECTION - B
13. She used SMS to message her son. The 16. <A href =”www./mySchool.com/classx/
network used was the cellular network. scproj.html”> My Project </A>
Explanation: SMS is Short Message Service. OR
It is used to send text messages over cellular
networks. (A) <BODY bgcolor=”magenta” text = ” yellow”>
(B) <HR color=”red” width=”25%”>
14. Chatting is a textual or multimedia
conversation over the Internet. It is a real 17. Any online personal account, e-mail
time communication between two users accounts, social media accounts, shared
over communication channels using internet videos and photos, cloud storage accounts,
and computers.
domain names, Intellectual property etc. all
Yes, it is necessary to be online, while chatting.
are digital properties.
OR

Web services are the services offered by one
The person who has created or person who
electronic device to another via internet or got it developed is the owner of that digital
services offered by a server in response to property.
the requests raised by clients. e.g., E-learning,
chatting. 18. Line 1 : Type=”text/css”
Line 2 : 100px
15. (A) False
Line 3 : padding-right
Explanation: A CSS file can be created
using any text editor but its extension Line 4 : h1,h2,h3,h4,h5,h6
should be .css. OR
(B) False
Line 1 : </title>
Explanation: The default size is 3 and
the virtual sizes are 20% larger or Line 2 : Alt
Smaller than the default size. Line 3 : Ul
(C) False Line 4 : a href
Explanation: The default colour of 19. A command button is used to either submit,
hypertext is blue. For an active link it is reset, or do any other such action on the
purple and for a visited link it is red.
data inout in the form.
(D) False
Code is:
Explanation: The width of border of
an image is specified in pixels. Width of <Input type =”Submit” name=”finish” value
horizontal rule is specified in percentage. =”submit” />

SECTION - C
20. (A) 
<center><font color=”#808080”> 22. <video src=”farewell.mp4” autoplay loop>
Educart </font> </center> Your browser does not support the video tag.
Explanation: The <center> tag sets the </video>
center alignment. #808080 is the code OR
for grey colour.
<AUDIO controls=”control” autoplay =
Related Theory ”autoplay” loop=”loop”>
 #000000 is code for black. <SOURCE src=”myaudio.mp3” Type=”audio/
(B) <a href = #name> mp3”/> Your browser doesn’t support the
Explanation: A named anchor is used to audio format </AUDIO>
create an internal link. 23. (A) L &amp T
(C) <Table><caption> FIRST TABLE</ Explanation: Since & has a special meaning
caption ></Table> in HTML so browsers render it according to
<!--adds caption to a Table --> the special meaning. To override this special
21. (A) Network News Transfer Protocol meaning escape sequence & amp is used
wherever & is to be displayed.
(B) alt.sports
(C) 
It provides newsgroups that are (B) x<sup>2 </sup>
organized in a hierarchical structure. (C) NH<sub>3 </sub>

18 Computer Applications Class X

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E


SECTION - D
24. <html> OR
<body>
<html>
<form> <body>

<p>  <table border=”3” border


color=“blue”>
Name : <input type=”text” name
 <tr>
=”name”>
 <th colspan=“2”>Search Engine
<br><br> </th>
Email : <input type = “text” name  </tr>
= “email”>
 <tr>
<br><br> <td>Google</td>
<input type =”checkbox” name= <td><img src=”google.png” height
”subscribe” value=”yes” checked>
=”50” width =”50” alt=”Sorry
Subscribe to the news letter
image could not be displayed”>
<br><br>
 </td>
Format of the Email:   </tr>
<br>   <tr>
<input type= “radio” name=  <td>Mozila Firefox</td>
”format” value=”text”> Plain Text <td><img src=”firefox.jpg”
<br> 
height=”50” width=”50” alt
<input type= “radio” name =“Sorry image could not be
=”format” value=”html” checked> displayed”> </td>
HTML
</tr>
</form> </table>
</body> </body>

</html> </html>

SECTION - E
25. (A) Phishing (B) Freedom of Information
(B) Identity theft (C) Right to information.
(C) HTTPS (D) Freedom of Information also gives
(D) authentication people the right to consume information
26. (A) To safeguard the privacy of the user data. held on public platforms.

Sample Paper 10 19

BUY LATEST EDUCART BOOKS ON AMAZON - https://amzn.to/4cw1M5E

You might also like