0% found this document useful (0 votes)
64 views8 pages

Class 10 Computer Applications Exam 2025

The document outlines the Term 1 Examination for Class 10 Computer Applications at Tithonus International School, scheduled for 2025. It includes multiple-choice questions, short answer questions, long answer questions, and case-based questions, covering topics related to HTML, web protocols, and internet concepts. The exam is structured to assess students' understanding of computer applications with a total of 50 marks available.

Uploaded by

bijendra pal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views8 pages

Class 10 Computer Applications Exam 2025

The document outlines the Term 1 Examination for Class 10 Computer Applications at Tithonus International School, scheduled for 2025. It includes multiple-choice questions, short answer questions, long answer questions, and case-based questions, covering topics related to HTML, web protocols, and internet concepts. The exam is structured to assess students' understanding of computer applications with a total of 50 marks available.

Uploaded by

bijendra pal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

TITHONUS INTERNATIONAL SCHOOL

Class 10 – Computer Applications (Code 165)

Term 1 Examination 2025

Time Allowed: 2 Hours


Maximum Marks: 50

Section A – Multiple Choice Questions

(12 Questions × 1 mark = 12 marks)


Attempt all questions.

1. Which of the following is a web browser?


a) Google
b) Bing
c) Chrome
d) WhatsApp
2. What is the full form of HTML?
a) Hyperlinks and Text Marking Language
b) Hypertext Markup Language
c) Home Tool Markup Language
d) Hyper Tool Markup Language
3. What does a URL stand for?
a) Uniform Resource Locator
b) Unique Read Locator
c) Unified Routing List
d) Uniform Read Link
4. Which of the following tag is used for creating a hyperlink in HTML?
a) <img>
b) <p>
c) <a>
d) <h1>
5. Which tag is used to insert an image in an HTML page?
a) <img>
b) <image>
c) <picture>
d) <media>
6. What does the HTTP protocol stand for?
a) High Transmission Text Protocol
b) Hyper Text Transfer Protocol
c) Hyper Tool Transfer Protocol
d) High Text Transport Protocol
7. Which of these is an example of a domain name?
a) [Link]
b) https://
c) [Link]
d) [Link]
8. Which tag is used to display content in bold in HTML?
a) <bold>
b) <b>
c) <strong>
d) <textbold>
9. What is the purpose of DNS?
a) Converts IP address to domain name
b) Manages file download speed
c) Controls webpage layout
d) Encrypts data
10. Which attribute is used with <img> to specify the image source?
a) href
b) src
c) link
d) path
11. HTML is a:
a) Programming language
b) Operating system
c) Markup language
d) Database
12. Which protocol is used to transfer files between computers?
a) FTP
b) HTTP
c) IP
d) SMTP

Section B – Short Answer Questions (SA-I)

(7 Questions × 2 marks = 14 marks)


Attempt any 7. (Internal choice provided)

13. Define HTML. Write one of its uses.


OR
Write the structure of a basic HTML page.
14. What is a domain name? Give an example.
OR
What is an IP address? How is it different from a domain name?
15. Write the syntax of the <img> tag with an example.
OR
Write the syntax of the <a> tag to create a hyperlink to [Link].
16. What is the difference between HTTP and HTTPS?
OR
What is meant by a protocol in networking? Give an example.
17. What is the role of DNS in internet communication?
OR
What is URL? How is it useful?
18. Name any two browsers and two search engines.
OR
Differentiate between a web browser and a web server.
19. Write any two advantages of using HTML to create web pages.
OR
Write two limitations of HTML.

Section C – Short Answer Questions (SA-II)

(4 Questions × 3 marks = 12 marks)


Attempt any 4. (Internal choice provided)

20.

a) Explain the purpose of the following HTML tags with example: <b>, <i>, <u>
OR
b) Differentiate between the <ol> and <ul> tags with example.

21.

a) Write the HTML code to display the following:

 A heading “My Web Page”


 A horizontal line
 A paragraph with the text “Welcome to my site!”
OR
b) Write an HTML code to insert an image “[Link]” with a width of 300px and height
of 200px.

22.

a) What is the function of <title>, <body>, and <head> tags in HTML?


OR
b) Explain the use of the following protocols:
i) FTP
ii) SMTP
iii) TCP/IP

23.

a) What is a search engine? Write names of any two search engines. How are they useful?
OR
b) Explain any three types of websites with examples (like static, dynamic, or portal).

Section D – Long Answer Question

(1 Question × 4 marks = 4 marks)


Attempt any 1. (Internal choice provided)

24.

a) Write an HTML code to design a web page that includes:

 A heading “CBSE Web Page”


 A horizontal line
 A paragraph describing CBSE
 A hyperlink to [Link]
OR
b) Write the differences between Static IP and Dynamic IP. Also explain the difference
between URL and URI.

Section E – Source / Case / Passage Based Questions

(2 Questions × 4 marks = 8 marks)


Attempt any ONE from each. Internal choice available.

25. Case Study 1


Manav is designing a webpage to showcase his art portfolio. He uses HTML to add
headings, paragraphs, and images of his artwork. He also links each image to its
description on another webpage.

a) Which HTML tag should Manav use to insert images? (1 mark)


b) How can he make the image clickable? (1 mark)
c) Suggest two tags to improve the visual presentation. (1 mark)
d) Mention one advantage of using HTML for such tasks. (1 mark)

OR

Case Study 2
Riya is trying to access her school’s website. She types “[Link]” in the browser,
which is resolved and loaded in seconds.

a) What is “[Link]” called? (1 mark)


b) Which internet service helps in resolving the typed address to IP? (1 mark)
c) Which protocol is used to access a website? (1 mark)
d) Mention any one browser she can use. (1 mark)
26. Passage-Based Question
Internet protocols are a set of rules that allow communication between devices. Protocols
like HTTP, FTP, and SMTP help in transferring different types of data over the internet.
Without these, modern communication would not be possible.

a) Which protocol is used to send emails? (1 mark)


b) Which protocol is used to access web pages? (1 mark)
c) Mention the full form of FTP. (1 mark)
d) Give one real-life example of using any protocol. (1 mark)

OR

Case Study
A teacher asked students to create a simple webpage using HTML. One student wrote an
incorrect tag <h> instead of <h1>, and the heading didn't display properly. Another forgot to
close the <p> tag, resulting in formatting issues.

a) What mistake did the first student make? (1 mark)


b) What is the correct way to write a heading tag? (1 mark)
c) Why is it important to close tags properly in HTML? (1 mark)
d) Name one software used to write and save HTML files. (1 mark)

You might also like