हिंदी

Computer Applications Board Sample Paper 2024-2025 English Medium Class 10 Question Paper Solution

Advertisements
Computer Applications [Board Sample Paper]
Marks: 50 CBSE
English Medium

Academic Year: 2024-2025
Date: मार्च 2025
Advertisements

General Instructions:

  1. This Question Paper has 5 Sections A-E.
  2. All Questions are compulsory. However, internal choices have been provided in some of the questions.
  3. Section A has 12 questions carrying 01 mark each.
  4. Section B has 7 Short Answer (SA-I) type questions carrying 02 marks each.
  5. Section C has 4 Short Answer (SA-II) type questions carrying 03 marks each.
  6. Section D has 1 Long Answer (LA) type question carrying 04 marks.
  7. Section E has 2 Source based / Case-based / Passage based Questions carrying 04 marks each.

Section - A : (All questions are compulsory)
[1]1

Shreya wants to securely copy files between two Servers or two connected machines over the Internet. Which Protocol should she prefer for getting her task completed? 

FTP

HTTP

SCP

Telnet

Concept: undefined - undefined
Chapter:
[1]2

Which of the following is not an e-governance project in India?

 www.drdo.nic.in

www.passport.gov.in

www.incometaxindia.gov.in

www.flipkart.com

Concept: undefined - undefined
Chapter:
[1]3

Which tag besides <B> can be used to make the text bold in HTML?

<strong>

<dark>

<fat>

<I>

Concept: undefined - undefined
Chapter:
[1]4

What is the full form of SMTP? 

Simple Message Transfer Protocol

Secure Message Transmission Protocol

Simple Mail Transfer Protocol

Secure Mail Transmit Protocol 

Concept: undefined - undefined
Chapter:
[1]5

Which protocol is used for video conferencing among multiple participants? 

Telnet

HTTP 

VoIP

SFTP

Concept: undefined - undefined
Chapter:
[1]6 | Select the correct option to fill in the blank:

A website may consist of ______.

Static Webpages

Dynamic Webpages 

Both static webpages and dynamic webpages 

Domain

Concept: undefined - undefined
Chapter:
[1]7

Aman, a student of Class X, wants to create numbered list in HTML, which of the following tag should he use? 

<UL>

<OL>

<DL>

<list>

Concept: undefined - undefined
Chapter:
[1]8

Making a copy of your webpage on the computer is known as ______.

Uploading

Browsing

Downloading

None of the above

Concept: undefined - undefined
Chapter:
[1]9

Himani, a class X student, wants to remotely access a computer system far from her house. Which protocol, out of the following, should she prefer to access or log in it remotely?

FTP

SFTP

TCP/IP

TELNET 

Concept: undefined - undefined
Chapter:
[1]10

Anshu, a class X student, is writing CSS code for making all <span> elements bold. Choose the correct code for getting the desired output from the following options: 

span{text-size:bold}
span {font-weight:bold}
<span style="font-size:bold">
span{text-size:bold}
Concept: undefined - undefined
Chapter:
[1]11 | Questions No-11 & 12 are Assertion and Reason types. Each question consists of two statements, namely Assertion (A) and Reason (R). Select the most suitable option considering the Assertion & Reason.

Assertion (A): A set of rules, used over the networks, is called a Protocol.

Reason (R): HTML is an example of a Protocol.

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

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

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

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

Concept: undefined - undefined
Chapter:
[1]12

Assertion (A): Chat and e-mail are live/real time conversation between people/machines. 

Reason (R): We have to be online in both. 

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

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

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

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

Concept: undefined - undefined
Chapter:
Section - B
[2]13

Mishika, a class X student, wants to use a software but does not want to pay for it. Which type of software can she use? Write one example of this type of software.

Concept: undefined - undefined
Chapter:
[2]14
[2]14.A

Write any two differences between e-Banking and e-Commerce.  

Concept: undefined - undefined
Chapter:
OR
[2]14.B
[1]14.B.I

What is E-learning? 

Concept: undefined - undefined
Chapter: [0.01] Networking
[1]14.B.II

