Short Questions CHP - No1
Short Questions CHP - No1
a) Data is separated and isolated. B) Data is often duplicated. C) Application programs are dependent on file formats.
d) All of the above. E) None of the above.
2. Database-processing programs:
a) Call the DBMS to access the stored data. b) Cannot be used by more than one person.
c) Require at least one dedicated workstation. d) Present problems with storage space.
3. In a database system, all the application data is stored in a single facility called the:
5. The features and functions of a DBMS can be divided into three parts:
6. The major purpose of a database system is to provide users with an abstract view of data. T F
7. The logical level is the lowest level of abstraction describes how the data are actually stored. T F
8. The data model is a conceptual tool for describing data, data relationship, data semantics, and consistency constraints.
T F
9. Which of the following data model described through the course of database systems?
10. Which is of the following problems arises in the file-processing system for database application handling?
1. Data isolation
2. Integrity problems
3. Security problems
4. All of above 5. Non of the above
11. A set of programs supporting the creation, maintenance and operation of a database is called- ------------------
1. The state of a database 2. A description of the database using a specific data model
2. The content of the database 4. The collection of related data
13. A conceptual schema is a description of a database specified using a high-level data model T F
1. easier to maintain 2. More difficult to understand 3. more difficult to maintain 4. make the database overly complex
1. The state of the database 2. The data and all applications used on the data 3. The definition of the database
4. The data and all software (DBMS and applications) that process the database
5. One particular database the schema of a database
a. the list of various DBMSs b. data from various databases c. descriptions of database structure and constraints
d. meta-data
a. access control b. flexibility c. controlled redundancy d. multiple user interfaces e. lower cost
19. Recording data in a way so that it is easier to find data items are called:
20. ---------------------------- relies on either straight lines or cyclical pointers to map out the relationships between different items:
a. Hierarchical Model
b. Network Database Model
c. Relational Database Model
d. Object Oriented database Model
24. The data from which information can be extracted is called operate able data. T F
26. The basic process of database design can be broken down into ---------------------- phases.
29. The different types of database users are Application Programmer, Sophisticated user, specialized user and ----------------------.
Q. What is data redundancy and which characteristics of the file system can lead to it?
Data redundancy exists when unnecessarily duplicated data are found in the database. For example, a customer's
telephone number may be found in the customer file, in the sales agent file, and in the invoice file. Data
redundancy is symptomatic of a (computer) file system, given its inability to represent and manage data
relationships. Data redundancy may also be the result of poorly designed databases that allow the same data to
be kept in different locations. (Here's another opportunity to emphasize the need for good database design!)
File systems exhibit data dependence because file access is dependent on a file's data characteristics. Therefore,
any time the file data characteristics are changed, the programs that access the data within those files must be
modified. Data independence exists when changes in the data characteristics don't require changes in the
programs that access those data.
A DBMS is best described as a collection of programs that manages the database structure and that control
shared access to the data in the database. Current DBMSes also store the relationships between the database
components; they also take care of defining the required access paths to those components. The functions of a
current- generation DBMS may be summarized as follows:
1. stores the definitions of data and their relationships (metadata) in a data dictionary; any changes made
are automatically recorded in the data dictionary.
5. Creates complex structures that allow multiple user access to the data.
8. Provides access to the data via utility programs and from programming languages interfaces.
Data independence exists when data access programs are not subject to change when any of the file's data
characteristics change. Data independence is important because it substantially decreases programming effort
and program maintenance costs.