KnowledgeBoat Logo
OPEN IN APP

Sample 2024

Solved 2024 Sample Question Paper CBSE Class 10 Computer Applications (165)

Class 10 - CBSE Computer Applications Solved Question Papers



Section A (1 mark each)

Question 1

The acronym SSH stands for ............... .

  1. Safe Shell
  2. Software Shell
  3. Secure Shell
  4. Simple Shell

Answer

Secure Shell

Reason — The acronym SSH stands for Secure Shell.

Question 2

Which of the following is an example of social networking website?

  1. wikipedia.org
  2. Facebook.com
  3. cbse.gov.in
  4. ncert.nic.in

Answer

Facebook.com

Reason — Facebook.com is an example of social networking website.

Question 3

M in HTML stands for:

  1. Modify
  2. Management
  3. Multiple
  4. Markup

Answer

Markup

Reason — HTML stands for HyperText Markup Language.

Question 4

A ............... is an online journal or informational website run by an individual, group, or corporation that offers regularly updated content about a topic.

  1. News group
  2. Blog
  3. WWW
  4. e-Groups

Answer

Blog

Reason — A blog is an online journal or informational website run by an individual, group, or corporation that offers regularly updated content about a topic.

Question 5

Which of the following is not a valid value for the target attribute of <a> tag?

  1. _blank
  2. _self
  3. _top
  4. _bottom

Answer

_bottom

Reason — The target attribute specifies where to open the linked document and _bottom is not a valid value for this attribute.

Question 6

link, vlink, alink are attributes of ............... tag.

  1. <body>
  2. <a>
  3. <html>
  4. <img>

Answer

<body>

Reason — link, vlink, alink are attributes of <body> tag.

Question 7

The ............... attribute of <img> tag specifies an alternate text for an image, if the image cannot be displayed.

  1. alt
  2. text
  3. alternate
  4. msg

Answer

alt

Reason — The alt attribute of <img> tag specifies an alternate text for an image, if the image cannot be displayed.

Question 8

Which of the following tag can be used to draw a horizontal line in webpage?

  1. <line>
  2. <hrule>
  3. <hr>
  4. <rule>

Answer

<hr>

Reason — <hr> tag can be used to draw a horizontal line in a webpage.

Question 9

In HTML, <dl>, <dd> and <dt> tags are used to create:

  1. Description list
  2. Definition list
  3. Detail list
  4. Dynamic list

Answer

Description list

Reason — In HTML, <dl>, <dd> and <dt> tags are used to create description list.

Question 10

A software ............... is a legal instrument governing the use or redistribution of software.

  1. license
  2. law
  3. document
  4. piracy

Answer

license

Reason — A software license is a legal instrument governing the use or redistribution of software.

Question 11​

Assertion (A): Search engine is a hardware device that searches for any websites on the World Wide Web.
Reason (R): Google Search and Microsoft's Bing are two popular search engines.

  1. Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
  2. Both Assertion (A) and Reason (R) are true but Reason (R) is not a correct explanation of Assertion (A).
  3. Assertion (A) is true and Reason (R) is false.
  4. Assertion (A) is false and Reason (R) is true.

Answer

Assertion (A) is false and Reason (R) is true.

Reason — Assertion (A) is false because a Search engine is a software or program that searches for any websites on the World Wide Web.
Reason (R) is true as Google Search and Microsoft's Bing are two popular search engines.

Question 12

Assertion (A): CSS saves a lot of work. It can control the layout of multiple web pages all at once.
Reason (R): All the required style settings can be stored in an external stylesheet and a link to it can be added in the <head> section of each web page.

  1. Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
  2. Both Assertion (A) and Reason (R) are true but Reason (R) is not a correct explanation of Assertion (A).
  3. Assertion (A) is true and Reason (R) is false.
  4. Assertion (A) is false and Reason (R) is true.

Answer

Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).

Reason — Assertion (A) is true as CSS can indeed save a lot of work by allowing us to apply consistent styles to multiple web pages simultaneously.
Reason (R) is true as an external style sheet can be linked in the <head> section of each web page. Linking saves time on the part of the website developer.

Section B (2 marks each)

Question 13

Write any two points of comparison in between SMS and MMS.

Answer

SMSMMS
SMS stands for Short Message Service.MMS stands for Multimedia Messaging Service.
SMS does not support multimedia content and it allows to send only text messages of upto 160 characters.MMS supports multimedia content and allows to send images and videos along with text.

Question 14(i)

What is e-Learning? Mention its two main advantages.

Answer

Electronic Learning refers to a wide range of applications and processes, designed to provide guidance and/or deliver information to students, faculties, or employees of the companies through electronic means.

Two main advantages of e-Learning are:

  1. Cost Effective — E-learning reduces travel cost and time which makes it less expensive than traditional learning.
  2. Flexibility — Learners can access educational content and participate in courses at their own pace and convenience.

Question 14(ii)

Briefly discuss the role of e-governance in any country's growth and development.

Answer

