Class 10 Computer Application 165 Previous Year Question Paper 2024

Series #CDBA
Question Paper Code 53 Set 4

COMPUTER APPLICATION
(Session 2023-24)

Time allowed : 2 hours
Maximum Marks : 50

General Instructions :

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

SECTION A (12X1=12)

1. The letter S in the abbreviation HTTPS in context of Networking protocols, stands for :
(a) Single
(b) Static
(c) Secure
(d) Sensitive

2. Which of the following is not a Web Service ?
(a) Using Diksha learning portal
(b) Sending and receiving email
(c) File transfer over Bluetooth
(d) Using a banking portal for online transaction

3. In 3G and 4G mobile technologies, the character ‘G’ stands for :
(a) Generation
(b) GPRS
(c) Grid
(d) Google

4. A website or online platform where individuals or groups regularly publish written content, typically in a reverse chronological order is known as :
(a) News Group
(b) Blog
(c) Chat Group
(d) Social Networking

5. Which of the following is not an attribute of the <font> tag ?
(a) face
(b) height
(c) size
(d) color

6. In HTML, we start a comment using :
(a) <!–
(b) !–>
(c) –!>
(d) <–!

7. Which of the following elements have both the opening and the closing tags in HTML ?
(a) <br>
(b) <h1>
(c) <hr>
(d) <img>

8. The default color of vlink is ____.
(a) Green
(b) Purple
(c) Blue
(d) Yellow

9. Which of the following tags is not used while creating a description list ?
(a) <dt>
(b) <dl>
(c) <td>
(d) <dd>

10. Which of the following is not an example of an Open Source Software ?
(a) Linux
(b) Android
(c) Photoshop
(d) OpenOffice

Questions No.11 and 12 are Assertion and Reason type questions. Each question consists of two statements, namely, Assertion (A) and Reason (R). Select the most suitable option considering the Assertion and Reason.

11. Assertion (A) : When you enter a query into a search engine, it retrieves and presents a list of web pages, documents, images, videos, or other types of content that are relevant to your search.
Reason (R) : The goal of information retrieval is to effectively and efficiently find and present information that matches the user’s search criteria.

(a) Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of Assertion (A).
(b) Both Assertion (A) and Reason (R) are true, but Reason (R) is not the correct explanation of Assertion (A).
(c) Assertion (A) is true, but Reason (R) is false.
(d) Assertion (A) is false, but Reason (R) is true.

12. Assertion (A) : It becomes difficult to update and maintain a website’s design using CSS.
Reason (R) : CSS allows web developers to separate the presentation layer (styles and layout) from the content layer (HTML).

(a) Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of Assertion (A).
(b) Both Assertion (A) and Reason (R) are true but Reason (R) is not the correct explanation of Assertion (A).
(c) Assertion (A) is true, but Reason (R) is false.
(d) Assertion (A) is false, but Reason (R) is true.

SECTION B (7X2=14)

13. Write any two points of comparison between Chat and Email in context of web services.

14. (a) Write in brief about any two advantages of e-Banking.
OR
(b) Write in brief one advantage and one limitation of e-Reservation.

15. Write any one point of difference between a webpage and a website.

16. (a) Explain in brief about any two factors that are responsible for the Digital Divide.
OR
(b) What are software licenses ? Give one example each of a free software license and a proprietary software.

17. Write any two significances of using links in an HTML webpage.

18. (a) Match the tag with their corresponding correct attribute.
OR
(b) Differentiate between bgcolor and background attributes of <body> tag.
Write one HTML statement explaining the use of each attribute.

19. Write suitable html statements to display the following text on a webpage in appropriate subscript and superscript form :
a. H2O
b. E = MC2

SECTION C (4X3=12)

20. A school wants to create a webpage for the announcement of orientation programme of its Cultural Club as shown below :

The school wants all the 3 lines to appear as Headings and Subheadings :

  • The first line containing its name to have the boldest possible appearance as a heading in Blue color.
  • The second line containing the Club name should appear as a heading but its size should be smaller than the first line in green color.
  • The third line containing the Programme details should appear as a heading and its size should be smaller than the previous two lines in Cyan color.
    Suggest the html code to get the desired appearance of the lines in the webpage.

21. Ayesha has shot some videos. She wants to create a webpage so as to share her creations with her followers across the world. Help Ayesha to embed her video file in the web page with the following specifications :

  • The name of video file is Ayeshahits.mp4.
  • The video should play in a window of width 350 pixels and height 250 pixels.
  • The video controls such as Play, Pause and Volume should be visible.

22. (a) Online Gadgets is an electronic products company. The company wishes to sell its products online for which they want to launch its website. The homepage of the website should contain the images of its products which are saved as PHONE.JPG and TV.JPG. The company wishes to open the webpage named ALLPHONES.HTML when the image PHONE.JPG is clicked. Similarly, on clicking the image TV.JPG a different webpage named as ALLTVS.HTML should open.
Ensure that both the images should get displayed with a width of 200 pixels and a height of 150 pixels.
Write the code to achieve the desired result.
Note : Assume that the image and both the webpages are stored in the same folder.
OR
Write the HTML code to design the content of the webpage in the form of lists as shown below :
image

23. Explain the term “Plagiarism”. Write in brief any two examples to illustrate acts of Plagiarism.

24. (a) Write the HTML code to design a Student’s Data input form as shown below :
image
The following input elements should be included in the form :
– A textbox to enter student’s name.
– A checkbox to allow the student to subscribe to a newsletter.
– Radio buttons to select the gender. The buttons should be grouped with individual values as Male, Female, Other.
– A list box (select dropdown) to choose the country. The available options are USA, Canada, UK and Australia.
OR
(b) Observe the screenshot of the following content in a webpage and write the HTML code to generate the desired output.
image
Note : The table border size should be 1.

SECTION E Case-Study (2X4=8)

25. Suraj is a novice in digital communication. He has recently joined a company where most communications happen over the Internet. On multiple occasions Suraj faces problems while working over the Internet.
Help him by answering the following questions :
(a) Suraj is asked to send an email to his supervisor. He types in the content and provides the email address of the recipient as www.gmail.com. How is the address typed by Suraj different from the
email address of the recipient ?
(b) Suraj has been asked to create a video conferencing link and share the link with all co-workers who are working from home. Suggest any two softwares which he can use for the purpose.
(c) Suraj has been asked to upload a file containing transaction details and send it to his colleagues in the office. Which Internet protocol will be used by him and by his colleagues in the office to upload and
download the file over the Internet ? Write the abbreviation as well as the full form of the protocol to be used.
(d) Suraj has been asked to use a social networking site to promote sales of the company’s products. Suggest him two commonly used social networking sites where he can post about the products and promote
the company’s sales.

26. Raghu is a painter and blogger. He regularly updates his paintings on his blog. Recently, he saw one of his paintings being used in a presentation by his friend, Nityananda, without acknowledging Raghu as the creator.
(a) What crime (if any) has been committed by Nityananda ?
(b) Raghu appraised Nityananda about IPR and its associated violations. Expand the term IPR.
(c) Raghu wants to use e-Commerce to sell his paintings online. Write any two precautions that he should take while using e-Commerce.
(d) Mention any two netiquettes which Raghu should follow while being online.

              Leave a Comment