Class 10 Exam  >  Class 10 Notes  >  CBSE Sample Papers For Class 10  >  Class 10 Computer Application: CBSE (Official) Marking Scheme with Solutions- Term II (2021-22)

Class 10 Computer Application: CBSE (Official) Marking Scheme with Solutions- Term II (2021-22) | CBSE Sample Papers For Class 10 PDF Download

Download, print and study this document offline
Please wait while the PDF view is loading
 Page 1


Marking Scheme 
Class: X Session: 2021-22 
Computer Applications (Code 165) 
 
Maximum Marks: 25                       Time Allowed: 02 Hours                                                                                                                          
 
Q No. Section-A  Marks  
1 HTML Code for Embedding Video :  
<video controls><source src="VideoFile.mp4"></video> 
HTML Code for Embedding Audio :  
<audio controls><source src="AudioFile.mp3"></Audio> 
 
1 mark for code of Embedding Video 
1 mark for code of Embedding Audio 
2 
2 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.  
 
1 mark for correct definition of URL.  
1 mark for correct difference  
                                                                      OR 
A newsgroup is an Internet-based discussion group. It is organized around a 
particular topic, eg cyber safety. People can post messages on the group 
regarding the topic. Anyone can join a discussion group 
A blog is more like a website where an individual or group of people write about 
anything that interests them eg, sports, culture etc. It is usually owned by an 
individual and we can only post comments on a blog if it is allowed to do so. 
 
1 mark for correct definition of newsgroup.  
1 mark for correct difference 
2 
3 Hyperlink allows us to link HTML elements (text and/or image) to another 
document or new section within the current document. 
Name : anchor tag, Syntax <a href="Link Address">Hyperlink Text</a> 
 
1/2 mark for correct definition. 
1/2 mark for correct name of tag 
1 mark for correct syntax 
2 
4 <tr> : defines table row.   
<td> : defines table data/cell. 
 
2 
Page 2


Marking Scheme 
Class: X Session: 2021-22 
Computer Applications (Code 165) 
 
Maximum Marks: 25                       Time Allowed: 02 Hours                                                                                                                          
 
Q No. Section-A  Marks  
1 HTML Code for Embedding Video :  
<video controls><source src="VideoFile.mp4"></video> 
HTML Code for Embedding Audio :  
<audio controls><source src="AudioFile.mp3"></Audio> 
 
1 mark for code of Embedding Video 
1 mark for code of Embedding Audio 
2 
2 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.  
 
1 mark for correct definition of URL.  
1 mark for correct difference  
                                                                      OR 
A newsgroup is an Internet-based discussion group. It is organized around a 
particular topic, eg cyber safety. People can post messages on the group 
regarding the topic. Anyone can join a discussion group 
A blog is more like a website where an individual or group of people write about 
anything that interests them eg, sports, culture etc. It is usually owned by an 
individual and we can only post comments on a blog if it is allowed to do so. 
 
1 mark for correct definition of newsgroup.  
1 mark for correct difference 
2 
3 Hyperlink allows us to link HTML elements (text and/or image) to another 
document or new section within the current document. 
Name : anchor tag, Syntax <a href="Link Address">Hyperlink Text</a> 
 
1/2 mark for correct definition. 
1/2 mark for correct name of tag 
1 mark for correct syntax 
2 
4 <tr> : defines table row.   
<td> : defines table data/cell. 
 
2 
HTML Code 
<table> 
<tr> 
<td>1</td> 
<td>Ajay</td> 
<td>Arts</td> 
</tr> 
<tr> 
<td>2</td> 
<td>Vijay</td> 
<td>Commerce</td> 
</tr> 
</table> 
 
1 mark for the correct role 
1 mark each for correct HTML Code 
   
Q No. Section-B  Marks 
5 Internet is a world-wide network of interconnected computer networks and other 
devices. It provides us with a very easy, fast and convenient way to access any 
type of information. It uses the standard Internet Protocol (TCP/IP). 
Two uses: 
1. To access any educational site example : khan academy. 
2. To send and receive emails using an email service.  
 
