CBSE Class 10 CA 165 Sample QP 2021-22 Term 2 with Solution

If you are searching for CBSE Class 10 Computer Applications Code 165 Sample Question Paper 2021-22 Term 2 with Solution, you are at the right place. This 25 marks Computer Application Sample Question Paper is based on the official CBSE Term 2 exam pattern and is specially designed according to the reduced syllabus guidelines of the 2021-22 session. By practicing the CBSE Class 10 CA 165 Term 2 solved sample paper 2021-22 (25 Marks), students can clearly understand the marking scheme, types of subjective questions, and important topics such as HTML, Cyber Ethics, and Networking.

CBSE Class 10 CA 165 Sample QP 2021-22 Term 2 with Solution

CBSE Class 10 Computer Applications (Code 165) 2021-22 Term 2 Sample Question Paper with detailed complete solution is written in simple and easy language for better understanding. Solving this paper helps students improve answer presentation, manage time effectively during exams, and gain confidence before the CBSE board examination. Download the latest CBSE Class 10 CA 165 Term 2 solved sample paper 2021-22 PDF and start your focused preparation today.

CBSE Class 10 CA 165 Sample QP 2021-22 Term 2 with Solution

You can download the free PDF of Class 10 Computer Application Code 165 Sample Pre-board Question Papers from our website and start practicing today. Download Link available in last.

The Year-Wise CBSE Class 10 Computer Application (Code 165) Pre-Board and Sample Question Papers with Solutions are provided at the bottom of this post.

CBSE Class 10 CA 165 Sample Question Paper Session (2021-22) Term 2

CBSE | DEPARTMENT OF SKILL EDUCATION
COMPUTER APPLICATION (SUBJECT CODE - 165)
Sample Question Paper (SQP) Solution for Class X (Session 2021-2022)

Max. Time: 2 Hours
Max. Marks: 25

General Instructions:

  1. The Question Paper contains three sections A, B and C. Each section is compulsory.
  2. Section A has 4 questions of short answer type. Each question is of 2 marks. Internal choice is provided in 1 question.
  3. Section B has 3 questions of Long Answer Type-I (LA-I). Each question is of 3 marks. Internal choice is provided in 1 question.
  4. Section C has 2 questions of Long Answer Type-II (LA-II). Each question is of 4 marks.
SECTION A (Total 08 Marks)
This section has 4 questions of short answer type. Each question is of 2 marks. Internal choice is provided in 1 question

Q1. Write suitable HTML Code to Embed audio and video in a webpage.
Ans: HTML Code for Embedding Audio:
<audio controls><source src="AudioFile.mp3"></Audio>
HTML Code for Embedding Video:
<video controls><source src="VideoFile.mp4"></video>

Q2. What do you understand by the term URL? How is it different from an email address?
Ans: URL stands for Uniform Resource Locator. It is basically a web address that identifies a resource on the internet. An email address is an account on a mail server. The main difference is that an email address contains an ‘@’ sign whereas a URL never has it. An email address does not start with a www.

OR

What do you understand by a newsgroup? How is it different from a blog?
Ans: A newsgroup is an online discussion group on the Internet. It is created for a specific topic, like cyber safety. People can join the group and post their messages, questions, or opinions related to that topic. Anyone who is interested can take part in the discussion.
A blog is like a personal website where a person or a group writes about topics they like, such as sports, culture, or technology. It is usually owned and controlled by one person. Other people can read the posts and write comments, but only if the blog owner allows them.

Q3. What is a Hypertext link? Give the name and the syntax for the HTML tag which is used for creating a Hypertext Link.
Ans: A Hypertext Link (or Hyperlink) is a clickable text or image on a webpage that takes the user to another webpage, document, or location when clicked.
Tag Name: <a> (Anchor Tag)
Syntax: <a href="https://www.learncse.in">Visit LearnCSE Website</a>

Q4. Rohit, a student of Class X, wants to represent a table in webpage but he is unaware about the table tags. Explain him the role of <tr> and <td> tag. Write HTML code of a table and show the use of <tr> and <td> tag.
Ans: 
<tr> Tag<td> Tag
<tr> stands for Table Row.<td> stands for Table Data.
It is used to create a new row in a table.It is used to insert data (content) inside a row of the table.
HTML Code:
<table border="1">
    <tr>
        <td>Name</td>
        <td>Class</td>
        <td>Roll No</td>
    </tr>
    <tr>
        <td>Rohit</td>
        <td>X</td>
        <td>12</td>
    </tr>
    <tr>
        <td>Anjali</td>
        <td>X</td>
        <td>15</td>
    </tr>
</table>

SECTION B (Total 09 Marks)
This section has 3 questions of Long Answer Type-I (LA-I). Each question is of 3 marks. Internal choice is provided in 1 question.

Q5. Define Internet and write its two uses in our daily life. How is it different from the World Wide Web (www).
Ans: Internet is a worldwide network that connects millions of computers and devices together. It allows us to share information and communicate with people easily and quickly. The Internet works using a set of rules called TCP/IP (Internet Protocol).
Two Uses of Internet in Daily Life:
(i) For Education: We can visit educational websites like Khan Academy to study and learn new topics.
(ii) For Communication: We can send and receive emails using email services like Gmail.
Difference Between Internet and World Wide Web (www):
The Internet is the main network that connects computers all over the world.
The World Wide Web (www) is a service that works on the Internet and allows us to open and view websites using a web browser.

