Download Encyclopedia for com..

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

PL/SQL wikipedia , lookup

Versant Object Database wikipedia , lookup

Relational model wikipedia , lookup

Database wikipedia , lookup

Database model wikipedia , lookup

Concurrency control wikipedia , lookup

Clusterpoint wikipedia , lookup

Transcript
ENCYCLOPEDIA FOR COMPUTER SCIENCE
Aim:
To create a database for abbreviations, meanings for the terms and words used in the
computer terminology and present it to the user for any purpose like searching a meaning,
finding any abbreviation etc.
Present system: The present system which is available as the dictionary for
computer terminology is also used for the same purpose but we cannot find, or search a
particular word which we want to search. This is the drawback in the present system.
Proposed system: The system which we are proposing now is similar to the
previous one but, we are newly implementing the searching technique which is used for finding
a word or an abbreviation which we want by simply specifying the word in the provided space.
To implement this we are using a searching algorithm, which will take the input either a string
(or) integer, and if the search is successful then it displays the result if not, it displays the result
as word not found.
To implement this dictionary of computing we need 3 things. They are Database, Interface and
a Searching algorithm
Database: here database is nothing but a set of words used in the computer terminology
and their meanings, and also abbreviations. We can create this database by using the
software’s like MS-access, SQl server, DBMS.
Interface: interface is nothing but a display which we provide for the user to use the
dictionary. This interface can be created as a website or else it can be created using software’s
like java, dot net etc.
Searching technique: searching technique is nothing but, a method of searching the
given word in the database. We can use searching algorithms like pattern matching algorithms
to perform this searching.
Hardware requirements: System with Pentium IV
Software requirements: front end –dot net
Back end -- MS-access or oracle or DBMS