0% found this document useful (0 votes)
32 views7 pages

10th Class Exam Sub-IT

This document is a question paper for Class X Computer Applications (Code-165) for the session 2024-25, consisting of five sections (A-E) with a total of 50 marks and a time limit of 2 hours. It includes multiple-choice questions, short answer questions, long answer questions, and source-based questions covering topics such as HTML, CSS, e-Banking, and social networking. The paper is structured to assess students' understanding of computer applications and their practical coding skills.

Uploaded by

lalitr826
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)
32 views7 pages

10th Class Exam Sub-IT

This document is a question paper for Class X Computer Applications (Code-165) for the session 2024-25, consisting of five sections (A-E) with a total of 50 marks and a time limit of 2 hours. It includes multiple-choice questions, short answer questions, long answer questions, and source-based questions covering topics such as HTML, CSS, e-Banking, and social networking. The paper is structured to assess students' understanding of computer applications and their practical coding skills.

Uploaded by

lalitr826
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
You are on page 1/ 7

Question Paper (Theory)

Computer Applications (Code-


165) Class: X Session: 2024-25

Maximum Marks: 50 Time Allowed: 2 hours

General Instructions:
1. This Question Paper has 5 Sections A-E.
2. All Questions are compulsory. However, internal choices have been provided in some of the questions.
3. Section A has 12 questions carrying 01 mark each.
4. Section B has 7 Short Answer (SA-I) type questions carrying 02 marks each.
5. Section C has 4 Short Answer (SA-II) 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. What is the purpose of the <html> tag in HTML? 1
A. To define a paragraph

B. To define a webpage structure

C. To insert images

D. To create a heading
2. 1
What does CSS stand for?

A. Colorful Style Sheets

B. Creative Style Sheets

C. Cascading Style Sheets

D. Computer Style Sheets

3. Which tag besides <B> can be used to make the text bold in HTML? 1

A. <strong>

B. <dark>

c. <fat>

D. <I>

Page 1 of 7
4. Which tag is used to create a hyperlink in HTML? 1

A. <link>

B. <a>

C. <href>

D. <hyper

5. Which protocol is used for accessing a website? 1


A. HTTP

B. SMTP

C. FTP

D. TCP

6. Which of the following is a valid example of an HTML file 1


extension?

A. .htm

B. .html

C. Both A and B

D. .doc

7. Which tag is used for inserting a line break in HTML? 1


A. <lb>

B. <br>

C. <break>

D. <line>

8. Which device is used to connect a computer to the internet? 1


A. Router

B. Modem

C. Hub

D. Switch

Page 2 of 7
9. What does the <title> tag define? 1
A. The body of the document

B. The title shown in the browser tab

C. The main heading of the webpage

D. The footer of the webpage

10. Which HTML attribute is used to specify the source of an image? 1


A. src

B. href

C. alt

D. link

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.
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.
11. Assertion (A): The <h1> tag in HTML is used to create the largest 1
heading.
Reason (R): There are six levels of headings available in HTML.
12. Assertion(A): The <img> tag in HTML is used to insert images 1
Reason(R): The src attribute specifies the location of the image file.

Section – B
13. What is cyber-ethics? Write any two ethical practices that should be 2
followed while using the internet.

14. A) Write any two differences between e-Banking and e-Commerce. 2


OR
B) What is e-learning? Name any one e-learning platform.

Page 3 of 7
15. State whether the following statements are True or 2
False: I) HTML file extension is .tml.
II) HREF Stands for hyper reference.

16. A) Your best friend emails you and tells you that he/she has created a 2
webpage on an internet site having URL as:
www.children.com/india/~abc.html
Now you want to create a link to this web page from your web page.
Write the HTML code to do this.
OR
B)
I) Write HTML code to display Horizontal line of red colour.
II) Write HTML Code to create a paragraph whose text colour is blue.
17. What is the purpose of HTML forms? Write HTML Code to create a Textbox in 2
an HTML form.

18. A) An incomplete CSS code within <head> . . . </head> is given below. 2


Complete this code by filling in the blanks as per the specifications that
follow:
<head>

Page 4 of 7
<style>
body {________ : blue; } <!--line 1 --> p
{
________: green; <!--line 2 -->
________: Dotum; <!--line 3 -->
}
_____ <!--line 4 -->
{
Color : black;
}
</style>
</head>

Line 1: Page background colour should be Blue.


Line 2: Colour of the Paragraph text should be green.
Line 3: Font family of the Paragraph text should be Dotum.
Line 4: The biggest heading should be black in colour.
OR
B) Hemant, a class X Student, is writing HTML code to create ordered and
unordered lists for a webpage as follows:
<html>
<body bgcolor="yellow">
<h1>My First Heading <_____> <!-- line 1 -->
<p>
<font color="red" size="5"
______="Times New Roman"> <!-- line 2 -->
SOME STATES IN INDIA
</p>
<ul>
<li>DELHI: <______> <!-- line 3 -->

<li>MUMBAI </li>
<_____>
<!-- line 4 -->

Based on the above code fill in the blanks given in line 1, line2, line 3, and
line 4 so that Hemant’s webpage displays output correctly?
19. Write any two differences between SMS and MMS. 2
Section – C

Page 5 of 7
20. The following HTML statements are not written properly. Re-write the 3
correct statements with underlined corrections. The desired purpose of
each statement is mentioned under it.
I. <BODY color="red">
<!--Page background color should be red--> II.
<FONT type="arial">
<!--Type of Font should be Arial-->
III. <img source="img_girl.jpg" size="500" height="600">
<!—Image source should be img_girl.jpg, width and
height both should be 500-->

21. I. What is the syntax to add video in HTML? 3


II. What is a Webpage?
III. What is <Div> tag? What kind of element is it? (Block/Inline)

22. A)Write any two ways to add an audio file in a web page using HTML? 3
Explain with sample code.
OR
B)Expand HTML form and name 3 types of form elements.

23. What are some types of online Frauds? What are 3 basic ways to 3
preventing frauds?

Section – D
A) What is social networking? 4

B) What are some social networking sites?


24.
C) What are 3 merits and demerits of social networking?

Section – E
25. 4
Explain the following mobile-technologies:

Page 6 of 7
1. SMS

2. MMS

3. 3G

4. 4G

26. What is a website? What are components of a website? 4


Explain what are Blogs Websites with their types

Page 7 of 7

You might also like