Assignment 1 Solutions
Assignment 1 Solutions
True
False
0.5 points
Database systems are designed to manage large amounts of information.
True
False
0.5 points
DBMS is a software system for database management and manages a single
database.
True
False
0.5 points
Many users can concurrently access a particular database.
True
False
True
False
0.5 points
DBMS guarantees the availability of data when a user tries to retrieve the
data.
True
False
0.5 points
In DBMS, record structures are hard-coded into its internal programs.
True
False
0.5 points
A “log” in the RDBMS keeps track of update operations of all transactions.
True
False
2 points
What is the most appropriate matching between the following sets where set
S1 represents a type of enterprise and set S2 represents the type of
information that an enterprise wants to store as a database?
S1: {w: Airline; x: Telecommunication; y: Banking; z: Universities}
S2: {p: reservation and schedule information; q: customers, accounts, loans,
and associated information; r: information about the communication
networks; s: information about students, courses, grades, etc.}
2 points
Consider the statements given below:
S1: Data abstraction is the DBMS characteristic that allows program-data
independence.
S2: Data models allow representation of a database at different levels of
detail.
Choose the correct option:
2 points
Consider the statements given below:
S1: Meta-data is the descriptions of the relation schemas and associated
constraints.
S2: DBMS stores data and meta-data in the database catalog.
Choose the correct option:
2 points
Consider the statements given below:
S1: Database schema is specified during the design stage and describes the
database.
S2: The scheme of a database changes frequently.
2 points
What is the most appropriate matching between the following sets w.r.t. data
abstraction:
S1: {w: physical level; x: logical level; y: view level}
S2: {p: describes what data is stored; q: describes how the data is stored; r:
describes only part of the database}
2 points
Typically, a database administrator (DBA) is responsible for:
Schema definition
Schema modification
Granting of authorization for data access
All of the above
2 points
Consider a typical data retrieval request in DBMS. Find the statement which is
TRUE.
The data retrieval query always returns the records in sorted order.
The query formulation is based on the conceptual schema.
The query formulation is based on the physical schema.
None of the above is TRUE.
2 points
What is FALSE regarding the relational data model: