2020 previous year question papers
2019 previous year question papers
2018 Previous year question papers
2017 Previous year question papers
Foundation of Information Technology 2017 (Outside Delhi) Term II
Time allowed : 3 HoursMaximum marks : 70
Please check that this question paper contains 8 printed pages.lCode number 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 6 questions.lPlease write down the Serial Number of the question before attempting it.l15 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.
SECTION — A
1.Fill in the blanks :
(a)You need a _____________ to create and edit an XML document.
(b)_____________ are used to connect web pages.
(c)The default alignment of an image is_____________ .
(d)In HTML, while creating a table, we cannot use background attribute with _____________ tag.
(e) To increase space between two cells, _____________ attribute should be used.
(f)A website which allows you to share opinion and discuss topics in the form of an online journal is called as_____________ .
(g)_____________ is a type of malware that is installed on a user's computer and collects information about the users without their consent and knowledge.
(h)A _____________ is a technical person who breaks through the system's security with malicious intentions.
(i)_____________ is business in online environment.
(j)_____________ protects a server, a network and an individual PC from attack by viruses from other systems.
Answer :
(a)Text Editer
(b)Hyperlinks
(c)Left
(d)T Head
(e)Cells Spacing
(f)Forum
(g)Virus
(h)Cracker
(i)e-Commerce
(j)Firewall
2.State True or False :[5]
(a)The HTML tag for inline image is <img>.
(b)Physical structure refers to different parts of a document i.e., how a document is built.
(c)A table's background colour can be specified using backgroundcolor attribute.
(d)<TD> is a container tag.
(e)The default font size is 5.
(f)<caption> tag gives heading to a table.
(g)To avoid spam, never click on links that come from someone you do not know.
(h)XML uses DTD to describe the data.
(i)A worm is a program designed to replicate.
(j)Unsolicited bulk emails are called spams.
Answer :
(a) True,
(b) True,
(c) False,
(d) True,
(e) False,
(f) True
(g) True,
(h) True,
(i) True
(j) True.
3.Short Answer Questions : [12]
(a)Write the HTML code to display an image on the right side of a page.[2]
(b)Write any two precautions to avoid spam.[2]
(c)Write the attributes of <img> tag which are used for specifying its dimensions in a web page.[2]
(d)Write the full forms of the following :[2]
(i)ISP
(ii)HTML
(iii)<OL>
(iv)<BR>
(e)Sujata is a reporter in a news agency. Her job demands for travelling to different parts of the country and giving all information to back office.
What type of Internet connection would you suggest to her to send the information in minimum time ? Name any one Indian ISP.[2]
(f)Name any two Internet protocols.[2]
Answer :
(a)HTML code to display an image at right side of the page :
<HTML>
<HEAD><TITLE> MY IMAGES</TITLE>
</HEAD>
<BODY><IMG SRC="MYIMAGES/PICS/TAJ.JPEG"
ALIGN="RIGHT"></IMG>
</BODY>
</HTML>
(b)(i)Never click the link of unknown web site.
(ii)Use updated version of anti-virus and firewalls.
(c)Height and Width
(d)(i)Internet Service Provider
(ii)Hyper Text Markup Language
(iii)Ordered List
(iv)line break
(e)Wireless WiFi type internet connection like Bluetooth is recommended to Sujata.
Names of Indian ISP's
(i)BSNL
(ii)Airtel
(iii)Vodaphone
(iv)VSNL
(f)Name of Protocols :
HTTP, SMTP, FTP, UDP, NNTP
4.Short Answer Questions :
(a)Draw the XML tree for the following code :[5]
<Library>
<Books><Thrillers>
<Author>24</Author>
<Price>50</Price>
</Thrillers>
<Fiction>
<Author>25</Author>
<Price>60</Price>
</Fiction></Books>
</Library>
(b)Observe the following table and write the HTML code to generate it :
(c)In a small office network, to protect every computer from hackers, virus or worm, what should be done ? What is Firewall ? Name any one software for each of the following categrories :[5]
(i)Text Editor
(ii)Internet Browser
(d)Identify which of the following is a tag or an attribute : [3]
(i)HR
(ii)BR
(iii) P
(iv)align
(v)Text
(vi)Noshade
(e)Use the keywords given below to complete the paragraph :[2]
Browser, Website, Web page, Web address, HTML, HTTP
Meghna wants to access Internet. She opens ________ and then types the ________ of ________ which consists of multiple ________ .
Answer :(a)XML tree is below
(b)
HTML CODE TO GENERATE THE GIVEN TABLE :
<html><table border ="1" cols=all row=all
rulers=all>
<tr><tdrowspan="2" bgcolor> Primary
</td>
< td >Dance</td></tr><tr><td>Aerobics
</td<tr>
<tr><td rowspan="2"="gray">Middle School
</td><td>Gymnastic</td> </tr>
<tr><td>Yoga</td></tr>
<tr><td rowspan="3"= "gray">Sr School </td> <td> Maths Club</td></tr>
<tr><td>Robotics Club</td></tr>
<tr><td>Photography</td></tr>
</table>
</html>
(c)Once should use proper anti-virus equipped with a Firewall. A Firewall is a logical security valve for the purpose of protection of servers and PC's in a network. The firewall checks the data transmitting to and from the outer world to the network and acts like a colony guard. The malicious e-mail and spam data cannot enter to network while download or uploading files from the protected network with Firewall.
(i)Notepad, wordpad, vim and emacs are text editors
(ii)Chrome, Altavista, Internet Explorer, Mozilla, Netscape Navigators are Internet browsers
(d)List of tags : HR, BR, PList of attributes : Align, Text, Noshade
(e)Browser, Web Address, Website, Web Pages.
0 Comments