The world wide web, or web for short, are the pages you see when you're at a 
device and you're online whereas the internet is the network of connected 
computers that the web works on. 
 
1 mark for correct definition of Internet 
1 mark for uses 
1 mark for the difference between www and Internet 
3 
6 E learning can be defined as a learning system which makes use of electronic 
resources mainly computers and the internet. It encompasses everything from 
traditional classrooms that incorporate basic technology to online schools and 
universities. 
Merits 
Since in e learning teachers use technology to teach, it is highly engaging. 
Students can learn anywhere, anytime according to their convenience thus 
saving a lot of time and money. 
 
1 mark for correct definition  
1 mark each for two merits 
3 
Page 3


Marking Scheme 
Class: X Session: 2021-22 
Computer Applications (Code 165) 
 
Maximum Marks: 25                       Time Allowed: 02 Hours                                                                                                                          
 
Q No. Section-A  Marks  
1 HTML Code for Embedding Video :  
<video controls><source src="VideoFile.mp4"></video> 
HTML Code for Embedding Audio :  
<audio controls><source src="AudioFile.mp3"></Audio> 
 
1 mark for code of Embedding Video 
1 mark for code of Embedding Audio 
2 
2 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.  
 
1 mark for correct definition of URL.  
1 mark for correct difference  
                                                                      OR 
A newsgroup is an Internet-based discussion group. It is organized around a 
particular topic, eg cyber safety. People can post messages on the group 
regarding the topic. Anyone can join a discussion group 
A blog is more like a website where an individual or group of people write about 
anything that interests them eg, sports, culture etc. It is usually owned by an 
individual and we can only post comments on a blog if it is allowed to do so. 
 
1 mark for correct definition of newsgroup.  
1 mark for correct difference 
2 
3 Hyperlink allows us to link HTML elements (text and/or image) to another 
document or new section within the current document. 
Name : anchor tag, Syntax <a href="Link Address">Hyperlink Text</a> 
 
1/2 mark for correct definition. 
1/2 mark for correct name of tag 
1 mark for correct syntax 
2 
4 <tr> : defines table row.   
<td> : defines table data/cell. 
 
2 
HTML Code 
<table> 
<tr> 
<td>1</td> 
<td>Ajay</td> 
<td>Arts</td> 
</tr> 
<tr> 
<td>2</td> 
<td>Vijay</td> 
<td>Commerce</td> 
</tr> 
</table> 
 
1 mark for the correct role 
1 mark each for correct HTML Code 
   
Q No. Section-B  Marks 
5 Internet is a world-wide network of interconnected computer networks and other 
devices. It provides us with a very easy, fast and convenient way to access any 
type of information. It uses the standard Internet Protocol (TCP/IP). 
Two uses: 
1. To access any educational site example : khan academy. 
2. To send and receive emails using an email service.  
 
The world wide web, or web for short, are the pages you see when you're at a 
device and you're online whereas the internet is the network of connected 
computers that the web works on. 
 
1 mark for correct definition of Internet 
1 mark for uses 
1 mark for the difference between www and Internet 
3 
6 E learning can be defined as a learning system which makes use of electronic 
resources mainly computers and the internet. It encompasses everything from 
traditional classrooms that incorporate basic technology to online schools and 
universities. 
Merits 
Since in e learning teachers use technology to teach, it is highly engaging. 
Students can learn anywhere, anytime according to their convenience thus 
saving a lot of time and money. 
 
1 mark for correct definition  
1 mark each for two merits 
3 
7 A Web Browser is a software that can be used to browse and display pages 
available over internet whereas a web server is a software which provides these 
documents when requested by web browsers.  
A web browser sends request to web servers for web services etc. and a web 
server responds to these requests by providing the required documents.  
Google chrome is an example of a web browser whereas Apache server is an 
example of a web server.  
 
1 mark for each correct difference. 
1 mark for correct example of web browser and web server 
 
OR 
 
The main difference between a 3G and 4G mobile technology is the speed 
3G, the 3rd generation of 
wireless mobile 
telecommunications tech 
4G is the 4th generation of broadband cellular 
network technology, succeeding 3G. 
A typical 3G phone can 
download files at a 
maximum speed of up to 
21Mbps. 
4G phone can download files  at speeds of 
upto 1GBps 
 
1.5 mark for each correct difference 
3 
   
Q No. Section-C  Marks  
8 (i) Video conferencing such as Skype, Zoom etc 
1 mark for correct answer 
1 
8 (ii) SMTP(Simple Mail Transfer Protocol) and POP(Post Office Protocol) 
1 mark for correct answer 
1 
8 (iii) SSH(Secure Shell) 
1 mark for correct answer 
1 
8 (iv) Search engine / web browser 
1 mark for correct answer 
1 
8 (v) Download the files from the link 
1 mark for correct answer 
1 
   
9 <html> 
<head> 
</head> 
<body bgcolor="LightCyan"> 
 
<h1>HTML TABLE</h1> 
 
<table border="1"> 
  <tr> 
4 
Page 4


Marking Scheme 
Class: X Session: 2021-22 
Computer Applications (Code 165) 
 
Maximum Marks: 25                       Time Allowed: 02 Hours                                                                                                                          
 
Q No. Section-A  Marks  
1 HTML Code for Embedding Video :  
<video controls><source src="VideoFile.mp4"></video> 
HTML Code for Embedding Audio :  
<audio controls><source src="AudioFile.mp3"></Audio> 
 
1 mark for code of Embedding Video 
1 mark for code of Embedding Audio 
2 
2 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.  
 
1 mark for correct definition of URL.  
1 mark for correct difference  
                                                                      OR 
A newsgroup is an Internet-based discussion group. It is organized around a 
particular topic, eg cyber safety. People can post messages on the group 
regarding the topic. Anyone can join a discussion group 
A blog is more like a website where an individual or group of people write about 
anything that interests them eg, sports, culture etc. It is usually owned by an 
individual and we can only post comments on a blog if it is allowed to do so. 
 
1 mark for correct definition of newsgroup.  
1 mark for correct difference 
2 
3 Hyperlink allows us to link HTML elements (text and/or image) to another 
document or new section within the current document. 
Name : anchor tag, Syntax <a href="Link Address">Hyperlink Text</a> 
 
1/2 mark for correct definition. 
1/2 mark for correct name of tag 
1 mark for correct syntax 
2 
4 <tr> : defines table row.   
<td> : defines table data/cell. 
 
2 
HTML Code 
<table> 
<tr> 
<td>1</td> 
<td>Ajay</td> 
<td>Arts</td> 
</tr> 
<tr> 
<td>2</td> 
<td>Vijay</td> 
<td>Commerce</td> 
</tr> 
</table> 
 
1 mark for the correct role 
1 mark each for correct HTML Code 
   
Q No. Section-B  Marks 
5 Internet is a world-wide network of interconnected computer networks and other 
devices. It provides us with a very easy, fast and convenient way to access any 
type of information. It uses the standard Internet Protocol (TCP/IP). 
Two uses: 
1. To access any educational site example : khan academy. 
2. To send and receive emails using an email service.  
 
The world wide web, or web for short, are the pages you see when you're at a 
device and you're online whereas the internet is the network of connected 
computers that the web works on. 
 
1 mark for correct definition of Internet 
1 mark for uses 
1 mark for the difference between www and Internet 
3 
6 E learning can be defined as a learning system which makes use of electronic 
resources mainly computers and the internet. It encompasses everything from 
traditional classrooms that incorporate basic technology to online schools and 
universities. 
Merits 
Since in e learning teachers use technology to teach, it is highly engaging. 
Students can learn anywhere, anytime according to their convenience thus 
saving a lot of time and money. 
 
1 mark for correct definition  
1 mark each for two merits 
3 
7 A Web Browser is a software that can be used to browse and display pages 
available over internet whereas a web server is a software which provides these 
documents when requested by web browsers.  
A web browser sends request to web servers for web services etc. and a web 
server responds to these requests by providing the required documents.  
Google chrome is an example of a web browser whereas Apache server is an 
example of a web server.  
 
1 mark for each correct difference. 
1 mark for correct example of web browser and web server 
 
OR 
 
