CBSE Class 10 Foundation of Information Tech Sample Paper 2019 Solved
CBSE Class 10 Foundation of Information Tech Sample Paper 2019 Solved
com
Class X
Foundation of Information Technology (Code: 165)
Sample Question Paper 2018-19
General Instructions:
om
iii) Snapdeal
.c
iv) All of above
ay
b. Background is an attribute of:
i) <BODY> tag
od
ii) <FONT> tag
t
iii) <IMG> tag
es
c. A link used to navigate or open other web pages on a website on internet is called:
tu
i) Higherlink
.s
ii) Hyperlink
w
iii) Heterolink
w
Page No. 1
Downloaded from www.studiestoday.com
Downloaded from www.studiestoday.com
2. What is Blog? 1
3. Discuss the purpose of HTTP briefly. 1
4. Tamanna needs to store and transport the data. She should use HTML or XML? 1
5. Name the protocol which is used for uploading & downloading data from remote site. 1
6. What is the full form of URL? 1
7. What is the purpose of a web browser? Give the name of any two popular web browsers. 2
8. Explain the term Digital Divide. 2
9. Define cell padding and cell spacing with respect to tables in HTML. 2
OR
Define container & empty tags in HTML.
10. What is a primary key in a table? 2
om
OR
What is the need of a database? Discuss briefly.
.c
11. Differentiate between <OL> and <UL> tag with suitable example. 3
ay
12. What is the purpose of <IMG> tag? Mention it’s any two attributes along with their purpose. 3
What is e-Learning? Mention any two main benefits of e –learning with respect to the use of
od
3
13.
Information Technology.
t
es
Ishan, a trainee in a multinational bank has just got his first official computer with internet
tu
facility in his office. Explain him about Malware, its types and any two precautionary measure
.s
15. Write the HTML code to generate the following web page with the given below specifications: 5
w
(b) Table’s header row with a heading “INCOME TAX SLABS 2017-18” should spread
over four cells.
(c) After heading row, first cell of next row should spread over five rows with an image
named “it.jpg” stored in d: drive.
(d) Set the space between the cell wall and the cell content to 10 pixels and set the space
between the cells to 10 pixels.
(e) At the bottom of the page, a link to next page is there which is linked to another
webpage named “next.html”.
Page No. 2
om
16. Attempt any one question out of the given two: 5
.c
A. Sahiba, a website designer with “International Designers Pvt. Ltd.” has written the
ay
following code. Observe the code given below and answer the following questions:
od
<company>
<employee eid=1>
<name>Albert</name>
t
es
<dept deptid=“d1”>Computer</dept>
</employee>
di
<employee eid=2>
<name>Manisha</name>
tu
<dept deptid=“d2”>Accounts</dept>
.s
</employee>
</company>
w
OR
B. Vani, a class X student has recently completed her HTML course and just started
learning XML. Help her in the following:
i. Mention her any one main difference between HMTL and XML.
ii. She has been told that “All major browsers have a built-in XML parser to access and
manipulate XML”. Is this statement right or wrong?
iii. Explain her the purpose of comments in XML document.
iv. Tell her the syntax to put comments in XML documents.
v. Explain her the meaning of well-formed XML documents.
Page No. 3
om
b. Background is an attribute of:
i) <BODY> tag
.c
ii) <FONT> tag
iii) <IMG> tag
ay
od
iv) <A> tag
Ans. (i)
t
es
c. A link used to navigate or open other web pages on a website on internet is called:
tu
i) Higherlink
.s
ii) Hyperlink
w
iii) Heterolink
w
Ans. (ii)
(1 mark for correct answer)
d. A total of how many headings are there in html:
i) 4
ii) 6
iii) 7
iv) 8
Page No. 1
om
particular topic just like they write in their diary or journal. People who write on blogs are
Ans
called bloggers.
.c
(1 mark for correct answer)
ay
3. Discuss the purpose of HTTP briefly. 1
Ans Full form of HTTP is Hypertext Transfer Protocol. It is the foundation of data communication
od
for the World Wide Web.
t
es
5. Name the protocol which is used for uploading & downloading data from remote site. 1
w
Page No. 2
om
whereas empty tags are tags which have only opening tag like <HR>, <BR>.
(2 mark for correct answer)
.c
10. What is a primary key in a table? 2
ay
OR
What is the need of a database? Discuss briefly.
od
Ans A primary key is a special relational database table column (or combination of columns)
t
es
designated to uniquely identify each & every table record. It does not contain NULL &
duplicate values
di
OR
tu
A database is usually a large collection of data which is organized in a very effective and
.s
efficient manner. It allows the user for rapid search and retrieval of required information.
w
11. Differentiate between <OL> and <UL> tag with suitable example. 3
w
<OL> stands for Ordered List which can be either numerical or alphabetical while <UL>
stands for Unordered List which can be either disc, square or circle.
Code examples containing <OL>and<UL> is given below with their respective outputs:
HTML CODE AND OUTPUT HTML CODE AND OUTPUT
Ans CODE CODE
Hobbies Hobbies
<OL> <UL>
<LI>Games <LI>Games
<LI>Programming <LI>Programming
Page No. 3
om
12. What is the purpose of <IMG> tag? Mention it’s any two attributes along with their purpose. 3
<IMG> tag is used to insert images in any webpage.
.c
Its two main attributes are as follows:
Ans
SRC: It specifies the URL of the image.
ay
od
ALT: It specifies an alternate text for an image.
(1 mark for correct purpose of <IMG> tag)
t
es
(1 mark each for any two attributes along with their purpose)
di
What is e-Learning? Mention any two main benefits of e –learning with respect to the use of 3
13.
tu
Information Technology.
.s
Learning with the help of electronic resources like computers, tablets, smart phone, internet
w
It is time saving as well as removes the distance barrier between learner &
Ans teacher.
It has quicker delivery cycle times than traditional classroom-based instruction.
It is less expensive to set-up an e-learning environment.
(1 mark for correct definition of e-Learning)
(1 mark each for any two correct benefits of e-Learning)
14. Differentiate between Crackers & Hackers. 3
OR
Ishan, a trainee in a multinational bank has just got his first official computer with internet
facility in his office. Explain him about Malware, its types and any two precautionary measure
Page No. 4
om
generally to disrupt, damage, or gain authorized access to a computer system. It can be of
various types like Virus, Worms, Trojan Horses etc.
.c
Any two precautionary measures to be taken against malware are as follows:
ay
Install quality Antivirus software
Regular update of Antivirus software and regular PC scan
od
Do not click on unknown or suspicious links
t
es
15.Write the HTML code to generate the following web page with the given below specifications: 5
w
(b) Table’s header row with a heading “INCOME TAX SLABS 2017-18” should spread
w
Page No. 5
om
Ans <html>
.c
<head><title>Income Tax Slabs 2017-
ay
18</title></head> <body>
<table bgcolor="pink" border=1 cellspacing=10 cellpadding=10>
od
<tr>
t
<th colspan=4>
es
</th>
tu
</tr>
.s
<tr>
w
<td>S.No.</td>
w
<td>Income Range</td>
<td>Tax%</td>
</tr>
<tr>
<td>1</td>
<td>0 – 250000</td>
<td>NIL</td>
</tr>
<tr>
<td>2</td>
Page No. 6
om
</tr>
.c
</table>
ay
</table>
<a href="next.html">Next Page</a>
od
</body>
t
</html>
es
di
A. Sahiba, a website designer with “International Designers Pvt. Ltd.” has written the
following code. Observe the code given below and answer the following questions:
<company>
<employee eid=1>
<name>Albert</name>
<dept deptid=“d1”>Computer</dept>
</employee>
<employee eid=2>
<name>Manisha</name>
<dept deptid=“d2”>Accounts</dept>
</employee>
</company>
i. Are these tags part of HTML code or XML code?
ii. Identify the root element.
Page No. 7
OR
B. Vani, a class X student has recently completed her HTML course and just started
learning XML. Help her in the following:
i. Mention her any one main difference between HMTL and XML.
ii. She has been told that “All major browsers have a built-in XML parser to access and
manipulate XML”. Is this statement right or wrong?
iii. Explain her the purpose of comments in XML document.
iv. Tell her the syntax to put comments in XML documents.
v. Explain her the meaning of well-formed XML documents.
Ans A.
i. These tags are part of XML code.
ii. <company>
om
iii. <name> and <dept>
iv. eid and deptid
v.false
.c
OR
ay
B.
i.Primary purpose of HTML is to design a webpage while XML is used to store and transport
od
the data.
ii.Right
iii.Comments are added as notes or lines for understanding the purpose of an XML code.
t
es
************
Page No. 8