Web Technology (DA4220) 2017-2018: Name: Himanshu Dhaka
Web Technology (DA4220) 2017-2018: Name: Himanshu Dhaka
Web Technology (DA4220) 2017-2018: Name: Himanshu Dhaka
(DA4220)
2017-2018
Name: Himanshu Dhaka
Roll no: 160102232
Department and Section: CSE-D
Submitted to: Dr. Srabanti Maji
<html>
<head>
<title>Using Defination Tag</title>
</head>
<body>
<h2>Definations</h2>
<dl>
<dt>File System:-</dt>
<dd>In this system ,data is stored in permernant system files(secondary storage).Different
application programs are written to extract data from these files and to add record to these
files.</dd>
<dt>DBMS:-</dt>
<dd>A database management system(DBMS) is system software for creating and managing
databases. The DBMS provides users and programmers with a systematic way to create,
retrieve, update and manage data.</dd>
<dt>Data Abstraction:-</dt>
<dd>Only the useful data is displayed instead of the full data. Three levels of data
abstraction are:</br>*View Level</br>*Logical Level</br>*Physical Level</dd>
</dl>
</body>
</html>
<html>