53 - Computer Applications
53 - Computer Applications
COMPUTER APPLICATIONS
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)
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
4. Write any two differences between the Outline and Border-style properties
of CSS. 2
SECTION B (9 marks)
(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)
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
53 Page 4
9. Write the HTML code to design a Web page as shown below : 4
1 Amit 95
2 Angel 96 95·5
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.
53 Page 5 P.T.O.