0% found this document useful (0 votes)
252 views5 pages

53 - Computer Applications

The document is a question paper for a Computer Applications exam containing 9 questions across 3 sections - A, B, and C. Section A has 4 short answer questions worth 2 marks each. Section B has 3 long answer type 1 questions worth 3 marks each. Section C has 2 long answer type 2 questions worth 4 marks each, including a case-based question with 5 sub-questions. The questions cover topics related to HTML, CSS, Internet protocols, e-Governance, and mobile technologies.

Uploaded by

MILIND PANDEY
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
252 views5 pages

53 - Computer Applications

The document is a question paper for a Computer Applications exam containing 9 questions across 3 sections - A, B, and C. Section A has 4 short answer questions worth 2 marks each. Section B has 3 long answer type 1 questions worth 3 marks each. Section C has 2 long answer type 2 questions worth 4 marks each, including a case-based question with 5 sub-questions. The questions cover topics related to HTML, CSS, Internet protocols, e-Governance, and mobile technologies.

Uploaded by

MILIND PANDEY
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

SET-4

Series AQ@QA >


Q.P. Code
53
Candidates must write the Q.P. Code on
Roll No. the title page of the answer-book.

Please check that this question paper contains 5 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 9 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.

COMPUTER APPLICATIONS

Time allowed : 2 hours Maximum Marks : 25

General Instructions :
Please read the instructions carefully.
This question paper contains three sections A, B and C. Each section
is compulsory.
Section A has 4 Short Answer Type Questions. Each question is of
2 marks. Internal choice is provided in 1 question.
Section B has 3 Long Answer Type-I (LA-I) Questions. Each question
is of 3 marks. Internal choice is provided in 1 question.
Section C has 2 Long Answer Type-II (LA-II) Questions. Each
question is of 4 marks.

53 Page 1 P.T.O.
SECTION A (8 marks)

This section has 4 Short Answer Type Questions.


Each question is of 2 marks. Internal choice is provided in 1 question.

1. Gulzar is a talented musician. He is trying to create a web page so as to


share his creations with music lovers across the world. He wants to embed
audio and video files in the web page with the following specifications :
To embed audio files :
(i) The name of audio file is GulzarNote1.mp3
(ii) The audio should start playing automatically when the page loads.
(iii) The audio controls such as Play, Pause and Volume should be
visible.

To embed video files :


(i) The name of video file is GulzarMovie1.mp4
(ii) The video should play in a window of width 350 pixels and height
250 pixels.
(iii) The video controls such as Play, Pause and Volume should be
visible.

To complete the task, Gulzar has written the following HTML code :
To embed audio :
<audio controls autoplay>
<source src = "GulzarNote1
</audio controls>
To embed video :
<video width = "350" height = "250">
<source src = "GulzarMovie1.mp4">
</video>

Gulzar is not getting the desired output as the code contains errors.
Rewrite the correct statements to help him to complete the task. Underline
all the corrections made. 2
53 Page 2
2. (a) Differentiate between the terms Web Site and Web Page. 2

OR

(b) What is a Web Browser ? Write the names of any two commonly
used Web Browsers. 2

3. Rohan is creating a Web page in HTML. He wants to insert a link in his


Web
sho
Help him to write the HTML code to create the hyperlink. 2

4. Write any two differences between the Outline and Border-style properties
of CSS. 2

SECTION B (9 marks)

This section has 3 Long Answer Type-I (LA-I) Questions.


Each question is of 3 marks. Internal choice is provided in 1 question.

5. Expand the following in the context of Internet Protocols : 3


(a) SMTP
(b) POP3

Write the difference between SMTP and POP3.

6. What is e-Governance ? Explain any two merits of e-Governance. 3

7. (a) Differentiate between a Web Address and an Email Address. Write


an example of each to illustrate the difference. 3
OR

(b) Expand the terms SMS and MMS in the context of Mobile
Technologies. Differentiate between SMS and MMS in the context of
Mobile Technologies. 3

53 Page 3 P.T.O.
SECTION C (8 marks)

This section has 2 Long Answer Type-II (LA-II) Questions.


Each question is of 4 marks.
Question no. 8 is of case-based type.

8. Read the case study given below and attempt any 4 sub-questions
(out of 5). Each sub-question carries 1 mark.
Bidya is a nurse in XYZ hospital. Owing to the emergency situation due to
COVID-19, she needs to communicate in almost real-time with the Medical
Superintendent about the status of the patients. The hospital has provided
her a laptop, web camera and other accessories for communication
purposes.
(a) As instructed by the Medical Superintendent, Bidya has to send the
RT-PCR reports of some patients who have tested negative to their
respective family members using her laptop. Which web service
should she avail ? 1
(b) Bidya wants to establish a connection with the remote computer of
pathology lab in the city, so that she can see the RT-PCR reports of
her patients. Which protocol will be used for the same ? 1
(c) Bidya has also been instructed by the Medical Superintendent to
upload the RT-
Internet protocol shall be used during this process of uploading the
reports into 1
(d) The Medical Superintendent has asked Bidya to inform about the
billing and payment details of the admitted patients. Bidya needs to

Admin Login Credentials. Which secured network protocol is she


using to access the account details for the patients ? 1
(e) Bidya, during her free time, likes to browse the Internet for products
available for Online Shopping. Which Internet protocol does Bidya
use while browsing for such products ? 1

53 Page 4
9. Write the HTML code to design a Web page as shown below : 4

Roll No. Name Marks Class Average

1 Amit 95

2 Angel 96 95·5

Teacher Mr. Hamid

Consider the specifications as given below. Students can write the code
for any 4 specifications out of the given 5 specifications.

Specification-1 : Use CSS to set the following for the entire body :
Text color of the entire page as Tomato.
Background color of the entire page as Light blue.
Font-family as Helvetica.

Specification-2 : The value of the table border attribute should be 1.


Table header tag should be used wherever required.

Specification-3 : The table should exactly contain 4 rows and 4 columns.


The data in each cell should be as shown in the above table.

Specification-4 : Attribute rowspan should be used wherever required.

Specification-5 : Attribute colspan should be used wherever required.

53 Page 5 P.T.O.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy