Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
242 views

Computer Applications

The document provides instructions for a computer applications exam. It specifies that the exam has 5 sections (A to E) with various types of questions. Section A has 12 multiple choice questions worth 1 mark each. Section B has 7 very short answer questions worth 2 marks each. Section C has 4 short answer questions worth 3 marks each. Section D has 1 long answer question worth 4 marks. Section E has 2 source-based/case-based/passage-based questions worth 4 marks each. The document provides general instructions, the structure and marking scheme of the exam.

Uploaded by

Booom basting
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
242 views

Computer Applications

The document provides instructions for a computer applications exam. It specifies that the exam has 5 sections (A to E) with various types of questions. Section A has 12 multiple choice questions worth 1 mark each. Section B has 7 very short answer questions worth 2 marks each. Section C has 4 short answer questions worth 3 marks each. Section D has 1 long answer question worth 4 marks. Section E has 2 source-based/case-based/passage-based questions worth 4 marks each. The document provides general instructions, the structure and marking scheme of the exam.

Uploaded by

Booom basting
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Series YZXW/C Set-4

Q.P. Code 53

Roll No.

COMPUTER APPLICATIONS
Time allowed : 2 hours Maximum Marks : 50

Please check that this question paper contains 11 printed pages.


Q.P. Code given on the right hand side of the question paper should be
written on the title page of the answer-book by the candidate.
Please check that this question paper contains 26 questions.
Please write down the serial number of the question in the
answer-book before attempting it.
15 minute time has been allotted to read this question paper. The
question paper will be distributed at 10.15 a.m. From 10.15 a.m. to
10.30 a.m., the students will read the question paper only and will not
write any answer on the answer-book during this period.

$*
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

2. Which of the following is the correct expansion of MMS ?


(a) Maximum Messaging Service (b) Minimum Messaging Service
(c) Modified Messaging Service (d) Multimedia Messaging Service

3. Which of the following is not an e-Shopping portal ?


(a) Swayam (b) Flipkart
(c) Amazon (d) Snapdeal

4. Which of the following is not an e-Governance portal ?


(a) Umang (b) Digilocker
(c) Sarathi (d) Swiggy

5. Telnet is used for :


(a) Video Conferencing (b) Remote Login
(c) Online Chatting (d) Sending e-mail

6. A _____________ is a collection of multiple hyperlinked web pages.


(a) Web Browser
(b) Website
(c) Web Server
(d) Newsgroup

7. Which of the following is not an attribute of the HTML <font> tag ?


(a) face (b) width
(c) size (d) color

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

9. Which of the following options is INVALID attribute of HTML <img>


tag ?
(a) src (b) width
(c) alt (d) color

10. The default shape for an unordered list in HTML is ____________.


(a) (b)
(c) (d)
Questions No. 11 and 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 and Reason.

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.

12. Assertion (A) : <img> is an empty tag.


Reason (R) : t have closing tags are
considered empty tags.
(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.
53 Page 3 of 11 P.T.O.
SECTION B 7 2=14

13. Write one difference between 3G and 4G in mobile technology.

14. (a) Write any two disadvantages of Social Networking.

OR

(b) Write any two advantages of e-Governance.

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.

19. Explain the difference between <input type = "text"> and


<input type = "password"> for HTML forms. Give examples to support
your answer.

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.

21. Consider the following URL :


https://www.abcd.in
(a) In the given URL, should we prefer to use http instead of https ?
(b) How is the given URL different from hello@abcd.in ?
(c) Expand https.

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

23. Write the full form of the following protocols :


(a) SFTP
(b) POP3
(a) SCP
53 Page 5 of 11 P.T.O.
SECTION D 4

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

We are happy to deliver all your medicine requirements at your doorstep.


Special discount offers from (1st May, 2022 to 30th June, 2022).
We also supply the following :

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.

· The image named medi.png should be placed in the web page.

· 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.

· The products (as shown in the above web page) should be


written with the help of the unordered list.

· The bottom-most lines of :


should be bold.

OR

(b) Zonal Workshop

The zonal workshop for all employees is to be held on 1st April, 2023.

The schedule is as follows :

1. 9·00 AM 10·00 AM Introduction

2. 10·00 AM 10·30 AM Tea Break

3. 10·30 AM 12·30 PM

4. 12·30 PM 1·00 PM Lunch Break

5. 1·00 PM 3·00 PM Training Session

6. 3·00 PM 3·30 PM Conclusion

For any queries contact queries@me.com


Phone : 9999999999

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>

(a) Write the attribute value to complete Statement-1 to achieve the


output as given in the above table.
(b) Statement-2a and Statement-2b are exactly the same. Write the
appropriate answer for the blanks given in Statement-2a and
Statement-2b to achieve the output given in the above table.
(c) Statement-3a and Statement-3b are exactly the same. Write the
appropriate answer for the blanks given in Statement-3a and
Statement-3b to achieve the output given in the above table.
(d) Write the appropriate answer for the blank given in Statement-4 to
achieve the output given in the above table.
(e) Write the appropriate answer for the blank given in Statement-5 to
achieve the output given in the above table.
53 Page 10 of 11
26. Zeeshan is a student of XYZ school and is an excellent poet. He decides to
upload some of his poems on his blog. After few days, he notices that his
classmate, Antara has uploaded Z
mentioning Antara as its poet.

(a) Identify the type of cybercrime, Zeeshan is a victim of.

(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 _____________.

(c) The ____________ rights of Zeeshan have been violated.

(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.

You might also like