The main difference between a 3G and 4G mobile technology is the speed 
3G, the 3rd generation of 
wireless mobile 
telecommunications tech 
4G is the 4th generation of broadband cellular 
network technology, succeeding 3G. 
A typical 3G phone can 
download files at a 
maximum speed of up to 
21Mbps. 
4G phone can download files  at speeds of 
upto 1GBps 
 
1.5 mark for each correct difference 
3 
   
Q No. Section-C  Marks  
8 (i) Video conferencing such as Skype, Zoom etc 
1 mark for correct answer 
1 
8 (ii) SMTP(Simple Mail Transfer Protocol) and POP(Post Office Protocol) 
1 mark for correct answer 
1 
8 (iii) SSH(Secure Shell) 
1 mark for correct answer 
1 
8 (iv) Search engine / web browser 
1 mark for correct answer 
1 
8 (v) Download the files from the link 
1 mark for correct answer 
1 
   
9 <html> 
<head> 
</head> 
<body bgcolor="LightCyan"> 
 
<h1>HTML TABLE</h1> 
 
<table border="1"> 
  <tr> 
4 
    <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> 
 
1 mark for correct <html> structure (i.e 
<html><head></head><body></body></html>) and Specification-1  
1 mark for correct HTML code for Specification-2 
1 mark for correct HTML code for Specification-3 
1 mark for correct HTML code for Specification-4 
1 mark for correct HTML code for Specification-5 
 
 
 
Read More
363 docs|7 tests

FAQs on Class 10 Computer Application: CBSE (Official) Marking Scheme with Solutions- Term II (2021-22) - CBSE Sample Papers For Class 10

1. What are the key topics covered in the Class 10 Computer Application Term II syllabus for CBSE?
Ans. The key topics typically covered in the Class 10 Computer Application Term II syllabus include programming concepts using Python, data handling, file handling, and basic understanding of databases. Additionally, students may also learn about web applications and the use of different software tools for presentations and document creation.
2. How is the marking scheme structured for the Class 10 Computer Application exam?
Ans. The marking scheme for the Class 10 Computer Application exam is generally divided into different sections such as theoretical questions, practical applications, and project work. Each section carries specific marks, and the overall evaluation considers the students' understanding of concepts, practical skills, and project submissions.
3. What types of questions can students expect in the Class 10 Computer Application Term II exam?
Ans. Students can expect a mix of objective type questions, short answer questions, and long answer questions. The exam may include coding exercises, problem-solving tasks, and questions that assess their understanding of theoretical concepts, programming logic, and application of computer skills in real-world scenarios.
4. How can students best prepare for the Class 10 Computer Application exam?
Ans. Students can best prepare for the Class 10 Computer Application exam by reviewing the syllabus thoroughly, practicing coding problems, and completing previous years' question papers. Engaging in hands-on projects and collaborating with peers for group study can also enhance understanding and retention of the subject matter.
5. What resources are recommended for studying Class 10 Computer Application effectively?
Ans. Recommended resources for studying Class 10 Computer Application effectively include NCERT textbooks, reference books specific to the syllabus, online tutorials, coding platforms for practice, and educational websites that provide interactive learning experiences. Additionally, students can benefit from video lectures and forums that facilitate discussion and problem-solving.
Related Searches

Free

,

Viva Questions

,

Extra Questions

,

Objective type Questions

,

past year papers

,

Class 10 Computer Application: CBSE (Official) Marking Scheme with Solutions- Term II (2021-22) | CBSE Sample Papers For Class 10

,

Sample Paper

,

Semester Notes

,

study material

,

Class 10 Computer Application: CBSE (Official) Marking Scheme with Solutions- Term II (2021-22) | CBSE Sample Papers For Class 10

,

pdf

,

Summary

,

practice quizzes

,

ppt

,

mock tests for examination

,

MCQs

,

Class 10 Computer Application: CBSE (Official) Marking Scheme with Solutions- Term II (2021-22) | CBSE Sample Papers For Class 10

,

Exam

,

Important questions

,

Previous Year Questions with Solutions

,

video lectures

,

shortcuts and tricks

;