0% found this document useful (0 votes)
60 views

OBC 604 - Database Management System

asfd

Uploaded by

swapneeel
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)
60 views

OBC 604 - Database Management System

asfd

Uploaded by

swapneeel
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/ 7

5/21/24, 12:20 PM CampusERP

Assignment: 1

Instructions:
Number of Questions: 40
Maximum Marks: 40
Each question carries 1 Mark.
All questions are compulsory.
Attempts: 1
1
Which of the following is the full form of RDBMS?

Relational Data Management System


Relational Database Management System
Relative Database Management System
Regional Data Management System

2
Using which language can a user request information from a database?

Compiler
Structural
Query
Relational

3
What is the fullform of RAD?

Rare Application Developlment


Rapid Application Developlment
Roam Application Developlment
ResultingApplication Developlment

4
What is a key or secret word which is used to protect your information from an unauthorised access?

Password
Patent
Copyright
Trademark

5
Which is the lowest level of abstraction that describes how the data are actually stored?

View
Abstract
Physical
User

6
What is the nameof the part of database design linked to the logical design?

Database Entry
Database Relation
Database Schema
Database Recovery

https://col.dpuerp.in/Secured/IDLOnlineAssignment/OAStudentAssignmentNew.aspx?StudentSetID=JY3PVnY0UKD7ncvP5FLJog== 1/7
5/21/24, 12:20 PM CampusERP
7
What do you mean by one to many relationships?

One class may have many teachers


One teacher can have many classes
Many classes may have many teachers
Many teachers may have many classes

8
Which one of the following refers to the "data about data"

Directory
Sub Data
Warehouse
Meta Data

9
Which syntax is correct for RENAME DATABASE in MySQL?

RENAME old_database_name TO new_database_name;


RENAME DATABASE old_database_name TO new_database_name;
ALTER old_database_name MODIFY NAME = new_database_name;
ALTER DATABASE old_database_name MODIFY NAME = new_database_name;

10
What does the following statement do? WHERE CustomerName LIKE 'a%'

Finds any values that start with "a%"


Finds any values that contains only two characters starting with "a"
Finds all records
Finds any values that start with "a"

11
Which of the following creates a virtual relation for storing the query?

Function
Procedure
Table
View

12
Which of the following clause cannot be used in SQL sub queries?

GROUP BY
DELETE
ORDER BY
FROM

13
When is the object created with a new keyword?

at runtime
at compile time
Depends on the code
Dont know

https://col.dpuerp.in/Secured/IDLOnlineAssignment/OAStudentAssignmentNew.aspx?StudentSetID=JY3PVnY0UKD7ncvP5FLJog== 2/7
5/21/24, 12:20 PM CampusERP
14
Who invented OOP?

Andrea Ferro
Adele Goldberg
Alan Kay
Dennis Ritchie

15
Which feature of OOP indicates code reusability?

Inheritance
Abstraction
Polymorphism
Encapsulation

16
What is encapsulation in OOP?

It is a way of combining various data members and member functions into a single unit which can operate on any data
It is a way of combining various data members and member functions that operate on those data members into a single unit
It is a way of combining various data members into a single unit
It is a way of combining various member functions into a single unit

17
What is an abstraction in object-oriented programming?

Hiding the implementation and showing only the features


Hiding the important data
Hiding the implementation
Showing the important data

18
Which command is used to create an object?

Create Type command


create command
create database command
Alter Type command

19
Which part of database design linked to the logical design?

Database Entry
Database Relation
Database Schema
Database Recovery

20
What is the meaning of NULL value?

Zero
No Value
One Value
Missing Value

https://col.dpuerp.in/Secured/IDLOnlineAssignment/OAStudentAssignmentNew.aspx?StudentSetID=JY3PVnY0UKD7ncvP5FLJog== 3/7
5/21/24, 12:20 PM CampusERP
21
The set of processes developed in an organization to create, gather, store, transfer, and apply knowledge, best describes:

organizational learnings
organizational memory
knowledge assets
knowledge management

22
What is Metadata?

Co-related data
Data about Data
Inter-related
Data

23
What is the role of Transaction Manager?

To ensure Atomicity
To records information about all the transactions
To take control of the system so that it reaches a steady-state after a failure
executes the compiled queries and application programs

24
What is the Role of Recovery Manager ?

To ensure Atomicity
To records information about all the transactions
executes the compiled queries and application programs
To take control of the system so that it reaches a steady-state after a failure

