10th Class Exam Sub-IT
10th Class Exam Sub-IT
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.
C. To insert images
D. To create a heading
2. 1
What does CSS stand for?
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
B. SMTP
C. FTP
D. TCP
A. .htm
B. .html
C. Both A and B
D. .doc
B. <br>
C. <break>
D. <line>
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. 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.
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.
Page 4 of 7
<style>
body {________ : blue; } <!--line 1 --> p
{
________: green; <!--line 2 -->
________: Dotum; <!--line 3 -->
}
_____ <!--line 4 -->
{
Color : black;
}
</style>
</head>
<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-->
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
Section – E
25. 4
Explain the following mobile-technologies:
Page 6 of 7
1. SMS
2. MMS
3. 3G
4. 4G
Page 7 of 7