Class 10
Class 10
Class: X
Computer Applications (Code 165)
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 03 marks each.
5. Section C has 4 Short Answer (SA) type questions carrying 05 marks each.
6. Section D has 1 Long Answer (LA) type question carrying 07 marks.
7. Section E has 2 Source based /Case-based /Passage based Questions carrying 10 marks each.
7. To add red background color to a wed page the code will be:
a. <BODY bg color : ”red”> c. <BODY color=”red”>
b. <BODY bg-color=”red”> d. <BODY bgcolor=”red”>
10. The attribute of the <IMG> tag used to specify the location of an image is ____:
a. img c. alt
b. src 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): Search engine is a hardware device that searches for any websites on the World Wide Web.
Reason (R): Google Search and Microsoft’s Bing are two popular search engines.
(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.
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.
Specification-1: The HTML code structure should be proper. Heading ‘List of states and their popular
cities ‘ should be the second level of heading at the center of the page and the Background
Specification-1: 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 border size as 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]
Section - E
Case Study -1
25. Naveen went to an interview for the post of 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. Observe the table and attempt any four questions (out of 5) given after the table).
Futuristic Time Table
Period-No Monday Wednesday Friday
1. Robotics NLG NLU
2. Data Science Sound
3. Light Machine Learning
4. Speed Velocity
<HTML>
<HEAD>
<TITLE> Table Concept </TITLE>
</HEAD>
<BODY>
<Table _________ =2> <!-STATEMENT-1>
<________> Futuristic Time Table</________> <!-STATEMENT-2>
<tr>
<th> Period-No </th>
<th> Monday </th>
<th> Wednesday </th>
<th> Friday </th>
</tr>
<tr>
<td> 1 </td>
<td________=2> Robotics </td> <!-STATEMENT-3>
<td> NLG </td>
<td>NLU </td>
</tr>
<tr>
<td> 2 </td>
<td> Data Science </td>
<td>Sound </td>
</tr>
<tr>
<td> 3 </td>
<td>Light </td>
<td______=2> Machine Learning </td> <!- STATEMENT-4>
</tr>
<tr>
<td> 4 </td>
<td> Speed </td>
<td></td>
<td> Velocity </td>
</tr>
<!- STATEMENT-5>
______
______
______
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 birthday. On his birthday he got to know about Facebook. He
learned how social networking sites help people to meet their friends and discuss things online. He also
found out that he is now eligible to open a Facebook account. He creates his profile on Facebook and
starts connecting 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) Parminder decides to make a list of common safety precautions to be taken when online. Write any two
points that Parminder should include in his list.
e) Why are privacy settings so important in social networking sites?