Which data model uses objects, classes, and inheritance features, mirroring concepts from object-oriented programming? MCQ with Answer and Explanation

Which data model uses objects, classes, and inheritance features, mirroring concepts from object-oriented programming?
A. Network Data Model
B. Flat Data Model
C. Relational Data Model
D. Object-Oriented Data Model
Answer: Option D
Solution (By JKExamLibrary)
The Object-Oriented Data Model integrates object-oriented programming languages directly with databases, storing data as objects with attributes and methods.

This question belongs to: Computer Database Management System (DBMS)

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Database Management System (DBMS) Questions

Question #1 Report Error
Which of the following is a property of a transaction that ensures that the database remains in a valid state before and after the transaction?
A. Durability
B. Isolation
C. Consistency
D. Atomicity

Correct Answer: Option C


Explanation:
Consistency ensures that a transaction brings the database from one valid state to another, maintaining all defined rules and constraints.

This question belongs to: Computer Database Management System (DBMS)
Question #2 Report Error
In normalization, 1NF requires that:
A. The table has a primary key
B. There are no partial dependencies
C. All attributes have atomic values
D. There are no transitive dependencies

Correct Answer: Option C


Explanation:
First Normal Form (1NF) ensures that each attribute contains only atomic (indivisible) values.

This question belongs to: Computer Database Management System (DBMS)
Question #3 Report Error
In DBMS, what is the role of a DBA?
A. Data Backup Assistant
B. Dynamic Binary Analyzer
C. Database Application Builder
D. Database Administrator who manages the database system

Correct Answer: Option D


Explanation:
The Database Administrator (DBA) is responsible for designing, implementing, maintaining, and securing the database.

This question belongs to: Computer Database Management System (DBMS)