0% found this document useful (0 votes)
17 views11 pages

Grade 10 CA QP Term-1 2023-24

The document is an exam paper for Grade 10 Computer Application at Sunrise English Private School, Abu Dhabi, scheduled for October 2, 2023. It consists of five sections (A-E) with various types of questions including multiple choice, short answer, long answer, and case studies, covering topics such as HTML, web protocols, and web design. The total marks for the exam are 50, and it spans 10 pages.

Uploaded by

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

Grade 10 CA QP Term-1 2023-24

The document is an exam paper for Grade 10 Computer Application at Sunrise English Private School, Abu Dhabi, scheduled for October 2, 2023. It consists of five sections (A-E) with various types of questions including multiple choice, short answer, long answer, and case studies, covering topics such as HTML, web protocols, and web design. The total marks for the exam are 50, and it spans 10 pages.

Uploaded by

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

SUNRISE ENGLISH PRIVATE SCHOOL, ABU DHABI

TERM 1 EXAM (2023-2024)

Date – 2-10-2023
Grade -10
Times – 2 hours
Subject – Computer Application Marks –
50
Subject Code – 165
No. of Pages – 10
SET- 1

General Instructions:
1. This Question Paper has 5 Sections A-E.
2. All Questions are compulsory. However, internal
choices have been provided in some of the questions.
3. Section A has 12 questions carrying 01 mark each.
4. Section B has 7 Short Answer (SA-I) type questions
carrying 02 marks each.
5. Section C has 4 Short Answer (SA-II) type questions
carrying 03 marks each.
6. Section D has 1 Long Answer (LA) type question
carrying 04 marks.
7. Section E has 2 Source based /Case-based /Passage
based Questions carrying 04 marks each.

SECTION – A (All questions are compulsory)( 1 mark each)

1. Which of the following is an example of social


networking website?
a. wikipedia.org
b. Facebook.com
c. cbse.gov.in
d. ncert.nic.in

2. M in HTML stands for:


a. Modify
b. Management
c. Multiple
d. Markup

3. A _____________ is an online journal or informational


website run by an individual, group, or corporation that
offers regularly updated content about a topic.
a. News group
b. Blog
c. WWW
d. e-Groups

4. link, vlink, alink are attributes of___________ tag.


a. <body>
b. <a>
c. <html>
d. <img>

5. The_______ attribute of <img>tag specifies an alternate


text for an image, if the image cannot be displayed.
a. alt
b. text
c. alternate
d. msg

6. In HTML <dl>, <dd> and <dt> tags are used to create:


a. Description list
b. Definition list
c. Detail list
d. Dynamic list

7. Which tag is used to provide line beak __________ in html


document?
a. <p>
b. <br>
c. <line>
d. <em>

8. Which protocol is used to send an E-Mail over a


network?
a. SMTP
b. POP3
c. FTP
d. HTTP

9. Collection of hyper linked documents available on the


internet is known as_______________.
a. Website
b. Webpage
c. Search Engine
d. URL

10. The attribute of the <IMG>tag used to specify the


location of an image is ______________:
a. img
b. src
c. alt
d. name

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.

11.
Assertion (A): HTML is a Markup language.
Reason (R): HTML is used to structure or format text with
the help of predefined tags.
(a) Both Assertion (A) and Reason (R) are true and
Reason (R) is a correct explanation of Assertion (A).
(b) Both Assertion (A) and Reason (R) are true but
Reason (R) is not a 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): In HTML, Tags written in lowercase letters
or uppercase letters are treated as the same.
Reason (R) : HTML is a case sensitive language.
(a) Both Assertion (A) and Reason (R) are true and
Reason (R) is a correct explanation of Assertion (A).
(b) Both Assertion (A) and Reason (R) are true but
Reason (R) is not a 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

SECTION –B (2 marks each)

13. Mention any two purposes of using comments while


designing a HTML webpage.

