CBSE Class 10 Computer Sample Paper 2022 Solutions

CBSE Class 10 Computer Sample Paper 2022 – 23 Solutions

cbse sample paper 2022 computer

cbse sample paper 2022 computer application question answer solution

CBSE Class 10 Computer Sample Paper 2022: Central Board of Secondary Education(CBSE) has released the CBSE Class 10 Computer Sample Paper 2022 – 23 on its official website on 16th September 2022.

Section – A (All questions are compulsory)

 

1.) ____________________refers to the gap between those who have access to technology and those who do not.

a.) Digital Divide

b.) Digital Unity

c.) Freedom of Information

d) Privacy

ans – a.) Digital Divide

 

2.) Which of these is an example of an e-governance website?

a.) amazon.com

b.) cbse.nic.)in

c.) india.)gov.in

d) brainly.gov.in

ans -c.) india.)gov.in

 

3.) Which one of the following is not an e-commerce website?

a.) Snapdeal

b.) Amazon

c.) Diksha

d) Myntra

ans- c.) Diksha

 

4.) Which protocol is used to send an E-Mail over a network?

a.) SMTP

b.) POP3

c.) FTP

d) HTTP

Ans- a.) SMTP

 

5.) Choose the most appropriate statement forMMS.

a.) Sending video files

b.) Sending audio file

c.) Sending text files only

d) Sending Multimedia content

Ans- d) Sending Multimedia content

 

6.) Collection of hyper linked documents available on the internet is known as_______________.

a.) Website

b.) Webpage

c.) Search Engine

d) URL

Ans-  a.) Website

 

7.) The HTML tag used to make the text italics is ____:

a.) <italics>

b.) <ita>

c.) <i>

d) <L>

Ans- c.) <i>

 

8.) What type of CSS is the following code snippet?

<h1 style=”color:blue;”>A Blue Heading</h1>

a.) External

b.) Inline

c.) Outline

d) Internal

Ans- b.) Inline

 

9.) Which tag is used to provide line beak __________ in html document.

a.) <p>

b.) <br>

c.) <line>

d) <em>

Ans- b.) <br>

 

10.) The attribute of the <IMG> tag used to specify the location of an image is ____:

a.) img

b.) src

c.) alt

d) name

Ans – b.) src

 

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.

 

11.)

Assertion (A): HTML is a Markup language.

Reason (R): HTML is used to structure or format text with the help of predefined tags.

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

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

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

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

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

 

12.)

Assertion (A): In HTML, Tags written in lowercase letters or uppercase letters are treated as the same.

Reason (R) : HTML is a case sensitive language.

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

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

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

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

Ans- c) Assertion (A) is true and Reason (R) is false

 

Section –B (2 marks each)

 

13.) What is E-learning? Name any one Indian e-learning website.

Ans- E-learning refers to a learning system that we can obtain through the internet using an electronic device. Site: https://swayam.gov.in/ (or any other valid w-learning website)

 

14.) Write any 2 disadvantages of e-shopping.

OR

Write any 2 advantages of e-groups.

Ans – 1. Lack of Interaction 2. Delay in delivery (Any other valid disadvantage) OR 1. It helps in learning more – It increases your understanding of a subject or lesson. 2. It helps in generating more ideas about a topic.) (Any other valid disadvantage)

 

 

15.) What is a Hypertext link? Give the name and the syntax for the HTML tag which is used for creating aHypertext Link.

Ans- Hyperlink allows us to link HTML elements (text and/or image) to anotherdocument or new section within the current document.Name : anchor tag, Syntax <a href=”Link Address”>Hyperlink Text</a>

 

16). Write any two differences between proprietary and open-source software.

OR

Define e-Commerce. Name any 2 issues related to privacy in e-commerce

Ans – The software that is owned by an individual or company who published it is known as the proprietary software. E.g.: Adobe Flash, MS Office

The software that is available for anyone to access or change the code is known as Open Source software. E.g.: Open Office, Chrome. (Mentioning any other example as well)

OR

Buying and selling of goods and services over the internet is known as e-Commerce. Privacy issues in e-commerce are Phishing and Spamming (Any other valid issue)

 

17.) “CSS is the most popular choice for the web developers these days”. Write any four advantages of CSS.

Advantages of CSS

  • It helps to make consistent and spontaneous changes in web pages.
  • It improves the loading speed of the page.
  • CSS has the ability to re-position the elements on webpage.
  • It has better device compatibility. (Any other valid advantage is accepted)

 

