My Own Work
My Own Work
Classification of files:
Classification systems may be either direct or indirect. Direct filing means that the
documents can be stored or retrieved without reference to an index. In an indirect
system, index is necessary.
1. Alphabetical classification.
2. Numerical classification.
3. Geographical classification.
4. Subject-wise classification.
5. Chronological classification.
1. This system will operate efficiently only when there is an index. The index
must be carefully managed and kept up-to-date.
2. Index should be referred before ascertaining the location of a file. This will
cause delay in locating the files.
3. Since no miscellaneous files are kept it is not easy to arrange files for
miscellaneous papers.
4. Errors in filing will result due to transposition of figures.
1. This system will work only when combined with alphabetical classification.
Hence, it is not an independent system.
2. An index should be prepared, without index this system shall become
inoperative.
3. Errors may result if the geographical knowledge of the filing clerk is poor.
Hence, chances for misfiling will be more.
4. Proper training must be given to filing clerks. Otherwise, errors shall become
frequent.
This system is adopted only when the subject or content of a letter is more
important than the name of the correspondent. Each subject matter is kept in a
separate file. These files may then be arranged alphabetically, numerically or on
some other basis.
1. Once the subject is known, it is very easy to trace out the required information.
2. Each subject file gives complete particulars and information on that subject.
3. There is scope for unlimited expansion.
So far we have discussed the merits and demerits of various filing systems. It cannot
be easily demonstrated that any one filing system is better than any other, since every
business must, of course, select the method or methods best suited to its particular
purpose.
It is a fact that some methods, which are best for certain lines of work, would not be
the best for others. It is therefore necessary that the right type of classification system
be chosen. Each system should be examined with reference to certain important
factors.
Disadvantages of DDBMS
There are following disadvantages of DDBMSs:
1. Complexity: A distributed DBMS that hides the distributed nature from the
user and provides an acceptable level of performance, reliability, availability is
inherently more complex than a centralized DBMS.
2. Cost: Increased complexity means that we can expect the procurement and
maintenance costs for a DDBMS to be higher than those for a centralized
DBMS.
3. Security: In a centralized system, access to the data can be easily controlled.
However, in a distributed DBMS not only does access to replicated data have
to be controlled in multiple locations but also the network itself has to be made
secure.
4. Integrity control more difficult: Database integrity refers to the validity and
consistency of stored data. Integrity is usually expressed in terms of
constraints, which are consistency rules that the database is not permitted to
violate.
5. Lack of Standards: Although distributed DBMSs depend on effective
communication, we are only now starting to see the appearance of standard
communication and data access protocols.
6. Lack of experience: General-purpose distributed DBMSs have not been
widely accepted, although many of the protocols and problems are well
understood. Database design more complex: Besides the normal difficulties
of designing a centralized database, the design of a distributed database has to
take account of fragmentation of data, allocation of fragmentation to specific
sites, and data replication.
Types of Attributes-
In ER diagram, attributes associated with an entity set may be of the following types-
1. Simple attributes
2. Composite attributes
3. Single valued attributes
4. Multi valued attributes
5. Derived attributes
6. Key attributes
1. Simple Attributes-
Simple attributes are those attributes which can not be divided further.
Example-
Here, all the attributes are simple attributes as they can not be divided further.
2. Composite Attributes-
Composite attributes are those attributes which are composed of many other simple
attributes.
Example-
Here, the attributes “Name” and “Address” are composite attributes as they are
composed of many other simple attributes.
3. Single Valued Attributes-
Single valued attributes are those attributes which can take only one value for a given
entity from an entity set.
Example-
Here, all the attributes are single valued attributes as they can take only one specific
value for each entity.
4. Multi Valued Attributes-
Multi valued attributes are those attributes which can take more than one value for a
given entity from an entity set.
Example-
Here, the attributes “Mob_no” and “Email_id” are multi valued attributes as they can
take more than one values for a given entity.
5. Derived Attributes-
Derived attributes are those attributes which can be derived from other attribute(s).
Example-
Here, the attribute “Age” is a derived attribute as it can be derived from the attribute
“DOB”.
6. Key Attributes-
Key attributes are those attributes which can identify an entity uniquely in an entity
set.
Example-
Here, the attribute “Roll_no” is a key attribute as it can identify any student uniquely