English Medium
Academic Year: 2025-2026
Date: मार्च 2026
Advertisements
General Instructions:
- This Question Paper has 5 Sections A-E.
- All Questions are compulsory. However, internal choices have been provided in some of the questions.
- Section A has 12 questions carrying 01 mark each.
- Section B has 7 Short Answer (SA-I) type questions carrying 02 marks each.
- Section C has 4 Short Answer (SA-II) type questions carrying 03 marks each.
- Section D has 1 Long Answer (LA) type question carrying 04 marks.
- Section E has 2 Source based / Case-based / Passage based Questions carrying 04 marks each.
Which of the following is NOT a web service?
Sending an email via a webmail client
Making online transactions through a banking portal
Sharing files through Bluetooth
Conducting online classes for students
Chapter:
What does TCP/IP stands for?
Transmission Control Program/Internet Protocol
Transfer Control Program/Internet Protocol
Transfer Control Protocol/Internet Provider
Transmission Control Protocol/Internet Protocol
Chapter:
Information retrieval refers to the process of ______.
Locating and accessing information through search engines.
Sending and receiving emails using different email protocols.
Transferring files from one device to another using protocols.
Fetching web pages from a server.
Chapter:
Which of the following is an attribute of the <body> tag?
vlink
face
color
font-size
Chapter:
In HTML, the bgcolor attribute is used to ______.
Set the background color of the webpage.
Set the text color of the webpage.
Set the background image of the webpage.
Set the background text of the webpage.
Chapter:
Which of the following is the use of VoIP technology?
Transmitting multimedia content over the internet.
Sending and receiving emails.
Making voice calls over the internet.
Hosting websites on servers.
Chapter:
Which of the following best describes the main responsibility of a web server?
Storing files on a local device.
Transmitting data across the internet.
Hosting websites and delivering content to web browsers.
Encrypting files to ensure secure transfer.
Chapter:
The digital divide refers to ______.
The difference in privacy laws across different countries.
The gap between those who have access to digital devices and those who do not.
The issue of intellectual property rights in the digital world.
The security measures taken to protect digital transactions in e-commerce.
Chapter:
Which of the following is a characteristic of open-source software?
It is free of cost and can be modified by anyone.
It is free of cost, but cannot be modified.
It requires a fee for usage and modification.
It is available for purchase and cannot be shared.
Chapter:
Rahul wants to access another computer system remotely. Which protocol should he use?
SMTP
POP3
HTTP
TELNET
Chapter:
Assertion (A): FTP is used for transferring files over a network.
Reason (R): FTP encrypts all file transfers for secure communication.
Both A and R are True, and R correctly explains A.
Both A and R are True, but R does not correctly explain A.
A is True, but R is False.
A is False, but R is True.
Chapter:
Assertion (A): When we enter the URL of a website in the address bar, the web browser retrieves the web page from a web server.
Reason (R): The web browser uses the HTTP protocol to interact with web servers and retrieve web pages.
Both A and R are True, and R correctly explains A.
Both A and R are True, but R does not correctly explain A.
A is True, but R is False.
A is False, but R is True.
Chapter:
Write the syntax for writing comments in an HTML page.
Chapter:
Sanaya, a Class X student, enjoys learning through online platforms. What is this approach of studying called? Mention any two advantages of using this approach.
Chapter:
Advertisements
What do you understand by the term web-address?
Chapter:
Differentiate between a Web Address and an Email Address. Write an example of each to illustrate the difference.
Chapter:
Aarav is designing a webpage and wants to set the background color and text color. Write code to achieve this using HTML attributes.
Chapter:
Explain the purpose of the rowspan attribute in an HTML table.
Chapter:
Explain the purpose of the colspan attribute in an HTML table.
Chapter:
Provide an example of the rowspan attribute in an HTML table.
Chapter:
Provide an example of the colspan attribute in an HTML table.
Chapter:
Shruti wants to create a numbered list on her webpage. Explain the purpose of the type and start attributes in the <ol> tag with an example.
Chapter:
What is the purpose of Hyper-link in an HTML Page?
Chapter:
Explain the use of the href attribute with an example.
Chapter:
An incomplete HTML code of a webpage is given below. Fill in the empty spaces in the <style> tag to meet the specifications given.
<html><head>
<title>CSS Demo</title>
<style>
body {
______: Yellow;
}
h1 {
______: red;
______: Arial
}
p {
______: 16px;
}
</style> </head> <body>
<h1>Welcome to My Webpage</h1>
<p>This page demonstrate CSS styling.</p> </body> </html>
Specifications
- Set the background color of the webpage to yellow.
- The heading (<h1>) should have a Red color and use the Arial font.
- The paragraph text (<p>) should have a font size of 16px.
Chapter:
Nisha, a Class X student, is designing an HTML page to display a description list and an ordered list for her project. She writes the following code:
<html><body bgcolor="lightgrey"> <h2>Indian Cities</h2><dl><dt>Mumbai</dt><dd>The City of Dreams</dd> <dt>Kolkata</dt>______<!--line 1--></dl><p>Popular Cities in India:</p><ol type="______" start="______"><!--line 2--><li>Delhi</li><li>Mumbai</li>______<!--line 3--></ol> </body> </html>
Based on the above code, fill in the blanks in line 1, line 2, and line 3 as per specifications given below.
- In line 1, add the description “The City of Joy” for Kolkata.
- In line 2, specify the type of ordered list as Roman numerals and set the starting value as 5.
- In line 3, add the name of another city, Chennai as the third list item.
Chapter:
Ravi is trying to make an online payment on an e-commerce website. He sees that the website’s URL starts with “http”. Should he continue with the payment? Give reasons to support your answer.
Chapter:
Advertisements
The following HTML statement contains errors. Rewrite the correct version of the statement with underlined corrections, following the given specification:
<A href=https://www.education.gov.in/cacolor="purple">Click Here</A>
Specification: The color of the hyperlink when it's clicked should be pink.
Chapter:
The following HTML statement contains errors. Rewrite the correct version of the statement with underlined corrections, following the given specification:
<TITLE font="16px">My Webpage</TITLE>
Specification: The webpage title should be ‘My Webpage’ without any font-related attributes.
Chapter:
The following HTML statement contains errors. Rewrite the correct version of the statement with underlined corrections, following the given specification:
<FONT type=arial size=12>Welcome to my website!</FONT>
Specification: The text should use the Arial font, size 12.
Chapter:
Suchita is examining a URL https://www.data.gov.in/ and has a few questions. Help her by providing answers to the following questions.
- Which part of the URL represents the protocol?
- What is the meaning of “s” in https?
- What do the abbreviations URL and WWW stand for?
Chapter:
Write suitable HTML Code to Embed audio in a webpage.
Chapter:
Write suitable HTML Code to Embed a video in a webpage.
Chapter:
Write the HTML code to create a hyperlink that refers to an external website in a webpage.
Chapter:
Raghav wants to add the following text to a webpage. Help him by writing the suitable HTML statement for the following:
CO2
Chapter:
Raghav wants to add the following text to a webpage. Help him by writing the suitable HTML statement for the following:
(X + Y)2
Chapter:
Raghav wants to add the following text to a webpage. Help him by writing the suitable HTML statement for the following:
A4
Chapter:
Write the HTML code to design the web page as shown below, considering the specifications as given below.