Name any one Indian e-learning website.

Concept: undefined - undefined
Chapter: [0.01] Networking
Advertisements
[2]15 | State whether the following statements are True or False:
[0.5]15.A

HTML file extension is .tml. 

True

False

Concept: undefined - undefined
Chapter:
[0.5]15.B

Rowspan attribute is used to make a cell span multiple rows. 

True

False

Concept: undefined - undefined
Chapter:
[0.5]15.C

Unordered list type creates a bulleted list.

True

False

Concept: undefined - undefined
Chapter:
[0.5]15.D

HREF Stands for hyper reference. 

True

False

Concept: undefined - undefined
Chapter:
[2]16
[2]16.A

Your best friend emails you and tells you that he/she has created a webpage on an internet site having URL as: www.children.com/india/-abc.html 

Now you want to create a link to this web page from your web page. Write the HTML code to do this. 

Concept: undefined - undefined
Chapter:
OR
[2]16.B
[1]16.B.I

Write HTML code to display Horizontal line of red colour. 

Concept: undefined - undefined
Chapter:
[1]16.B.II

Write HTML Code to create a paragraph whose text colour is blue. 

Concept: undefined - undefined
Chapter:
[2]17
[1]17.A

What is the purpose of HTML forms? 

Concept: undefined - undefined
Chapter:
[1]17.B

Write HTML Code to create a Textbox in an HTML form. 

Concept: undefined - undefined
Chapter:
[2]18
[2]18.A

An incomplete CSS code within <head> ... </head> is given below. Complete this code by filling in the blanks as per the specifications that follow: 

<head>
<style>
body {________ : blue; } <!--line 1 -->
p { 
________: green;         <!--line 2 -->
________: Dotum;         <!--line 3 -->
}
_____                    <!--line 4 -->
{ 
Color : black; 
}
</style>
</head>

Line 1: Page background colour should be Blue.
Line 2: Colour of the Paragraph text should be green.
Line 3: Font family of the Paragraph text should be Dotum.
Line 4: The biggest heading should be black in colour.

Concept: undefined - undefined
Chapter:
OR
[2]18.B

Hemant, a class X Student, is writing HTML code to create ordered and unordered lists for a webpage as follows: 

<html> 
<body bgcolor="yellow">
<h1>My First Heading <_____>   <!-- line 1 -->
<p>
<font color="red" size="5"
   ______="Times New Roman">   <!-- line 2 -->
SOME STATES IN INDIA
</p>
<ul>
<li>DELHI: <______>            <!-- line 3 -->
<li>MUMBAI </li>
<_____>                        <!-- line 4 -->

Based on the above code fill in the blanks given in line 1, line 2, line 3, and line 4 so that Hemant’s webpage displays output correctly? 

Concept: undefined - undefined
Chapter:
[2]19

Differentiate between SMS and MMS in the context of Mobile Technologies.

Concept: undefined - undefined
Chapter: [0.01] Networking
Section - C
[3]20
Advertisements
[1]20.A

The following HTML statement is not written properly. Re-write the correct statement with underlined correction. The desired purpose of the statement is mentioned under it.

<BODY color="red">
<!--Page background color should be red-->
Concept: undefined - undefined
Chapter:
[1]20.B

The following HTML statement is not written properly. Re-write the correct statement with underlined correction. The desired purpose of the statement is mentioned under it. 

<FONT type="arial"> 
<!--Type of Font should be Arial-->
Concept: undefined - undefined
Chapter:
[1]20.C

The following HTML statement is not written properly. Re-write the correct statement with underlined correction. The desired purpose of the statement is mentioned under it.

<img source="img_girl.jpg" size="500" height="600">
<!--Image source should be img_girl.jpg, width and 
height both should be 500-->
Concept: undefined - undefined
Chapter:
[3]21
[1]21.A

Consider the URL: https://www.cbse.gov.in and answer the following question: 

Which component identifies the protocol?

Concept: undefined - undefined
Chapter:
[1]21.B

Consider the URL: https://www.cbse.gov.in and answer the following question: 

What is the significance of "s" in https? 

Concept: undefined - undefined
Chapter:
[1]21.C

Consider the URL: https://www.cbse.gov.in and answer the following question:

Expand the terms URL and WWW?

Concept: undefined - undefined
Chapter:
[3]22
[3]22.A

Write any two ways to add an audio file in a web page using HTML? Explain with sample code. 

Concept: undefined - undefined
Chapter:
OR
[3]22.B

Write any two ways to add a video file in a web page using HTML? Explain with sample code.

Concept: undefined - undefined
Chapter:
[3]23
[1]23.A

Write a suitable HTML statement to display the following text on a webpage:

NH3   

Concept: undefined - undefined
Chapter:
[1]23.B

Write a suitable HTML statement to display the following text on a webpage:

X3

Concept: undefined - undefined
Chapter:
[1]23.C

Write a suitable HTML statement to display the following text on a webpage:

(A+B)3

Concept: undefined - undefined
Chapter:
Section - D
[4]24
[4]24.A

Write the HTML code to design the web page as shown below: 

Concept: undefined - undefined
Chapter:
OR
[4]24.B

Write the HTML code to design the web page as shown below (Table border should be 2, height = 100 and width = 300 with cellpadding = 20): 

Concept: undefined - undefined
Chapter:
Section - E
[4]25

Mr. Anek comes from a village that recently started seeing the digital revolution, and now the people of his village have access to the internet. They can shop online, make payments online, sell online and so on. Anek is also excited with these new changes. He ordered some items online and entered his bank card details on the webpage to make the payment. 

But still after passing of the promised due date, he has not received his ordered items. There is no way to contact the company as phones are unreachable and emails are not being responded. He also noticed after some days that someone is sending emails on his behalf, using his personal data.

Based on the above information answer the following question: 

  1. Mr. Anek is a victim of ______. 
  2. Mr. Anek finds that his personal details are now leaked. This means his ______ is compromised.
  3. While filling out details online, Mr. Anek should have checked ______ in the URL.
  4. This type of incident will be recognized as a case of ______ (Specify the type of crime).
Concept: undefined - undefined
Chapter:
[4]26

Based on the following information, answer the questions which follows:

Shresth was a bright student who excelled in academics and extracurricular activities. He intends to take some quotes and literature from the internet to write an Article for a Newspaper.
  1. Identify the type of ethical issue he will face, in case he copies the work as discussed in the above case study.
  2. Does the above incident described above can be considered as example of IPR (Intellectual Property Rights) Violation?
  3. How can he avoid this ethical issue?
  4. Suggest two netiquettes that Shresth’s classmates must be aware of.
Concept: undefined - undefined
Chapter:

Other Solutions



































Submit Question Paper

Help us maintain new question papers on Shaalaa.com, so we can continue to help students




only jpg, png and pdf files

CBSE previous year question papers Class 10 Computer Applications with solutions 2024 - 2025

     CBSE Class 10 question paper solution is key to score more marks in final exams. Students who have used our past year paper solution have significantly improved in speed and boosted their confidence to solve any question in the examination. Our CBSE Class 10 question paper 2025 serve as a catalyst to prepare for your Computer Applications board examination.
     Previous year Question paper for CBSE Class 10 -2025 is solved by experts. Solved question papers gives you the chance to check yourself after your mock test.
     By referring the question paper Solutions for Computer Applications, you can scale your preparation level and work on your weak areas. It will also help the candidates in developing the time-management skills. Practice makes perfect, and there is no better way to practice than to attempt previous year question paper solutions of CBSE Class 10.

How CBSE Class 10 Question Paper solutions Help Students ?
• Question paper solutions for Computer Applications will helps students to prepare for exam.
• Question paper with answer will boost students confidence in exam time and also give you an idea About the important questions and topics to be prepared for the board exam.
• For finding solution of question papers no need to refer so multiple sources like textbook or guides.
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×
Our website is made possible by ad-free subscriptions or displaying online advertisements to our visitors.
If you don't like ads you can support us by buying an ad-free subscription or please consider supporting us by disabling your ad blocker. Thank you.