25
Data ________________ refers to describing the data description, representing data semantics, and describing the consistency
constraints that apply to the data.

Adding
Modifying
Refining
Modeling

26
The process of database creation known as ________

Data Creation
Data Processing
Data Modelling
Data Defining

27
The records are connected through __________

Association
Aggregation
Nodes
Links

https://col.dpuerp.in/Secured/IDLOnlineAssignment/OAStudentAssignmentNew.aspx?StudentSetID=JY3PVnY0UKD7ncvP5FLJog== 4/7
5/21/24, 12:20 PM CampusERP
28
A hierarchical data model is ________

Plex Structure
Tree Structure
Table Structure
Normalize Structure

29
Parent nodes can have ______________ child

less than one


more than one
less than 2
more than 2

30
Network Model has _______ relationship

0.04236111111111111
1:M
M:1
M:M

31
A table consists of ________ records

one
two
three
several

32
The term _________ is also used to represent a column.

table
attribute
fields
relation

33
Attribute name can be redundant

True
False

34
Selection Operator is called as Restriction constraint

True
False

35
There can be duplicate tuples

True
False

https://col.dpuerp.in/Secured/IDLOnlineAssignment/OAStudentAssignmentNew.aspx?StudentSetID=JY3PVnY0UKD7ncvP5FLJog== 5/7
5/21/24, 12:20 PM CampusERP
36
A single-valued attribute cannot be stored in 1NF

True
False

37
3NF helps to maintain the integrity of the data.

True
False

38
A TABLE name cannot be renamed.

True
False

39
The relational database model was created by E.F. Codd.

True
False

40
DBMS is the collection of programs to store, retrieve, organize the co-related data

True
False

Assignment: 2

Instructions:
Assignment 2 is based on the following text/paragraph of case study/situational exercise etc. You first need to read this text and then answer the following
MCMR i.e. Multiple choice multiple response questions.
Number of Questions: 5
Each question carries 2 Mark
All Five Questions are Mandatory.
Attempts: 1
RetailMart Inc., a medium-sized retail company grappling with the complexities of disparate data sources, recognized the urgency to modernize its data
management practices. In response, the company embarked on a transformative journey by implementing a relational Database Management System
(DBMS). This strategic move not only addressed the challenge of data redundancy but also ensured consistency and integrity across various
departments. With the implementation of the DBMS, RetailMart witnessed a significant enhancement in data accessibility, enabling employees to swiftly
retrieve real-time information critical for informed decision-making processes. Moreover, the automation capabilities of the DBMS streamlined routine
tasks such as inventory management and sales tracking, resulting in operational efficiencies and cost savings. Through meticulous planning, seamless
integration efforts, and comprehensive employee training initiatives, RetailMart not only achieved operational excellence but also fostered a culture of
data-driven decision-making. This strategic overhaul has positioned RetailMart for sustained growth and competitiveness in the ever-evolving retail
landscape, empowering the company to meet the dynamic demands of its customers while staying ahead of the competition.
1

2 According to the case study, what challenge was RetailMart Inc. facing prior to implementing the DBMS?
Lack of employee training
Disparate data sources
Excessive inventory levels
Overreliance on manual processes

3 What type of Database Management System (DBMS) did RetailMart Inc. choose for implementation?
NoSQL
Cloud-based
Relational
Hierarchical

https://col.dpuerp.in/Secured/IDLOnlineAssignment/OAStudentAssignmentNew.aspx?StudentSetID=JY3PVnY0UKD7ncvP5FLJog== 6/7
5/21/24, 12:20 PM CampusERP

4 How did the DBMS implementation impact data accessibility at RetailMart Inc.?
Reduced data redundancy
Slowed down information retrieval
Increased data silos
Hindered decision-making processes

5 What significant benefit did the DBMS automation capabilities bring to RetailMart Inc.?
Increased manual errors
Higher inventory costs
Operational efficiencies
Decreased employee engagement

6 What strategic advantage did RetailMart Inc. gain through the DBMS implementation?
Lower customer satisfaction
Reduced competitiveness
Enhanced data-driven decision-making
Decreased employee productivity

Submit Subjective MCQ Assignments

Submit Assignments Cancel

Developed & Maintained by: Software Development Cell

https://col.dpuerp.in/Secured/IDLOnlineAssignment/OAStudentAssignmentNew.aspx?StudentSetID=JY3PVnY0UKD7ncvP5FLJog== 7/7

You might also like