Series JMS/C: Foundation of Information Technology
Series JMS/C: Foundation of Information Technology
1
Time allowed : 2 hours Maximum Marks : 40
2
General Instructions :
(ii) All questions are compulsory. However, internal choices have been given in few
quesitons.
53 1 P.T.O.
SECTION A
1. Multiple Choice Questions : 15=5
4. What is HTML ? 1
5. Which protocol is used for downloading and uploading files from remote
site ? 1
6. Write the names of any two websites which provide e-Shopping facility. 1
SECTION B
8. Vani has just started learning about Internet and its advantages. Explain
to her the term e-Learning briefly. 2
9. Mr. Gaurav, a web designer in Global Designer Pvt. Ltd., needs to create a
web page. Suggest him suitable HTML tag along with required attribute to
draw a horizontal line of red colour. 2
OR
Observe the screenshot of the web page given below and identify any two
main tags of HTML being used to create the list :
FLOWER
1. ROSE
2. LILY
3. LOTUS
10. Define the term Database with reference to Database Management Tool. 2
OR
Differentiate between Text and Number data type with reference to
Database Management Tool with the help of suitable example.
53 3 P.T.O.
11. Ms. Sonam, working as an IT professional, has got an assignment to make
a web page of a travel company. Help her in writing HTML code to create
a table in HTML as shown in the given screenshot : 3
13. Help Rishik in understanding the usage of <H1>.......<H6> tags with the
help of suitable example. 3
15. Draw the XML tree for the code given below. Also identify and name the
root element. 5
<ELECTRONICS>
<WIRELESS>
<SmartPhone>SpiMi</SmartPhone>
<Remote>FDA</Remote>
</WIRELESS>
<WIRED>
<WashingMachine>Vortex</WashingMachine>
<Television>Parasonic</Television>
</WIRED>
</ELECTRONICS>
53 4
16. Attempt any one question out of the given two : 5
Observe the following HTML output and write HTML code to generate it :
NATIONAL BIRD OF INDIA
The Indian peacock, Pavo cristatus, the national bird of India, is a colourful, swan-sized bird,
with a fan-shaped crest of feathers, a white patch under the eye and long, slender neck.
The male of the species is more colourful than the female,
with a glistening blue breast and neck and a spectacular bronze-green tail of around 200 elongated feathers.
The female is brownish, slightly smaller than the male and lacks the tail. The elaborate courtship dance of the male,
fanning out the tail and preening its feathers is a gorgeous sight.
Write the HTML code to design the above shown web page considering the
specifications as given below :
(a) Background colour of the page should be yellow.
(b) Image named peacock.jpg should be placed in the centre of the web
page.
(c) Heading ‘‘NATIONAL BIRD OF INDIA’’ should be first level of the
heading and underlined.
(d) Paragraph should have following formatting styles applicable :
Colour – RED
Size – 5
Font style – Times New Roman
(e) At the bottom of the page, ‘‘Click’’ test should be linked with
next.html web page.
OR
Differentiate between <OL> and <UL> tag of HTML with the help of
suitable example. Also give any two attributes <OL> or <UL> tag.
53 5 P.T.O.