18.) Write the difference between alink and vlink. Write an HTML statement to illustrate the usage of these 2attributes.

OR

Write the difference between <dt>and <dd>tags.

Ans- The alink (active link) color appears while the mouse is clicking the link. The vlink (visited link) is the color of the link after the user has visited it.

OR

 

The <dd> tag is used to describe a term/name in a description list. The<dd> tag is used in conjunction with <dl> (defines a description list).<dt> (defines terms/names). Inside a <dd> tag you can put paragraphs, linebreaks, images, links, lists, etc.)

 

19.) Explain the concept of Submit and Reset buttons in HTML forms.

Ans- Submit Button allow the user to send the form data onwards for processing. Reset button allows the user to clear the form fields of all entered information.

 

Section –C (3 marks each)

 

20.) “Plagiarism is a major problem in the world nowadays”. What do mean by plagiarism? Write any two stepsto avoid plagiarism.

Ans- Plagiarism: When you use another person’s words or ideas and try to pass them off as your own. Two Steps to avoid plagiarism

  • Properly quote and paraphrase and add your own examples.
  • Always cite sources.

 

21.) Consider the URL:https://www.shiskha.)com and answer the following questions:

a.) What does .com suggest?

b.) Which component identifies the type of protocol?

c.) What is the significance of “s” in https?

Ans: a.) com suggests that the URL belongs to a commercial organization.

b.) HTTPS component identifies the type of protocol.

c.) It defines that website is secured for any type of transaction.

 

22.) Write the equivalent inline CSS for the following HTML tag.

a.) <body bgcolor=”green”>

b.) <imgsrc=”me.jpg” height=20 width=30>

OR

a.) Write an external CSS code snippet to set all four margins of the body tag with 5px each.

b.) Write an inline CSS code to set the background color for the first level heading as ‘green’ containingthe text “My CA Exam”.

 

Ans- a.) Ans: <body style=”background-color:green;”>

b.) Ans: <imgsrc=”me.jpg” style=”height: 20px; width: 30px;”>

 

OR

 

a.) Ans:

body{

margin-top:5px; margin-right:5px; margin-left:5px; marginbottom:5px;

}

b.) b.) Ans: <h1 style=”background-color:green”> My CA Exam </h1>

 

23.) Mr. Amit is a new Internet User. You, being his friend suggest to him some tips which he should follow whileusing the internet.

Ans – a.) He should use respectful language for all.

b.) He should choose friends wisely and should not share his personal information with all.

c.) He should neither send spam nor should encourage the same.

 

Section –D (4 marks each)

 

24.) Write the HTML code to design the web page as shown below, considering the specifications that follow.You can write the code for any 4 specifications out of the given 5 specifications.

 

Photo

 

Specification-1: The HTML code structure should be proper. Heading ‘List of states and their popular cities ‘ shouldbe the second level of heading at the center of the page and the Background color of the page should be yellow.

Specification-2: JPG Image named “NATION” should be placed)

Specification-3: The page should consist of a nested list and the data as exactly given in the question. The outer list

should be numbered list.

Specification-4: The inner list as given should be symbol based

Specification-5: feedback should be the email link [email protected]

 

OR

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

Ans – Ans- <HTML>

<HEAD>

<TITLE></TITLE>

</HEAD>

<BODY bgcolor=”yellow”>

<H2 align=”center”>List of states and their popular cities </H2>

<Imgsrc=”Nation.jpg” Border=2>

<ol type=1>

<li> Uttar Pradesh

<ul type= “square”>

<li> Lucknow

<li>Banaras

</ul>

<li> Bihar

<li> Madhya Pradesh

<li> Punjab

<ul type= “square”>

<li> Amritsar

<li> Ludhiana

</ul>

<li> Maharashtra

</ol>

Give <a href=”mailto:[email protected]”> feedback </a>

</BODY>

</HTML>

 

 

Photo

Specification-1: Title of the web page is “Motivational Books” and the heading of level -1 at the middle of the webpage is “Indian Motivational Books”.

Specification-2: The caption of the table is “Popular Books in India”

Specification-3: The tabular data of 4 rows and 2 columns is with border size as 2.

Specification-4: The content “R.K.Narayan” is Bold, Italics and Underline

Specification-5: The image “fdbk.jpg” at the end will give feedback on the email [email protected]

(Each specification carries 1 mark]

<HTML>

<HEAD>

<TITLE> Motivational Books </TITLE>

</HEAD>

<BODY bgcolor=”orange”>

<center>

<h1> Indian Motivational Books </h1>

</center>

<p align=”center”>

