Database Management System
105502Module 1: Database System Architecture
Q1a. ____ play an important role in defining and maintaining a database for an organization. *(Fill in the blank)*20192m
Module 1: Database System Architecture
View this question on its own page →____ play an important role in defining and maintaining a database for an organization.
(Fill in the blank)Q1a. Data model is collection of conceptual tools for describing (i) data (ii) data schema (iii) consistency constraints (iv) All of the above20182m
Module 1: Database System Architecture
View this question on its own page →Data model is collection of conceptual tools for describing
(i) data
(ii) data schema
(iii) consistency constraints
(iv) All of the aboveQ1a. Which statement is FALSE? (i) Every weak entity depends on a strong entity (ii) A weak entity can have a partial key (iii) Every many-to-many relationship becomes a separate relation (iv) Every relation generated from ER always has a single candidate key20252m
Module 1: Database System Architecture
View this question on its own page →Which statement is FALSE?
(i) Every weak entity depends on a strong entity
(ii) A weak entity can have a partial key
(iii) Every many-to-many relationship becomes a separate relation
(iv) Every relation generated from ER always has a single candidate keyQ1a. Which of the following is *not* a feature of the relational database model? (i) Tables with rows and columns (ii) Use of SQL (iii) Pre-defined data access paths (iv) Data independence20242m
Module 1: Database System Architecture
View this question on its own page →Which of the following is not a feature of the relational database model?
(i) Tables with rows and columns
(ii) Use of SQL
(iii) Pre-defined data access paths
(iv) Data independenceQ1a. Four DML commands are : (i) create, update, delete, select (ii) insert, update, drop, select (iii) create, alter, delete, select (iv) insert, modify, delete, select20222m
Module 1: Database System Architecture
View this question on its own page →Four DML commands are :
(i) create, update, delete, select
(ii) insert, update, drop, select
(iii) create, alter, delete, select
(iv) insert, modify, delete, selectQ1a. The way a particular application views the data from the database that the application uses is a (i) module (ii) relational model (iii) schema (iv) subschema20202m
Module 1: Database System Architecture
View this question on its own page →The way a particular application views the data from the database that the application uses is a
(i) module
(ii) relational model
(iii) schema
(iv) subschemaQ1b. Data models in DBMS are classified into _____ categories. (i) 3 (ii) 4 (iii) 5 (iv) 220182m
Module 1: Database System Architecture
View this question on its own page →Data models in DBMS are classified into _____ categories.
(i) 3
(ii) 4
(iii) 5
(iv) 2Q1b. The strong entity type and weak entity type participate in ____ relationship. *(Fill in the blank)*20192m
Module 1: Database System Architecture
View this question on its own page →The strong entity type and weak entity type participate in ____ relationship.
(Fill in the blank)Q1b. View is a : (i) temporary table (ii) virtual table (iii) dynamic table (iv) permanent table20222m
Module 1: Database System Architecture
View this question on its own page →View is a :
(i) temporary table
(ii) virtual table
(iii) dynamic table
(iv) permanent tableQ1c. Object-based logical models are used to describe data at (i) logical level (ii) view level (iii) physical level (iv) None of the above20182m
Module 1: Database System Architecture
View this question on its own page →Object-based logical models are used to describe data at
(i) logical level
(ii) view level
(iii) physical level
(iv) None of the aboveQ1c. A level that describes how a record is stored is: (i) physical (ii) logical (iii) user (iv) view20192m
Module 1: Database System Architecture
View this question on its own page →A level that describes how a record is stored is:
(i) physical
(ii) logical
(iii) user
(iv) viewQ1c. Key to represent relationship between tables is called (i) primary key (ii) secondary key (iii) foreign key (iv) None of the above20202m
Module 1: Database System Architecture
View this question on its own page →Key to represent relationship between tables is called
(i) primary key
(ii) secondary key
(iii) foreign key
(iv) None of the aboveQ1c. The different levels of data abstraction are: (i) Physical level (ii) Logical level (iii) View level (iv) all of the above20222m
Module 1: Database System Architecture
View this question on its own page →The different levels of data abstraction are:
(i) Physical level
(ii) Logical level
(iii) View level
(iv) all of the aboveQ1d. It is better to use files than a DBMS when there are (i) stringent real-time requirements (ii) multiple users wish to access the data (iii) complex relationships among data (iv) All of the above20202m
Module 1: Database System Architecture
View this question on its own page →It is better to use files than a DBMS when there are
(i) stringent real-time requirements
(ii) multiple users wish to access the data
(iii) complex relationships among data
(iv) All of the aboveQ1e. What is an instance of a database? (i) The logical design of the database system (ii) The entire set of attributes of the database put together in a single relation (iii) The state of the database system at any given point of time (iv) The initial values inserted into the database immediately after its creation20182m
Module 1: Database System Architecture
View this question on its own page →What is an instance of a database?
(i) The logical design of the database system
(ii) The entire set of attributes of the database put together in a single relation
(iii) The state of the database system at any given point of time
(iv) The initial values inserted into the database immediately after its creationQ1f. What is a foreign key? (i) A foreign key is a primary key of a relation which is an attribute in another relation (ii) A foreign key is a superkey of a relation which is an attribute in more than one other relations (iii) A foreign key is an attribute of a relation that is a primary key of another relation (iv) A foreign key is the primary key of a relation that does not occur anywhere else in the schema20182m
Module 1: Database System Architecture
View this question on its own page →What is a foreign key?
(i) A foreign key is a primary key of a relation which is an attribute in another relation
(ii) A foreign key is a superkey of a relation which is an attribute in more than one other relations
(iii) A foreign key is an attribute of a relation that is a primary key of another relation
(iv) A foreign key is the primary key of a relation that does not occur anywhere else in the schemaQ1f. The weak entity set does not have sufficient attributes to form. (i) Primary key (ii) Candidate key (iii) Both (i) and (ii) (iv) Super key20222m
Module 1: Database System Architecture
View this question on its own page →The weak entity set does not have sufficient attributes to form.
(i) Primary key
(ii) Candidate key
(iii) Both (i) and (ii)
(iv) Super keyQ1h. Which of the following is not an integrity constraint? (i) Not null (ii) Positive (iii) Unique (iv) Check 'predicate'20182m
Module 1: Database System Architecture
View this question on its own page →Which of the following is not an integrity constraint?
(i) Not null
(ii) Positive
(iii) Unique
(iv) Check 'predicate'Q1h. Database is generally: (i) system centered (ii) user centered (iii) company centered (iv) data centered20192m
Module 1: Database System Architecture
View this question on its own page →Database is generally:
(i) system centered
(ii) user centered
(iii) company centered
(iv) data centeredQ1i. The restriction placed on data is said to be: (i) relation (ii) attribute (iii) parameter (iv) constraint20192m
Module 1: Database System Architecture
View this question on its own page →The restriction placed on data is said to be:
(i) relation
(ii) attribute
(iii) parameter
(iv) constraintQ1j. An object in databases is equal to ____ + relationships. (i) data (ii) attribute (iii) entity (iv) constraint20192m
Module 1: Database System Architecture
View this question on its own page →An object in databases is equal to ____ + relationships.
(i) data
(ii) attribute
(iii) entity
(iv) constraintQ2a. Draw and explain the three-level architecture of the database system.20197m
Module 1: Database System Architecture
View this question on its own page →Draw and explain the three-level architecture of the database system.
Q2a. What are the five main functions of a database administrator?20207m
Module 1: Database System Architecture
View this question on its own page →What are the five main functions of a database administrator?
Q2a. Explain the three-level database architecture with a neat diagram. How does it support data abstraction and data independence?20257m
Module 1: Database System Architecture
View this question on its own page →Explain the three-level database architecture with a neat diagram. How does it support data abstraction and data independence?
Q2b. Compare the traditional file-based systems and relational database management system approaches.20197m
Module 1: Database System Architecture
View this question on its own page →Compare the traditional file-based systems and relational database management system approaches.
Q2b. What are four main differences between file-processing system and a DBMS?20207m
Module 1: Database System Architecture
View this question on its own page →What are four main differences between file-processing system and a DBMS?
Q2b. Explain integrity constraints in DBMS. Discuss different types with examples.20257m
Module 1: Database System Architecture
View this question on its own page →Explain integrity constraints in DBMS. Discuss different types with examples.
Q3. Construct an *E-R diagram* for a university registrar's office. The office maintains data about each class, including the instructor, the enrollment, and the time and place of the class meetings. For each class pair, a grade is recorded. Document all assumptions that you make about the mapping constraints.202014m
Module 1: Database System Architecture
View this question on its own page →Construct an E-R diagram for a university registrar's office. The office maintains data about each class, including the instructor, the enrollment, and the time and place of the class meetings. For each class pair, a grade is recorded. Document all assumptions that you make about the mapping constraints.
Q3a. Design an ER diagram for a Hospital Management System containing Patients, Doctors, Departments, and Appointments. Clearly identify entities, attributes, relationships, and cardinalities.20257m
Module 1: Database System Architecture
View this question on its own page →Design an ER diagram for a Hospital Management System containing Patients, Doctors, Departments, and Appointments. Clearly identify entities, attributes, relationships, and cardinalities.
Q3c. List out various constraints in relational model and explain in short.20195m
Module 1: Database System Architecture
View this question on its own page →List out various constraints in relational model and explain in short.
Q4a. Discuss the correspondence between E-R model construct and the relation model construct. Show how each E-R model construct can be append to the relational model using the following description of an organization: An organization uses number of items of an equipment to produce goods. Each item is at one LOCATION, of one TYPE and has a DETAILED_DISCRIPTION. Faults on the equipment are identified by a unique FAULT_ID and are reported at a TIME_REPORTED. Any number of persons may be assigned to a fault and work on the fault until it is fixed. The TIME_FIXED is recorded as the TIME_SPENT by each person on a fault. Any number of parts may be used to repair a fault. The QTY_USED of each part is recorded against the fault. Each part is identified by a PART_ID and has a given weight and MAX_DIMENSION and can have any number of colors.201910m
Module 1: Database System Architecture
View this question on its own page →Discuss the correspondence between E-R model construct and the relation model construct. Show how each E-R model construct can be append to the relational model using the following description of an organization:
An organization uses number of items of an equipment to produce goods. Each item is at one LOCATION, of one TYPE and has a DETAILED_DISCRIPTION. Faults on the equipment are identified by a unique FAULT_ID and are reported at a TIME_REPORTED. Any number of persons may be assigned to a fault and work on the fault until it is fixed. The TIME_FIXED is recorded as the TIME_SPENT by each person on a fault. Any number of parts may be used to repair a fault. The QTY_USED of each part is recorded against the fault. Each part is identified by a PART_ID and has a given weight and MAX_DIMENSION and can have any number of colors.
Q4b. Write a short note on types of attributes and their representation in E-R model with neat figures.20194m
Module 1: Database System Architecture
View this question on its own page →Write a short note on types of attributes and their representation in E-R model with neat figures.
Q4b. With example discuss candidate key, super key, primary key and foreign key.20227m
Module 1: Database System Architecture
View this question on its own page →With example discuss candidate key, super key, primary key and foreign key.
Q6a. Explain the different integrity constraints in database system with the help of example.20187m
Module 1: Database System Architecture
View this question on its own page →Explain the different integrity constraints in database system with the help of example.
Q6b. Discuss the concept of generalization, specialization and aggregation.20227m
Module 1: Database System Architecture
View this question on its own page →Discuss the concept of generalization, specialization and aggregation.
Q8a. Discuss the advantages and disadvantages of using DBMS as compared to a conventional file system.20227m
Module 1: Database System Architecture
View this question on its own page →Discuss the advantages and disadvantages of using DBMS as compared to a conventional file system.
Q8b. What is weak entity set? Explain with suitable example. How weak entities are represented as relational schemas.20227m
Module 1: Database System Architecture
View this question on its own page →What is weak entity set? Explain with suitable example. How weak entities are represented as relational schemas.
Q9a. Write short notes on: ER models20187m
Module 1: Database System Architecture
View this question on its own page →Write short notes on: ER models
Q9c. Write short notes on: Referential integrity in database20187m
Module 1: Database System Architecture
View this question on its own page →Write short notes on: Referential integrity in database