14. Twisha has got confused with a few tags and their
attributes. Help her match the tag with correct attribute.
1. <font> i. align
2. <a> ii. Face
3. <hl> iii. colspan
4. <td> iv. Href

OR

Mention any two attributes of <font> tag along with their


purposes.

15. Write suitable html statements to display the


following text on a webpage in appropriate subscript and
superscript form:
a. CO2
b. X2

16. Write the difference between alink and vlink. Write an


HTML statement to illustrate the usage of these 2
attributes.

OR

Write the difference between <dt> and <dd> tags.


17. What is a Hypertext link? Give the name and the
syntax for the HTML tag which is used for creating a
Hypertext Link.

18. Identify which of the following is a tag or an attribute:


(i)border (ii)img (iii)alt (iv)src (v)href

19. What is a blog? What is blogger?

SECTION –C (3 marks each)

20. Consider the URL:https://www.shiskha.com and answer


the following questions:
a. What does .com suggest?
b. Which component identifies the type of protocol?
c. What is the significance of "s" in https?

21. Abhilasha has just designed a web page. At the end of


the web page, she wants to insert an image “next.jpg”.
She needs to link another web page with this image, i.e.,
whenever anyone click on the image “next.jpg”, another
web page named “second.html” should open. Help her in
writing the code to achieve it.
Note: Assume that image and both the web pages are
stored in the same folder.

OR

Write HTML code to design the content of the web page in


the form of lists as shown below:
22. Write the HTML code to generate the following output
of a table with the content exactly in the same format as
shown within the table:
ADMNO SNAME NAME DOB
1110 MANJIT RANJIT 4-MAR-1998

23. Differentiate between HTTP and HTTPS protocols.


(minimum 3 points)

Section –D (4 marks each)

24. Write the HTML code to design the web page as shown
below, considering the specifications that follow. You can
write the code for any 4 specifications out of the given 5
specifications.
Specification-1: The HTML code structure should be
proper. Heading ‘List of states and their popular cities ‘
should be the second level of heading at the center of the
page and the Background color of the page should be
yellow.

Specification-2: JPG Image named “NATION” should be


placed.

Specification-3: The page should consist of a nested list


and the data as exactly given in the question. The outer
list should be numbered list.

Specification-4: The inner list as given should be symbol


based

Specification-5: feedback should be the email link


mail@me.com

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:

Specification-1: Title of the web page is "Motivational


Books" and the heading of level -1 at the middle of the
web page is "Indian Motivational Books".

Specification-2: The caption of the table is "Popular Books


in India"

Specification-3: The tabular data of 4 rows and 2 columns


is with border size as 2.

Specification-4: The content "R.K.Narayan" is Bold, Italics


and Underline
Specification-5: The image “fdbk.jpg” at the end will give
feedback on the email sendfeedback@me.com

Section – E (Case Study - 4 marks each)

Case Study -1
25. Sanchay, has recently joined the Global Network
company as a network trainee. Help Sanchay by
suggesting the best suitable answers for the following
issues which needs to resolved:
a. Company wants to engage employees in some online
fun filled activities to strengthen their inter-personal
skills. Suggest any two popular video conferencing
software to be used for the same.

b. Company wants employees to upgrade themselves by


exploring internet about latest happenings in the
networking field. Suggest any two suitable web browsers
for the same.

c. Sometimes few of the employee needs to remotely login


to their office PC from their home. Suggest any one
popular software and the protocol being used for the
same.

d. Company wants its employees to be safe while entering


their login credentials and bank account details on the
internet. Out of http and https, which protocols should be
preferred and why?

Case Study -2
26. Naveen went to an interview for the post of web
developer. In the technical test, he 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) given after the table).
a. Write the attribute value to complete Statement-1 to
achieve the output given in the above table.
b. Write suitable option for the blanks given in Statement-
2.
c. Write the appropriate answer for the blank given in
Statement-3
d. Write the appropriate answer for the blank given in
Statement-4
e. What will be the complete sequence of closing the
above html document in statement 5?

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