Computer Applications
Computer Applications
Q.P. Code 53
Roll No.
COMPUTER APPLICATIONS
Time allowed : 2 hours Maximum Marks : 50
$*
General Instructions :
Please read the instructions carefully.
This question paper has 5 Sections A E.
All questions are compulsory. However, an internal choice of approximately
30% is provided.
Section A has 12 questions carrying 1 mark each.
Section B has 7 Very Short Answer (VSA) type questions carrying 2 marks each.
Section C has 4 Short Answer (SA) type questions carrying 3 marks each.
Section D has 1 Long Answer (LA) type question carrying 4 marks.
Section E has 2 Source-based/Case-based/Passage-based questions carrying
4 marks each.
53 ^ Page 1 of 11 P.T.O.
SECTION A 12 1=12
1. A software for which some fee has to be paid and it remains the property of
its creator, is known as ___________ software.
(a) Open source (b) Free
(c) Proprietary (d) Friendly
53 Page 2 of 11
8. The default alignment of the text in <td> tag/element is __________.
(a) center (b) left
(c) right (d) justified
11. Assertion (A) : <hr> tag is used to insert a horizontal line in a web page.
Reason (R) : <hr> is a container tag.
(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 and Reason (R) is
not the 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.
OR
15. Explain any two attributes of <img> tag along with its syntax.
16. (a) What is Digital Divide ? Write any two factors which cause Digital Divide.
OR
(b) What is an open source software ? Write the names of any two open source
software.
17. Expand the term CSS. Write any three advantages of using CSS over HTML.
18. (a) Explain the use of Input Type checkbox in an HTML form. Illustrate with
an appropriate code and the corresponding output.
OR
(b) What is the description list in HTML ? Illustrate the use of a description
list in HTML with a code and its corresponding output.
53 Page 4 of 11
SECTION C 4 3=12
20. What are Netiquettes ? Write any two netiquettes which one should follow
while working online.
22. (a) Write the equivalent CSS code to set the following styles :
(i) Entire page background color should be orange.
(ii) First level heading properties :
Color should be green
Left margin should be 30 px
OR
(b) Write CSS code to :
(i) Display the second level heading text as My Web Page in
orange color and center aligned.
(ii) Display the following paragraph below the above mentioned
heading :
This is my web page
Designed using
Inline CSS coding style
The properties of the paragraph content should be as follows :
(I) Text color should be cyan
(II) Font size should be 20 px
(III) Font style should be italic
24. (a) Write the HTML code to design the web page as shown below,
considering the specifications that follow. You can write the code for
any four specifications out of the given six specifications.
Doorstep Medicines
Toilet accessories
Blood Pressure monitor
Blood Glucose monitor
Free Home delivery within 5 km distance.
Phone : 9999999999
Write the HTML code to design the above shown web page,
considering the specifications as given below :
· The background color of the page should be green, the text for
the page should be in white color.
53 Page 6 of 11
· Heading Doorstep Medicines should be the first level of
heading.
· Font size for the paragraph and the list of products should be
6, and Font Face should be Helvetica, Superscript tags should
be used wherever required.
OR
The zonal workshop for all employees is to be held on 1st April, 2023.
3. 10·30 AM 12·30 PM
Write the HTML code to design the above-shown web page, considering
the specifications as given below :
53 Page 7 of 11 P.T.O.
· The background color of the page should be yellow, the font
face for the page should be Arial.
· Heading Zonal Workshop should be the first level of heading.
· Font size for the paragraph and the list of products should be 5,
the schedule (as shown in the above web page) should be
written with the help of the numbered list.
· Superscript tags should be used wherever required.
· The bottom-most lines of ..... and :.....
should be bold.
· The contact email queries@me.com should be a link to open the
s default mail client to send queries to the mentioned
email id.
SECTION E
Case Study 2 4=8
25. Haneef works in a school as a web designer. He has been assigned the task
of uploading the calendar of events scheduled for a competition. He was
supposed to design an HTML table for the schedule 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 five) given after the table.
IT@MySchool
53 Page 8 of 11
<html>
<head>
<title> </title>
</head>
<body>
<border = "1"> <!- STATEMENT-1>
<tr>
<td _______ = 8 align = "center" > MARCH </td>
<!- STATEMENT-2a>
</tr>
<tr>
<th>EVENT</th>
<th>Mon</th>
<th>Tue</th>
<th>Wed</th>
<th>Thu</th>
<th>Fri</th>
<th>Sat</th>
<th>Sun</th>
</tr>
<tr>
<td________ = 2> QUIZ </td> <!- STATEMENT-3a>
<td> 24 </td>
<td> 25 </td>
<td> 26 </td>
<td> 27 </td>
<td> 28 </td>
<td> 29 </td>
<td> 30 </td>
</tr>
<tr>
<td> _________ </td> <!- STATEMENT-4>
</tr>
53 Page 9 of 11 P.T.O.
<tr>
<td _______ = 8 align = "center"> APRIL </td>
<!- STATEMENT-2b>
</tr>
<tr>
<td _______ = 2> GAMING </td> <!- STATEMENT-3b>
<td> </td>
<td> 1 </td>
<td> 2 </td>
<td> 3 </td>
<td> 4 </td>
<td> 5 </td>
<td> 6 </td>
</tr>
<tr>
<td> _________ </td> <!- STATEMENT-5>
</tr>
</table>
</body>
</html>
(b) Zeeshan informs his class teacher about the incident. The school
decides to hold a seminar for its students to make them aware of
moral principles that determine behaviour of students when they
are online. These are called _____________.
(d) One of the students requests the expert to give tips on using their
email account in a secure manner. The expert advises the students
to never share their _____________ with anyone.
(e) Zeeshan is now aware of good behaviour while working over the
Internet and decides to guide his friends and relatives about the
same. Write any two points that Zeeshan should advise them to do
while working online.
53 Page 11 of 11 P.T.O.