English Medium
Academic Year: 2025-2026
Date & Time: 27th March 2026, 10:30 am
Duration: 2h
Advertisements
General Instructions:
Please read the instructions carefully.
- This question paper has 5 Sections: Sections A, B, C, D, Е.
- All questions are compulsory. However, internal choices have been provided in some of the questions.
- Section A has 12 questions carrying 1 mark each.
- Section B has 7 Very Short Answer (VSA) type questions carrying 2 marks each.
- Section C has 4 Short Answer (SA) type questions carrying 3 marks each.
- Section D has 1 Long Answer (LA) type question carrying 4 marks.
- Section E has 2 Source-based/Case-based/Passage-based questions carrying 4 marks each.
What is Internet?
A type of computer software.
A global network of interconnected computer networks.
A local area network in a school.
A type of computer hardware.
Chapter:
What is the primary purpose of the TСР/ІР?
To manage web pages.
To store emails on the server.
To define how data is transmitted over the Internet.
To secure websites using encryption.
Chapter:
Which heading tag represents the smallest heading size in HTML?
<h1>
<h3>
<h5>
<h6>
Chapter:
In any email address, the username and the domain name are separated by ______ symbol.
$
@
#
%
Chapter:
Which of the following refers to the rules that enable computers to communicate over a network?
Browser
e-Banking
Protocol
Text Editor
Chapter:
In the POP3 protocol, what does the number “3” signify?
It represents three computers involved.
It stands for the year 2003.
It refers to three main servers used in email delivery.
It indicates the third version of the Post Office Protocol.
Chapter:
Which of the following is not a valid type of list in HTML?
Description list
Ordered list
Detail list
Unordered list
Chapter:
Ajay, a computer engineer, generally uses his laptop to remotely access customers’ computers in order to diagnose problems in their computer. Which protocol is being used for this purpose?
FTР
SMS
SMТР
TELNET
Chapter:
What is World Wide Web?
A network hardware
Software to manage data
System of interlinked webpages
Web server
Chapter:
What is the purpose of the start attribute in the <01>tag?
To change the type of bullets
To specify the total number of items in the list
To create a list within another list
To set the starting number of the list
Chapter:
Assertion (A): Blogs are an effective way for individuals to share their thoughts, knowledge, and experiences online.
Reason (R): Only professional web developers can create and maintain blogs.
Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of the Assertion (A).
Both Assertion (A) and Reason (R) are true, but Reason (R) is not the correct explanation of the Assertion (A).
Assertion (A) is true, but Reason (R) is false.
Assertion (A) is false, but Reason (R) is true.
Chapter:
Assertion (A): The <img> tag will display an image even if the src attribute is not specified.
Reason (R): The src attribute provides the path to the image file, which is essential for the browser to locate and display the image.
Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of the Assertion (A).
Both Assertion (A) and Reason (R) are true, but Reason (R) is not the correct explanation of the Assertion (A).
Assertion (A) is true, but Reason (R) is false.
Assertion (A) is false, but Reason (R) is true.
Chapter:
Advertisements
Differentiate between a tag and an attribute in HTML with the help of a suitable example.
Chapter:
What is the purpose of <DT> and <DD> tags in a description list?
Chapter:
Sonal has been given an incomplete HTML code. Help her to complete the code by filling in the blanks as per the mentioned specifications:
<html>
<head>
<style>
p {
______ : Green; /* Line 1 */
______ : 12px; /* Line 2 */
______ : center; /* Line 3 */
color: yellow;
}
______ { /* Line 4 */
width: 50%
}
</style>
</head>
<body>
<p> Saving the environment is crucial for a healthier Earth </p>
<hr>
</body>
</html>
- Line 1: The background color of the paragraph should be Green.
- Line 2: The font size of the paragraph text should be 12.
- Line 3: The alignment of the paragraph text should be center.
- Line 4: The width of the horizontal ruler should be 50%.
Chapter:
Refer to the incomplete HTML code given below and complete the code based on the specifications provided.
<html>
<head>
______ </head> <!-- Line 1 -->
<body>
<h1>My Favourite Fruits<h1>
<ol ______ ="I" ______ ="3"> <!-- Line 2 & 3 -->
______ <!-- Line 4 -->
<li>Banana</li>
</ol>
</body>
</html>
Complete this code by filling in the blanks as per the specifications that follow:
- Line 1: Set the web page title to ‘About Me’.
- Line 2: The ordered list should use uppercase Roman numerals for numbering.
- Line 3: The list should begin with Roman numeral III.
- Line 4: The first list item should be ‘Apple’.
Chapter:
Mention one difference between e-Banking and e-Shopping.
Chapter:
Advertisements
The following HTML statements are not written properly. Rewrite the correct statements with underlined corrections. The desired purpose of each statement is mentioned under it.
<a link="https://ncert.nic.in">Click here</a>
<!- - The link should navigate to https://ncert.nic.in-->-
<ul type="O"><!-- The list should use hollow circle as bullet. - -> <font color=Arial size=5>My Webpage</font><!-- The font should be Arial, and the size of the font should be 5. - ->
Chapter:
How does SFTP differ from FTP for transferring files?
Chapter:
Ravi has designed a vibrant web page filled with colourful images and festive text to celebrate his friend’s graduation. Help him by writing suitable HTML tag(s) to add a celebratory video to his web page as per the specification given below:
- Name of the video file is celebration.mp4.
- The video controls (Play, Pause, Volume, etc.) should be visible.
- The video should automatically start playing when the web page loads.
Chapter:
Write the appropriate HTML tag with the correct attributes to achieve the following requirements:
The links that have not been visited should appear in blue. The links that have already been visited should appear in purple.
Chapter:
Write a suitable HTML statement to display the following text on a webpage:
H2O
Chapter:
Write a suitable HTML statement to display the following text on a webpage:
E=mc²
Chapter:
Write HTML code to create a hyperlink for sending an email to “[email protected]. in” when the user clicks on the text ‘HELP’.
Chapter:
Write the HTML code to design the webpage with the form as shown below:

Please note the following specifications while writing the code:
- Specification 1: The text “Flight Reservation Form” should be in heading level 3.
- Specification 2: There should be a text box to accept name of the passenger.
- Specification 3: Two radio buttons to choose the seat type (Economy or Business) as shown above. Economy should be the default selected radio button.
- Specification 4: Passenger’s category to be chosen from a combo box having options as Child, Adult, and Senior Citizen.
Chapter:
Write the HTML code to design the web page as shown below, considering the given specifications:

- Specification 1: The webpage code should follow the correct HTML structure. “My Schedule” should be displayed using the first-level heading, and the background colour of the page should be light yellow.
- Specification 2: Use the table header tag for the column headers.
- Specification 3: The table should have exactly 4 rows and 4 columns, with the first row displaying the table header and the remaining rows for student data, as shown above.
- Specification 4: The table should use rowspan and colspan, wherever required, as shown in the given table.
Chapter:
Dr. Chitra is a Computer Science Professor at a University and was working on a research paper since last few months. She recently submitted her paper to a publication house. A few months after publishing her paper, she found that another researcher has published a similar paper in a different journal, using some portions of her work without giving her credit.
Dr. Chitra is upset and wants to take legal action.
- Based on the above information, answer the following questions:
- Are netiquettes being followed in the given scenario? Justify your answer.
- The act of using someone’s work as your own is known as ______.
- Which type of intellectual property law was violated by the other researcher by publishing Dr. Chitra’s work without consent?
- Suggest any one way to prevent intellectual property law violation in the context of academic research.
Chapter:
- Unequal access to digital technology is called ______.
- Mention any one reason for this unequal access to technology.
- Mention any one initiative the government can take to reduce this unequal access.
- How does limited access to the Internet affect children in terms of education and opportunities?
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.
