1. Home
  2. /
  3. CBSE
  4. /
  5. Class 10
  6. /
  7. Computer Applications
  8. /
  9. CBSE Class 10 Computer...

CBSE Class 10 Computer Applications Sample Paper 2022-23

myCBSEguide App

myCBSEguide App

Download the app to get CBSE Sample Papers 2023-24, NCERT Solutions (Revised), Most Important Questions, Previous Year Question Bank, Mock Tests, and Detailed Notes.

Install Now

CBSE Class 10
Computer Applications (Code No. 165)
(Sample Paper 2022-23)


Maximum Marks: 50
Time Allowed: 2 hours
General Instructions:

  1. This Question Paper has 5 Sections A-E.
  2. All Questions are compulsory. However, an internal choice of approximately 30% is provided.
  3. Section A has 12 questions carrying 01 mark each.
  4. Section B has 7 Very Short Answer (VSA) type questions carrying 02 marks each.
  5. Section C has 4 Short Answer (SA) type questions carrying 03 marks each.
  6. Section D has 1 Long Answer (LA) type question carrying 04 marks.
  7. Section E has 2 Source based /Case-based /Passage based Questions carrying 04 marks each.

Section – A (All questions are compulsory)

  1. ________ refers to the gap between those who have access to technology and those who do not.
    1. Digital Divide
    2. Digital Unity
    3. Freedom of Information
    4. Privacy
  2. Which of these is an example of an e-governance website?
    1. amazon.com
    2. cbse.nic.in
    3. india.gov.in
    4. brainly.gov.in
  3. Which one of the following is not an e-commerce website?
    1. Snapdeal
    2. Amazon
    3. Diksha
    4. Myntra
  4. Which protocol is used to send an E-Mail over a network?
    1. SMTP
    2. POP3
    3. FTP
    4. HTTP
  5. Choose the most appropriate statement for MMS.
    1. Sending video files
    2. Sending audio file
    3. Sending text files only
    4. Sending Multimedia content
  6. Collection of hyper linked documents available on the internet is known as ________.
    1. Website
    2. Webpage
    3. Search Engine
    4. URL
  7. The HTML tag used to make the text italics is ________.
    1. <italics>
    2. <ita>
    3. <i>
    4. <L>
  8. What type of CSS is the following code snippet?
    <h1 style = “colour:blue;”> A Blue Heading</h1>

    1. External
    2. Inline
    3. Outline
    4. Internal
  9. Which tag is used to provide line beak ________ in html document.
    1. <p>
    2. <br>
    3. <line>
    4. <em>
  10. The attribute of the <IMG> tag used to specify the location of an image is ________.
    1. img
    2. src
    3. alt
    4. name

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.

  1. Assertion (A): HTML is a Markup language.
    Reason (R): HTML is used to structure or format text with the help of predefined tags.

    1. Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
    2. Both Assertion (A) and Reason (R) are true but Reason (R) is not a correct explanation of Assertion (A).
    3. Assertion (A) is true and Reason (R) is false.
    4. Assertion (A) is false and Reason (R) is true.
  2. 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.

    1. Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
    2. Both Assertion (A) and Reason (R) are true but Reason (R) is not a correct explanation of Assertion (A).
    3. Assertion (A) is true and Reason (R) is false.
    4. Assertion (A) is false and Reason (R) is true.

Section –B (2 marks each)

  1. What is E-learning? Name any one Indian e-learning website.
  2. Write any 2 disadvantages of e-shopping.

    OR

    Write any 2 advantages of e-groups.

  3. What is a Hypertext link? Give the name and the syntax for the HTML tag which is used for creating a Hypertext Link.
  4. Write any two differences between proprietary and open-source software.

    OR

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

  5. “CSS is the most popular choice for the web developers these days”. Write any four advantages of CSS.
  6. Write the difference between alink and vlink. Write an HTML statement to illustrate the usage of these 2 attributes.

    OR

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

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

Section–C (3 marks each)

  1. “Plagiarism is a major problem in the world nowadays”. What do mean by plagiarism? Write any two steps to avoid plagiarism.
  2. Consider the URL :https://www.shiskha.com and answer the following questions:
    1. What does .com suggest?
    2. Which component identifies the type of protocol?
    3. What is the significance of “s” in https?
  3. Write the equivalent inline CSS for the following HTML tag.
    1. <body bgcolor=”green”>
    2. <img src=”me.jpg”height=20 width=30>

      OR

      1. Write an external CSS code snippet to set all four margins of the body tag with 5px each.
      2. Write an inline CSS code to set the background color for the first level heading as ‘green’ containing the text “My CA Exam”.
  4. Mr. Amit is a new Internet User. You, being his friend suggest to him some tips which he should follow while using the internet.

Section–D (4 marks each)

  1. 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.

    Specification-1: The HTML code structure should be proper. Heading ‘List of states and their popular cities ‘ should be 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:

    Specification-1: Title of the web page is “Motivational Books” and the heading of level -1 at the middle of the web page 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]

Section – E
Case Study -1

  1. 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-NoMondayWednesdayFriday
    1RoboticsNLGNLU
    2Data ScienceSound
    3LightMachine Learning
    4SpeedVelocity

    ​​​​​​

    <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>
    ______
    ______
    ______
    1. Write the attribute value to complete Statement-1 to achieve the output given in the above table.
    2. Write suitable option for the blanks given in Statement-2.
    3. Write the appropriate answer for the blank given in Statement-3
    4. Write the appropriate answer for the blank given in Statement-4
    5. What will be the complete sequence of closing the above html document in statement 5?

Case Study-2

  1. Parminder recently celebrated his 14th birthday. On his birthday he got to know about Facebook. He learned how social networking sites help people to meet their friends and discuss things online. He also found out that he is now eligible to open a Facebook account. He creates his profile on Facebook and starts connecting with his friends.
    Within a few days, he befriends many people he knows and many people he does not know. After some time he starts getting negative comments on his posts. He also finds that his pictures are being shared online on objectionable websites.
    Based on the given information, answer the questions given below. Attempt any four questions

    1. Identify the type of cybercrime Parminder is a victim of.
    2. After hearing about his ordeal, the school decides to publish a set of moral principles that determines the appropriate behavior of students while using the internet. The school is referring to ________
    3. Write a safety measure to be taken by Parminder to avoid threats from unknown people in the future.
    4. Parminder decides to make a list of common safety precautions to be taken when online. Write any two points that Parminder should include in his list.
    5. Why are privacy settings so important in social networking sites?
myCBSEguide App

Test Generator

Create question paper PDF and online tests with your own name & logo in minutes.

Create Now
myCBSEguide App

myCBSEguide

Question Bank, Mock Tests, Exam Papers, NCERT Solutions, Sample Papers, Notes

Install Now

4 thoughts on “CBSE Class 10 Computer Applications Sample Paper 2022-23”

Leave a Comment