0% found this document useful (0 votes)
21 views2 pages

BSCIT-201 DBMS Assignment 1

The document is an assignment for the course BSCIT-201 on Database Management System at Dr. Babasaheb Ambedkar Open University. It includes questions on attributes in ERD, characteristics of databases, disadvantages of file-based approaches, and relational data models, along with multiple-choice questions related to database concepts. The total marks for the assignment are 30, with specific questions allocated different marks.

Uploaded by

shubhpatil945
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views2 pages

BSCIT-201 DBMS Assignment 1

The document is an assignment for the course BSCIT-201 on Database Management System at Dr. Babasaheb Ambedkar Open University. It includes questions on attributes in ERD, characteristics of databases, disadvantages of file-based approaches, and relational data models, along with multiple-choice questions related to database concepts. The total marks for the assignment are 30, with specific questions allocated different marks.

Uploaded by

shubhpatil945
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

DR.

BABASAHEB AMBEDKAR OPEN UNIVERSITY


ASSIGNMENT – I
COURSE CODE: BSCIT-201
COURSE NAME: DATABASE MANAGEMENT SYSTEM
TOTAL: 30

Q-1 Answer the following questions: (Any one) [10]


A) List out and define various types of Attributes in ERD.
B) List out and define various types of Keys in detail.

Q-2 Answer the following questions: (Any two) [10]


A) Define various characteristics and benefits of a Database.
B) Explain disadvantages of the file-based approach.
C) Define Relational Data Model in brief.
D) List out and explain types of Relationship in brief.

Q-3 Attempt following Multiple Choice Questions: [10]


1. Database is collections of
A) Modules B) Data
C) Programs D) None of these

2. Who created the first DBMS?


A) Edgar Frank Codd B) Charles Babbage
C) Charles Bachman D) Sharon B. Codd

3. Which type of data can be stored in the database?


A) Image oriented data B) Text, files containing data
C) Data in the form of audio or video D) All of these

4. Logical design of database is called


A) Database Schema B) Database Instance
C) Database Snapshot D) All of these

5. Association for several entities is called as


A) Relationship B) Object
C) Association D) None of these

6. For each attribute of a relation, there is a set of permitted values, called the
________ of that attribute.
A) Domain B) Relation
C) Set D) Schema

7. An entity set that does not have sufficient attributes to form a primary key is termed as
A) Strong entity set B) Weak entity set
C) Variant set D) Variable set

8. CREATETABLE Manager(ID NUMERIC,Name VARCHAR(20),budget


NUMERIC,Details VARCHAR(30));
Inorder to ensure that the value of budget is non-negative which of the following
should be used?
A) Check(budget>0) B) Alter(budget>0)
C) Check(budget) D) Alter(budget<0)

9. An anomaly in a relation is
A) An unusual data value
B) A duplicate data value caused by changing the data
C) An undesirable consequence of changing the data
D) An error in the design

10. Restrictions on operations on a relation are called


A) Deletion anomalies B) Insertion anomalies
C) Modification anomalies D) Referential integrity constraints

You might also like