CBSE Class 10 Computer Applications Sample Paper 2023
We have shared CBSE Class 10 Computer Applications Sample Paper 2023 to help the board-appearing candidates with the subject so that students are able to know the gist of the subject computer applications.
Sample Paper is the best way to boost your preparation and it helps the child to know their strengths and weakness in their respective subjects. We have shared CBSE Sample Paper 2023 for every subject to enhance a better understanding of the subjects along with CBSE Class 10 Computer Applications Sample Paper 2023 pdf and marking scheme to check the accuracy of your answers.
Contents
CBSE Class 10 Computer Applications Sample Paper 2023
CBSE Class 10 Computer Applications Sample Paper
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.
CBSE Class 10 Computer Applications Sample Paper 2023:Section – A
Section – A (1 mark each)
(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
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
3. Which one of the following is not an e-commerce website?
a. Snapdeal
b. Amazon
c. Diksha
d. Myntra
4. Which protocol is used to send an E-Mail over a network?
a. SMTP
b. POP3
c. FTP
d. HTTP
5. Choose the most appropriate statement forMMS.
a. Sending video files
b. Sending audio file
c. Sending text files only
d. Sending Multimedia content
6. Collection of hyperlinked documents available on the internet is known as_______________.
a. Website
b. Webpage
c. Search Engine
d. URL
7. The HTML tag used to make the text italics is ____:
a. <italics>
b. <ita>
c. <i>
d. <L>
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
9. Which tag is used to provide line beak __________ in html document.
a. <p>
b. <br>
c. <line>
d. <em>
10. The attribute of the <IMG> tag used to specify the location of an image is ____:
a. img
b. src
c. alt
d. 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.
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.
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.
CBSE Class 10 Computer Applications Sample Paper 2023:Section – B
Section –B (2 marks each)
13. What is E-learning? Name any one Indian e-learning website.
14. Write any 2 disadvantages of e-shopping.
OR
Write any 2 advantages of e-groups.
15. What is a Hypertext link? Give the name and the syntax for the HTML tag which is used for creating a
Hypertext Link.
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
17. “CSS is the most popular choice for the web developers these days”. Write any four advantages of CSS.
18. Write the difference between a link and link. Write an HTML statement to illustrate the usage of these 2
attributes.
OR
Write the difference between <dt>and <dd>tags.
19. Explain the concept of Submit and Reset buttons in HTML forms.
CBSE Class 10 Computer Applications Sample Paper 2023:Section – C
Section –C (3 marks each)
20. “Plagiarism is a major problem in the world nowadays”. What do mean by plagiarism? Write any two steps
to avoid plagiarism.
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?
22. Write the equivalent inline CSS for the following HTML tag.
a. <body bgcolor=”green”>
b. <img src=”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’ containing the text “My CA Exam”.
23. Mr. Amit is a new Internet User. You, being his friend suggest to him some tips which he should follow while using the internet.
CBSE Class 10 Computer Applications Sample Paper 2023:Section – D
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.
Specification-1: The HTML code structure should be proper. The 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: The 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 a border size of 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]
CBSE Class 10 Computer Applications Sample Paper 2023:Section – E
Section – E
Case Study -1
25. Naveen went to an interview for the post of a 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. serve the table and attempt any four questions (out of 5) given after the table).
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
e. What will be the complete sequence of closing the above html document in statement 5
Case Study-2
26. Parminder recently celebrated his 14th birthay. On his birthday he got to know about Facebook. He
learn how social networking sites help people to meet their friends and discuss things online. He also
found t that he is now eligible to open a Facebook account. He creates his profile on Facebook and
starts nnecting 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
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 the
appropriate 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) Parmi der decides to make a list of common safety precautions to be taken when online. Write any two
points that Parm er should include in his list.
e) Why are privacy settings so important in social networking sites?
CBSE Class 10 Computer Applications Sample Question Paper 2023 Pdf
We have shared CBSE Class 10 Computer Applications Sample Question Paper 2023 Pdf to help the students with the sample paper of computer applications to boost their preparation and make them sure about the paper design.
https://drive.google.com/file/d/1Nbl6ibih0JksihORQyBVMhI2Pmg0x7ZL/view?usp=sharing
CBSE Class 10 Computer Applications Sample Question Paper 2023 marking Scheme
https://drive.google.com/file/d/1Nm_lgXwzGALE_Xz8xssjVa20yYjYTU3Y/view?usp=sharing
Conclusion
We have shared CBSE Class 10 Computer Applications Sample Paper 2023 to help the board-appearing candidates with the subject so that students are able to know the gist of the subject computer applications and can get to know the paper design of the CBSE papers for the upcoming board exams.
Related Articles