Motivational books or speeches create a positive and optimistic impact on

your life. They boost your confidence and help in developing a positive

outlook towards life. Books make you realize how powerful you can be in

your life.

Some of the books Motivational Indian Books and its authors:

</p>

<table border=2>

<caption>Popular Books in India</caption>

<tr>

<td> You are Born to Blossom </td>

<td> Dr APJ Abdul Kalam </td>

</tr>

<tr>

<td> The Monk Who Sold His Ferrari</td>

<td> Robin Sharma </td>

</tr>

<tr>

<td> The Five Steps to Success </td>

<td>YandamooriVeerendranath

</td>

</tr>

<tr>

<td> Stay Hungry Stay Foolish </td>

<td> Rashmi Bansal </td>

</tr>

</table>

<p>Popular Book in India<br>

Malgudi Days is a collection of short stories by <B><I><U> R.K. Narayan

</U></I></B> published in 1943.

</p>

<a href=”mailto:[email protected]”><imgsrc=”FDBK.jpg”></a>

</BODY>

</HTML>

 

25.) Naveen went to an interview for the post of web developer. In the technical test, he was supposed to design an HTML table as given below. Help him to complete the table with the right statements in the blanks. Observe the table and attempt any four questions (out of 5) given after the table).

 

Futuristic Time table

Period no Monday Wednesday Friday
1 Robotics NLG NLU
2 Data Science Sound
3 Light Machine Learning
4 Speed   Velocity

 

<HTML>

<HEAD>

<TITLE> Table Concept </TITLE>

</HEAD>

<BODY>

<Table _________ =2><!-STATEMENT-1>

<________> Futuristic Time Table</________><!-STATEMENT-2>

<tr>

<th> Period-No </th>

<th> Monday </th>

<th> Wednesday </th>

<th> Friday </th>

</tr>

<tr>

<td> 1 </td>

<td________=2> Robotics </td><!-STATEMENT-3>

<td> NLG </td>

<td>NLU </td>

</tr>

<tr>

<td> 2 </td>

<td> Data Science </td>

<td>Sound </td>

</tr>

<tr>

<td> 3 </td>

<td>Light </td>

<td______=2> Machine Learning </td><!- STATEMENT-4>

</tr>

<tr>

<td> 4 </td>

<td> Speed </td>

<td></td>

<td> Velocity </td>

</tr>

<!- STATEMENT-5>

______

 

a.) Write the attribute value to complete Statement-1 to achieve the output given in the above table.

b.) Write suitable option for the blanks given in Statement-2.

c.) Write the appropriate answer for the blank given in Statement-3

d) Write the appropriate answer for the blank given in Statement-4

What will be the complete sequence of closing the above html document in statement 5?

 

Case Study-2

 

26.) Parminder recently celebrated his 14th birthday. On his birthday he got to know about Facebook. Helearned how social networking sites help people to meet their friends and discuss things online. He alsofound out that he is now eligible to open a Facebook account. He creates his profile on Facebook andstarts connecting with his friends.

Within a few days, he befriends many people he knows and many people he does not know. Aftersome time he starts getting negative comments on his posts. He also finds that his pictures are beingshared online on objectionable websites.

Based on the given information, answer the questions given below. Attempt any four questions

a) Identify the type of cybercrime Parminder is a victim of.

b) After hearing about his ordeal, the school decides to publish a set of moral principles that determines theappropriate behavior of students while using the internet. The school is referring to_________

c) Write a safety measure to be taken by Parminder to avoid threats from unknown people in the future.

d) Parminder decides to make a list of common safety precautions to be taken when online. Write any twopoints that Parminder should include in his list.

e) Why are privacy settings so important in social networking sites?

For more update follow net explanations page

Important Faq

How can i get answer of each questions of CBSE Sample Paper 2022 Computer Application?

You can understand each questions and answers through this page.

Kinds of Questions available in CBSE Sample Paper 2022 Science Paper

There are various kinds of questions i.e. MCQ, Very Short, Assertion Reason Type, Case Based, Long Type.

What are the topics includes in CBSE Sample Paper 2022 Computer Pdf?

There are various topics includes i.e. Questions from Website related, Domain related, Internet related, HTML coding related etc.

Updated: September 17, 2022 — 11:31 am

3 Comments

Add a Comment
  1. This is good for sample paper computer

  2. The case sensitive answer is incorrect of assertion and reason please recheck and re-upload it is missguiding students

    1. Yes option c is correct.

Leave a Reply

Your email address will not be published. Required fields are marked *