E-governance enhances transparency, efficiency, and accessibility in government services. It fosters economic growth by reducing corruption, streamlining processes, and promoting citizen engagement, ultimately contributing to a country's overall development and progress.

Question 15

Compare 3G and 4G mobile technologies on any two major points.

Answer

3G4G
A 3G network offers slower data speed of upto 2 Mbps.A 4G network offers faster data speed of upto 100 Mbps to 1 Gbps.
3G uses a packet switching technique.4G uses message and packet switching technique.

Question 16(i)

Which software are termed as open-source software? Name any two such software.

Answer

Open source software is the software, whose source code is freely available and which can be copied, modified and redistributed as well.

Two open-source softwares are Linux and Mozilla Firefox.

Question 16(ii)

What do you understand by the term Intellectual property right? Discuss briefly.

Answer

Intellectual property rights are the rights given to persons over the creations of their minds. They usually give the creator an exclusive right over the use of his/her creation for a certain period of time. These rights can be exercised in the form of software patents, software copyright or trademark.

Question 17

Mention any two purposes of using comments while designing a HTML webpage.

Answer

Two purposes of using comments while designing a HTML webpage are:

  1. Comments can be used to explain code. The explanation can be for oneself or for other people.
  2. Comments can be used to leave notes, a reminder to come back to a section or prioritize it during the next redesign.

Question 18(i)

Twisha has got confused with a few tags and their attributes. Help her match the tag with correct attribute.

1. <font>i. align
2. <a>ii. face
3. <h1>iii. colspan
4. <td>iv. href

Answer

1. <font>ii. face
2. <a>iv. href
3. <h1>i. align
4. <td>iii. colspan

Question 18(ii)

Mention any two attributes of <font> tag along with their purposes.

Answer

Two attributes of <font> tag are as follows:

  1. Face — It is used to set the font style of the text in the HTML document.
  2. Size — It is used to adjust the size of the text in the HTML document.

Question 19

Write suitable html statements to display the following text on a webpage in appropriate subscript and superscript form:

a. CO2

b. X2

Answer

a. CO<sub>2</sub>

b. X<sup>2</sup>

Section C (3 marks each)

Question 20

Ronaldo, a web designer in a start-up company, wants to give headings in a webpage through <h1> tag. Additionally, he wants to implement following styles on all the <h1> tag of the same webpage at one go.

  • Color-blue
  • Background color-yellow
  • border of the heading - 2px in red

He is not able to implement the above-mentioned additional styles of <h1> tag through regular html code. Suggest him a way out and also help him in writing the code for same.

Answer

Ronaldo should use CSS (Cascading Style Sheets) to implement the additional styles of <h1> tag.

The HTML code for the same is given below:

<html>
<head>
<style>
    h1 {color: blue; background-color: yellow; border: 2px solid red;}
</style>
</head>
</html>
<body>
<h1>
    Welcome
</h1>
</body>

Question 21

Rajat, a web developer, wants to show a video named "tiger.mp4" in dimensions of 300px width and 200px height on the web page. Help Rajat by writing its html code.

Answer

The HTML code to add video to the web page is as follows:

<video width = "300" height = "200" controls>
    <source src = "tiger.mp4" type = "video/mp4">
    Your browser does not support the video tag.
</video>

Question 22(i)

Abhilasha has just designed a web page. At the end of the web page, she wants to insert an image "next.jpg".

She needs to link another web page with this image, i.e., whenever anyone click on the image "next.jpg", another web page named "second.html" should open. Help her in writing the code to achieve it.

Note: Assume that image and both the web pages are stored in the same folder.

Answer

Abhilasha can insert the below HTML code at the end of the web page just before the closing body tag — </body>

<a href = "second.html">
    <img src = "next.jpg" alt = "Next Page">
</a>

Question 22(ii)

Write HTML code to design the content of the web page in the form of lists as shown below:

Write HTML code to design the content of the web page in the form of lists. CBSE 2024 Computer Applications Code 165 Class 10 Sample Question Paper Solved.

Answer

<HTML>
<BODY>
<P> STREAM WISE CAREER OPTIONS </P> 
<UL TYPE = "SQUARE">
<LI> Science 
    <OL TYPE = "a">
    <LI> Engineering </LI>
    <LI> Medical </LI>
    <LI> Research </LI>
    </OL>
</LI>
<LI> Commerce </LI>
<LI>Humanities </LI>
</UL>
</BODY>
</HTML>

Question 23

What do you understand by the term "Digital Divide"? Mention any two measures to overcome it.

Answer

A digital divide is an economic and social inequality with regard to access to, use of, or impact of Information and Communication Technology (ICT) including smartphones, tablets, laptops, and the internet in the society.

Two measures to overcome digital divide are as follows:

  1. Steps should be taken to make digital devices and digital technologies more affordable.
  2. Internet infrastructure should be expanded with the aim to provide Internet access to the remotest parts of the country.

Section D (4 marks each)

Question 24(i)

