FIT CBSE Answer Sheet of Sample Paper 2017-18 Final Board Exam| Class 10th


1. (a) iv) All of above
(b) i) <BODY> tag
(c) ii) Hyperlink
(d) ii) 6
(e) iii) Source

2. Blog is an alternative word for weblog. People often write about their opinion or thought on a particular topic just like they write in their diary or journal. People who write on blogs are called bloggers.

3. Full form of HTTP is Hypertext Transfer Protocol. It is the foundation of data communication for the World Wide Web.

4. She should use XML.

5. FTP (File Transfer Protocol)

6. Full form of URL is Uniform Resource Locator

7. A web browser is an application program used for exploring the information resources available on the World Wide Web to retrieve the required information.
Two popular web browsers are Google Chrome and Mozilla Firefox.

8. It is an economic and social inequality with regard to access to, use of, or impact of Information and Communication Technologies (ICT).

9. CELLSPACING controls the space between table cells and CELLPADDING sets the amount of space between the contents of the cell and the cell wall.
OR
Container tags are tags which have both opening as well as closing tag like <B> ……</B> whereas empty tags are tags which have only opening tag like <HR>, <BR>.

10. A primary key is a special relational database table column (or combination of columns) designated to uniquely identify each & every table record. It does not contain NULL & duplicate values
 OR
A database is usually a large collection of data which is organized in a very effective and efficient manner. It allows the user for rapid search and retrieval of required information.

11. <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:

12. <IMG> tag is used to insert images in any webpage. Its two main attributes are as follows:
SRC: It specifies the URL of the image.
ALT: It specifies an alternate text for an image.

13. Learning with the help of electronic resources like computers, tablets, smart phone, internet etc. is known as E-learning.
Advantages of eLearning are:
• It is time saving as well as removes the distance barrier between learner &
teacher.
• It has quicker delivery cycle times than traditional classroom-based instruction.
• It is less expensive to set-up an e-learning environment.

14. In computing, a hacker is any skilled computer expert who uses their technical knowledge to overcome a problem or otherwise gains remote access to a protected computer system mainly to get thrill out of it.
A cracker is also a skilled computer expert but he/she breaks into or otherwise violates the system integrity of remote machines with malicious intent. Having gained unauthorized access, crackers destroy vital data, deny legitimate users service, or cause problems for their targets.
(3 marks for correct differentiation)
 OR
Malware is a computer software which is specifically designed with malicious intention
generally to disrupt, damage, or gain authorized access to a computer system. It can be of
various types like Virus, Worms, Trojan Horses etc.
Any two precautionary measures to be taken against malware are as follows:
• Install quality Antivirus software
• Regular update of Antivirus software and regular PC scan
• Do not click on unknown or suspicious links
• Avoid pirated software

15. <html>
<head><title>Income Tax Slabs 2017-18</title></head>
<body>
<table bgcolor="pink" border=1 cellspacing=10 cellpadding=10>
<tr>
<th colspan=4>
INCOME TAX SLABS 2017-18
</th>
</tr>
<tr>
<td rowspan=5><img src="d:\it.jpg"></td>
<td>S.No.</td>
<td>Income Range</td>
<td>Tax%</td>
</tr>
<tr>
<td>1</td>
<td>0 – 250000</td>
<td>NIL</td>
</tr>
<tr>
<td>2</td>
<td>250001 - 500000</td>
<td>10%</td>
</tr>
<tr>
<td>3</td>
<td>500001 - 1000000</td>
<td>20%</td>
</tr>
<tr>
<td>4</td>
<td>>1000000</td>
<td>30%</td>
</tr>
</table>
</table>
<a href="next.html">Next Page</a>
</body>
</html>

16. A.
i. These tags are part of XML code.
ii. <company>
iii. <name> and <dept>
iv. eid and deptid
v.false
OR
B. 
i.Primary purpose of HTML is to design a webpage while XML is used to store and transport
the data.
ii.Right
iii.Comments are added as notes or lines for understanding the purpose of an XML code.
iv.A comment starts with <!-- and ends with -->.
Syntax for comments are as follows:
<!-- Comments -->
v. An XML document with correct syntax is called "Well Formed".

Previous Post Next Post