CBSE 10th FIT Sample Papers PDF

Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

Download Sample Papers from www.questionpaperz.

in
Foundation of Information Technology (Code No: 165)
Sample Question Paper II
Summative Assessment - Term II
Class X (2015-16)

Max Time: 3 hours Max Marks: 90

SECTION A

Q1) Fill in the blanks: [10]

i) TR tag can only be inside ______________ tag.


ii) _______________ are used to connect web pages.
iii) The default alignment of an image is ________ .
iv) __________ is used to change the visited link colour.
v) ____________ tag can only be present inside <TR> tag.
vi) Any crime committed using computers and internet is termed as cyber crime.
vii) Spyware is a type of malware that is installed on a user’s computer and
collects information about users without their consent and knowledge.
viii)A cracker is a technical person who breaks through the system’s security with
malicious intentions.
ix) You need a text editor to create and edit an XML document.
x) ___________ is copying data files to disk or some other storage device to
provide a copy of them.

Q2) State True or False: [10]

i) The HTML tag for inline image is <img>.


ii) Internal linking links two different sections of same document.
iii) Cellspacing gives amount of space between the cell border and the cell
contents.
iv) A table’s background colour can be specified using backgroundcolor attribute.
v) <TD> is a container tag.
vi) A valid XML document is one that is well-formed and which confirms to the
DTD schema.
vii) Physical structure refers to different parts of a document i.e. how a document
is built.
Download Sample Papers from www.questionpaperz.in
viii)Xml is Extended MarkupLanguage
ix) A worm is a program designed to replicate.
x) A hacker is a malicious programmer who break into secure systems.

Q3) Short Answer Questions –

i. What does an anti-virus software do? [2]


ii. Write two advantages of online backup. [2]

iii. Write the HTML code to display an inline image named pencil.jpg located at
c:\ in the center of your web page. [2]

iv. Write the full forms of: [2]

a) <HR> ii) <A> iii) <img> iv) <P>

v. Write the html code to send an email at abc@xyz.com through your web
page. [2]

vi. Name the attributes of <A> tag which are used for internal linking in a web
page. [2]

Q4) Short Answer Questions –

i. Draw the XML tree for the code given below: [5]

<bookstore>
<book category="CHILDREN">
<title>Harry Potter</title>
<author>J K. Rowling</author>
<year>2005</year>
<price>29.99</price>
</book>
<book category="WEB">
<title>Learning XML</title>
<author>Erik T. Ray</author>
<year>2003</year>
<price>39.95</price>
</book>
</bookstore>

ii. Observe the following table and write the HTML code to generate it : [5]
Download Sample Papers from www.questionpaperz.in

Marks

English Maths Economics Physics

67 89 77 92

Note: Ist row has yellow background and 2nd row has green background.

iii. What is the meaning of backup and why the data backup is essential?
Also name 4 devices to take data backup. [5]

iv. Write the names of two attributes for each tag: [5]

a) <HR>
b) <Body>
c) <img>
d) <Table>
e) <A>

Q5) Long Answer Questions –

i. Observe the following web page and write HTML code to generate it. [10]
Download Sample Papers from www.questionpaperz.in
Note the following points while generating the Webpage:

 Link colour is brown, active link colour is yellow and visited link colour is red.
 Title of the page is “wild life in India”
 Heading of the page is maroon
 Image used is “tiger.jpg”
 Caption of table is blue
 Table border is blue and of size 2.
 The 4 links are one.html, two.html, three.html and four.html
 The email id for contact us is abc@xyz.com

ii. Write two points of difference between XML and HTML. What is meant by
a well formed XML document(Write three points)? Write the code to create
an XML document to present following data: [10]

Destination Cost No_of_days Mode_of_trans

Singapore 200000 8 Aeroplane

Simla 10000 4 Bus

SECTION B

Multiple Choice Questions (Choose most appropriate option): [18]

i. Which property tells how many rows a cell should span?


a) Colspan = n
b) Rowspan =n
c) Both a. and b.
d) None of these
ii. XML uses
a) Only 6 tags
b) Predefined tags
c) Custom tags
d) HTML tags
iii. Copy of data created for safe storage is
a) Saved copy
b) Backup
c) Dcopy
d) Stored copy
iv. XML uses the features of
a) SGML
b) HTML
c) XHTML
Download Sample Papers from www.questionpaperz.in
d) DHTML
v. Which of the following is not the source of virus?
a) Email attachments
b) Pen drives
c) Typing through key board
d) Downloading files
vi. Which of them is correct XML tag
a) <first name>
b) <6class>
c) <name>
d) All of the above
vii. A good way to safeguard access to your computer is to _________ protect
it.
a) A deadbolt
b) Copyright
c) Safemode
d) Password
viii. Which one of these is correct PI of a XML document?
a) <?xml version = “1.0”?>
b) <?xml version = “1.0”>
c) </xml version = “1.0”>
d) <xml version = “1.0”?>
ix. Which statement is true?
a) All XML elements must have a closing tag.
b) All XML elements must be in lower case.
c) All XML document must have a DTD.
d) All of the above
x. Choose the correct HTML statement to left align the content inside a table
cell.
a) <td valign = “left”>
b) <tdleft>
c) <td align= “left”>
d) <td leftalign>
xi. Which of the following is used to give comment in html?
a) <!-->
b) <!>
c) <--!>
d) <com>
xii. Border, cellspacing, cellpadding, align are the attributes of
a) <body>
b) <img>
c) <table>
d) None of these
xiii. Which tag is used to render a horizontal line?
a) <h1>
b) <hr>
c) <rule>
d) <br>
Download Sample Papers from www.questionpaperz.in
xiv. Which of these are all table tags?
a) <thead>, <body>, <tr>
b) <table>, <tr>, <td>
c) <table>, <head>, <title>
d) <table>, <tr>, <tt>

xv. Valid XML document means


a) The document has one root element
b) The document contains one or more root element
c) The document has a DTD and complies to it
d) Each element must be in capital letter

xvi. When creating a Web document, what format is used to express an


image's height and width?

a) Centimeters
b) Pixels
c) Dots per inch
d) Inches

xvii. Which sequence of HTML tags are correct?


a) <html><head><title></<title></head><body></body></html>
b) <html><head></head><body><title></<title></body></html>
c) <html><head><title></<title><body></body></head></html>
d) <html><title></<title><head></head><body></body></html>

xviii. Which command we use to link a page with an HTML page?


a) <a link=\"page.htm\" ></a>
b) <a href=\"page.htm\" ></a>
c) <a connect=\"page.htm\" ></a>
d) <a attach=\"page.htm\" ></a>

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