Customer Analytics firm needs to design a survey form as shown below:

Customer Analytics firm needs to design a survey form. Write the suitable HTML code to design it. CBSE 2024 Computer Applications Code 165 Class 10 Sample Question Paper Solved.

Write the suitable HTML code to design it.

Answer

<HTML>
<BODY>
<FORM>
Name: 
<INPUT TYPE = "TEXT" NAME = "CANDIDATE NAME" SIZE = "30"> 
<BR>
City:
<BR>
<SELECT NAME = "CITY" SIZE = "3">
<OPTION VALUE = "New Delhi">
	New Delhi
</OPTION>
<OPTION VALUE = "Chennai">
	Chennai
</OPTION>
<OPTION VALUE = "Hyderabad">
	Hyderabad
</OPTION>
</SELECT>
<BR>
Hobby:
<BR>
<LABEL FOR = "CB1">Reading</LABEL>
<INPUT TYPE = "CHECKBOX" ID = "CB1" NAME = "C1" VALUE = "Reading">  
<LABEL FOR = "CB2">Writing</LABEL>
<INPUT TYPE = "CHECKBOX" ID = "CB2" NAME = "C2" VALUE = "Writing">  
<BR>
<LABEL FOR = "CB3">Singing</LABEL>
<INPUT TYPE = "CHECKBOX" ID = "CB3" NAME = "C3" VALUE = "Singing">  
<LABEL FOR = "CB4">Dancing</LABEL>
<INPUT TYPE = "CHECKBOX" ID = "CB4" NAME = "C4" VALUE = "Dancing">  
</FORM>
</BODY>
</HTML>

Question 24(ii)

Observe the screenshot of the given web page:

Observe the screenshot of the web page. Write the suitable HTML code to design it. CBSE 2024 Computer Applications Code 165 Class 10 Sample Question Paper Solved.

Write suitable HTML code to design it.

Answer

<HTML>
<BODY>
<TABLE BORDER = "1">
<TR>
<TH COLSPAN = "3">SKILL WORKSHOPS</TH>
</TR>
<TR>
<TH>SNO</TH>
<TH>SKILL</TH>
<TH>DAYS</TH>
</TR>
<TR>
<TD>1</TD>
<TD>Communication Skills</TD>
<TD>Monday, Wednesday</TD>
</TR>
<TR>
<TD>2</TD>
<TD>Art, Craft</TD>
<TD>Tuesday, Friday</TD>
</TR>
<TR>
<TD>3</TD>
<TD>Personality Development </TD>
<TD>Wednesday, Saturday</TD>
</TR>
</TABLE>
</BODY>
</HTML>

Section E (4 marks each)

Question 25

Case Study 1

Sanchay, has recently joined the Global Network company as a network trainee. Help Sanchay by suggesting the best suitable answers for the following issues which needs to be resolved:

a. Company wants to engage employees in some online fun filled activities to strengthen their inter-personal skills. Suggest any two popular video conferencing software to be used for the same.

b. Company wants employees to upgrade themselves by exploring internet about latest happenings in the networking field. Suggest any two suitable web browsers for the same.

c. Sometimes few of the employee needs to remotely login to their office PC from their home. Suggest any one popular software and the protocol being used for the same.

d. Company wants its employees to be safe while entering their login credentials and bank account details on the internet. Out of http and https, which protocols should be preferred and why?

Answer

a. Two popular video conferencing softwares are:

  1. Zoom
  2. Microsoft Teams

b. Two suitable web browsers are:

  1. Google Chrome
  2. Mozilla Firefox

c. AnyDesk software and Telnet protocol.

d. https should be preferred as it establishes a secure connection for encrypted data transmission between the server and the browser.

Question 26

Case Study 2

It is an era of Internet and we as a netizen spend most of our time in the cyber world. Saumya, a class X student, is new to the cyber world. Help her in the following:

a. Suggest any two netiquettes, which she should follow in order to become a good netizen.

b. As the last day was approaching, so one of her friends has just submitted the science project by copying and pasting from the internet, without even acknowledging the original source. Is this the right act or wrong? Name the term which is being used for this act.

c. E-commerce is growing exponentially and so is the risk involved in it. Mention any two common E-commerce frauds in order to make Saumya aware about it.

d. Suggest her any two precautions to be taken while using E-commerce.

Answer

a. Two netiquettes, which Saumya should follow in order to become a good netizen are:

  1. When communicating online, Saumya should always begin her message with a salutation and end it with her name or signature.
  2. Saumya should always be respectful and avoid sarcasm or insults in her online interactions. She should also show courtesy and consideration for others' views when sharing her opinions in online discussion groups.

b. The act is wrong. It is termed as Plagiarism.

c. Two common E-commerce frauds are:

  1. Misleading Product Listing.
  2. Identity Theft.

d. Two precautions to be taken while using E-commerce are:

  1. Always use secured Internet connection and not a public Wi-Fi while purchasing something.
  2. Never give personal and credit cards details over the phone.
PrevNext