Web Engineering Notes

Web Engineering Notes   Web Engineering Web engineering is way of developing and organising knowledge about Web application development and applying that knowledge to develop Web applications, or to address new requirements or challenges. It is also a way of managing the complexity and diversity of Web applications. Web engineering is specifically targeted toward the … Read more

DBMS Notes

Data Base Management System Notes   DBMS Concept Database Management System (DBMS) A database management system (DBMS) is a program that lets one or more computer users create and access data in a database. A DBMS can be thought of as a file manager that manages data in databases rather than files in file systems. … Read more

Data Structure Notes

Data Structure Notes   Abstract Data Type An abstract data type (ADT) is a set of data values and associated operations that are precisely specified independent of any particular implementation; such a data type is abstract in the sense that it is independent of various concrete implementations. Some of the examples of the ADT are … Read more