Specification 1: The HTML code structure should be proper. Heading ‘Class Timetable’ should be the second level of heading and Background color of the page should be LightGreen.
Specification 2: The value of the table border attribute should be 1. Table header tag should be used wherever required.
Specification 3: The table should exactly contain 3 rows and 3 columns. The data in each cell should be as shown in the above table.
Specification 4: Attribute colspan should be used wherever required.
Chapter:
- Which HTML tag is used for inserting an image on a webpage.
- Rahul wants to display an image 'logo.jpg' on a webpage. Write the HTML command he should use to insert the image.
- On the same webpage, Rahul wants to create a link to another webpage ‘aboutus.html’ when the image is clicked. Write the HTML command he should use.
- Explain the use of the “alt” attribute in the HTML image tag.
Chapter:
| Mr. Ravi recently bought a new smartphone and began exploring online platforms. He decided to book a train ticket to visit his hometown and searched for a booking website which looks very much like the original website. After entering his personal and payment details, he noticed that money had been deducted from his account, but he didn’t receive any booking confirmation. He then realized that he has been a victim of fraud. |
Based on the above information, answer the following questions:
- What kind of fraud is Mr. Ravi a victim of?
- Which sensitive information may have been exposed due to the fraudulent activity?
- What should Mr. Ravi have checked in the URL before entering his details online?
- What steps can Mr. Ravi take to protect his financial information in the future?
Chapter:
| Meera is a creative student who loves to design posters for her school events. While preparing a poster for a cultural festival, she downloaded images and content from the internet without seeking permission or giving credit to the original creators. |
Based on the above information, answer the following questions:
- Can this incident be considered a violation of Intellectual Property Rights (IPR)? Why or why not?
- Mention the type of Intellectual Property Rights violation committed by Meera.
- How can Meera avoid this ethical issue while preparing her poster?
- Suggest any two netiquettes that Meera’s classmates should follow when using online resources.
Chapter:
Other Solutions
Submit Question Paper
Help us maintain new question papers on Shaalaa.com, so we can continue to help studentsonly jpg, png and pdf files
CBSE previous year question papers Class 10 Computer Applications with solutions 2025 - 2026
Previous year Question paper for CBSE Class 10 -2026 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.