Q6. What is e-learning? Explain any two merits of e-learning.
Ans: E-learning is a method of learning that uses electronic devices like computers, laptops, and the Internet. Students can study through online classes, videos, and digital study materials.
Two Merits of E-Learning:
(i) Learn Anytime, Anywhere: Students can study from home or any place at their convenient time.
(ii) Saves Time and Money: There is no need to travel to school or coaching centers, which saves both time and expenses.

Q7. "A web browser is different from a web server". Explain any two differences in web browser and web server with suitable example of each.
Ans:
Web Browser Web Server
A web browser is a software used to open and view websites. A web server is a computer or software that stores and provides websites.
It works on the user's device (client side). It works on the server side and sends web pages to the browser.
Example: Google Chrome, Mozilla Firefox Example: Apache Server, Microsoft IIS

OR

Explain any two differences between 3G and 4G mobile technologies.
Ans:
3G (Third Generation) 4G (Fourth Generation)
3G offers slower internet speed. 4G provides much faster internet speed.
Speed is usually up to 2 Mbps. Speed can go up to 100 Mbps or more.
Mainly used for voice calls and basic browsing. Supports HD video streaming and online gaming smoothly.
Has higher latency (more delay). Has lower latency (less delay and faster response).

SECTION C (Total 08 Marks)
This section has 2 questions of Long Answer Type-II (LA-II). Each question is of 4 marks. Question-9 is of case-based type.

Q8. Read the case study given below and attempt any 4 sub-questions (out of 5). Each sub-question carries 1 mark.
Mr. Harish, an accountant, works in an IT firm and due to the pandemic, has been asked to work from home. He has set up his online office at his home. He has purchased a laptop, web camera and other accessories. Now he has started working from home and performs his various duties online.

(i) Mr. Harish wants to hold an online meeting with the company’s client such that he can interact as well as see them. Which web service should he avail?
Ans: Mr. Harish should use Video Conferencing service.
Examples of Video Conferencing Services: Zoom, Google Meet, Microsoft Teams, Skype etc.

(ii) Mr. Pritish sends an email to Harish requesting him to prepare the balance sheet. Which network protocol is involved during this email communication?
Ans: SMTP (Simple Mail Transfer Protocol) and POP (Post Office Protocol)

(iii) The company’s financial head needs to send some high security documents to Mr. Harish. He uses an application which supports the _______ protocol.
Ans: SSH (Secure Shell)

(iv) In order to gather some information on latest accounting trends, Mr. Harish has to do some research. He can do this by locating sites online using a _______.
Ans: Search engine / web browser

(v) Joseph, the company secretary sends a link to Mr. Harish which contains important company files. What should he do in order to access the files?
Ans: Download the files from the link

Q9. Write the HTML code to design the web page as shown below, considering the specifications as given below. Students can write code for any 4 specifications out of the given 5 specifications.

CBSE-Class-10-CA-165-SQP-2021-22-T2-Download-with-Solution-Q9

Specification 1: The HTML code structure should be proper. Heading 'HTML TABLE' should be the first level of heading and Background color of the page should be LightCyan.
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 4 rows and 4 columns. The data in each cell should be as shown in the above table.
Specification 4: Attribute rowspan should be used wherever required.
Specification 5: Attribute colspan should be used wherever required.
Ans:
<html>
<head>
    <title>HTML TABLE</title>
</head>
<body bgcolor="LightCyan">
    <h1>HTML TABLE</h1>
    <table border="1">
        <tr>
            <th>Roll Number</th>
            <th>First Name</th>
            <th>Last Name</th>
            <th>Class</th>
        </tr>
        <tr>
            <td>1</td>
            <td>FN1</td>
            <td>LN1</td>
            <td>12th</td>
        </tr>
        <tr>
            <td>2</td>
            <td>FN2</td>
            <td>LN2</td>
            <td rowspan="2">11th</td>
        </tr>
        <tr>
            <td>3</td>
            <td colspan="2">FN3 LN3</td>
        </tr>
    </table>
</body>
</html>

Download Now - CBSE Class 10 CA 165 Sample Question Paper (SQP) 2021-22 Term 2 with Solution

CBSE-Class-10-CA-165-Sample-Question-Paper-Download-with-Solution

Year wise Pre-Board and CBSE Sample Question Papers with Complete Solution – Class 10 Computer Application (Code 165)

CBSE Class 10 CA 165 Sample QP 2026-27 with Solution

CBSE Class 10 CA 165 Sample QP 2025-26 with Solution

CBSE Class 10 CA 165 Sample QP 2024-25 with Solution

CBSE Class 10 CA 165 Additional Sample QP 2023-24 with Solution

CBSE Class 10 CA 165 Sample QP 2023-24 with Solution

CBSE Class 10 CA 165 Sample QP 2022-23 with Solution

CBSE Class 10 CA 165 Sample QP 2021-22 Term 2 with Solution

CBSE Class 10 CA 165 Sample QP 2021-22 Term 1 with Solution

CBSE Class 10 CA 165 Sample QP 2020-21 with Solution

CBSE Class 10 CA 165 Sample QP 2019-20 with Solution

Post a Comment

Previous Post Next Post