10 ComputerApplication PracticePaper 2022-23
10 ComputerApplication PracticePaper 2022-23
General Instructions:
1. This question paper has 5 Sections A-E.
2. All Questions are compulsory.
3. Section A has 12 questions carrying 01 mark each.
4. Section B has 7 Very Short Answer (VSA) type questions carrying 02 marks each.
5. Section C has 4 Short Answer (SA) type questions carrying 03 marks each.
6. Section D has 1 Long Answer (LA) type question carrying 04 marks.
7. Section E has 2 Case-based Questions carrying 04 marks each.
c. e-Mail d. e-Learning
a. amazon b. e-bay
c. twitter d. naaptol
Page 1 of 7
Q7 Apart from <b> tag, what other tag makes text bold? 1
a. <fat> b. <strong>
c. <emp> d. <black>
Q8 What type of CSS is the following code snippet? 1
<style type=text/css>h1{font-family:arial;color-red}</style>
a. External b. Internal
c. Inline d. Outline
Q9 The correct HTML code to display(P+Q)2 is: 1
a. <SUB>(P+)2</SUB> b. P+Q<SUP>2</SUP>
c. (P+Q)<SUP>2</SUP> d. <SUP>(P+Q)2</SUP>
Q 10 What is the correct syntax in HTML for creating a link on a webpage? 1
a. <LINK SRC=”abc.html”> b. <BODY LINK=”abc.html”>
c. <A SRC=”abc.html”> d. <A HREF=”abc.html”>
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.
Page 2 of 7
Q 14 What is e-Reservation? Mention any two benefits of e-Reservation. 2
OR
i Enlist any two application areas of video conferencing.
ii Mention any two popular video conferencing software.
Q 15 Name and explain any two tags which divide HTML tables into multiple sections. 2
Q 16 Compare and contrast Freeware and Shareware. 2
OR
Compare and contrast OSS and FLOSS.
Q 17 What do you understand by static and dynamic websites? 2
Q 18 Explain any two attributes of <HR> tag. 2
OR
Where can a comment be placed in an HTML document? How is it useful?
Q 19 What is the difference between radio button and checkbox control? Write an example of 2
each.
Section –C (3 marks each)
Q 20 What is digital divide? What are the two main reasons behind digital divide in India? 3
Q 21 Match web services/URL given in column ‘A’ with corresponding web services/URL 3
given in column ‘B’.
Column ‘A’ Column ‘B’
i Social Networking site e-banking
ii https://web.skype.com/ https://www.amazon.in
iii e-Shopping E-governance
iv https://www.onlinesbi.in/ www.yatra.com
v Digilocker https://www.faceboook,com/
vi E-reservation Video conferencing
Q 22 Write the equivalent inline CSS properties for the following HTML tag. 3
i <body bgcolor= “skyblue” topmargin=70px >
ii <font face= “Monotype Corsiva” size=7px>
iii <b><h1 align=center></b>
OR
Write any three benefits of CSS.
Q 23 Abhay is going to make his first online purchase. How should his parents’ guide him to 3
make him aware of the common e-commerce frauds? List the steps to prevent him from
becoming a victim.
Page 3 of 7
Section –D (4 marks each)
Q 24 Write the HTML code to design the web page as shown below, considering the 4
specifications that follow. You can write the code for any 4 specifications out of the
given 5 specifications.
i Specification-1: The HTML code structure should be proper. First level of heading
‘Reduce, Reuse, Recycle’ is in blue color and aligned at the center of the page.
ii Specification-2: JPG Image named “recycle.jpg” should be placed at right side of the
webpage.
iii Specification-3: The page should consist of a nested list and the data as exactly given in
the question. The outer list should be a bulleted list.
iv Specification-4: “rrr.html is linked with “Meaning of Reduce, Recycle & Reuse.
v Specification-5: Horizontal rule thickness is 4px.
OR
Write the HTML code to design the web page as shown below, considering the
specifications that follow. You can write code for any 4 specifications out of the given 5
specifications
i Specification-1: First level of heading ‘Party Poppers’ is in red colour and center
aligned.
ii Specification-2: Paragraph is in blue color and in Monotype Corsiva font.
iii Specification-3: Both horizontal lines are in green colour with 4px thickness.
iv Specification-4: Table having caption aligned in center.
v Specification-5: Insert the image “cone.jpg” as shown on the webpage.
Page 4 of 7
Section - E
Case Study -1
Q 25 Naveen went to an interview for the post of a web developer. In the technical test, he 4
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).
i Write the attribute value to complete Statement-1 to achieve the output given in the
above table. (background color is Lightcyan and the text colour of entire page is blue)
Page 5 of 7
<html>
<head>
</head>
<body _____________="LightCyan" _________= “blue”> <!-STATEMENT-1>
<h1>HTML TABLE</h1>
<table border="1" ____________=3 ______________=3> <!-STATEMENT-2>
<_____________ >
<font size=5><i> Student's List</i></font>
</_________ > <!-STATEMENT-3>
<tr bgcolor=yellow>
<th>Roll Number</th>
<th>First Name</th>
<th>Last Name</th>
<th>Class</th>
</tr>
<tr>
<td>1</td>
<td>FN1</td>
<td>LN1</td>
<td>12th</td>
</tr>
<tr>
<td>2</td>
<td>FN2</td>
<td>LN2</td>
<td _______________ ="2">11th</td> <!-STATEMENT-4>
</tr>
<tr>
<td>3</td>
<td ________________="2">FN3 LN3</td>
</tr>
</table>
<b><a _____________=”data.html”>____________ </a> here to see more data....</b>
<!-STATEMENT-5>
</body>
</html>
Page 6 of 7
Case Study -2
Q 26 Gunjan is a budding poet. She keeps writing new poetry. Recently, she created a blog and 4
started posting her creations on her blog. She was happy with the number of people
visiting her blog. After some days she found that someone used her poetry and published
it in a competition by her name. Gunjan was newer approached for permission, nor she
was given credit for her work.
Page 7 of 7