CuriousTab
Search
CuriousTab
Home
Aptitude
Computer
C Programming
C# Programming
C++ Programming
Database
Java Programming
Networking
Engineering
Biochemical Engineering
Biochemistry
Biotechnology
Chemical Engineering
Civil Engineering
Computer Science
Digital Electronics
Electrical Engineering
Electronics
Electronics and Communication Engineering
Mechanical Engineering
Microbiology
Technical Drawing
GK
Current Affairs
General Knowledge
Reasoning
Data Interpretation
Logical Reasoning
Non Verbal Reasoning
Verbal Ability
Verbal Reasoning
Exams
AIEEE
Bank Exams
CAT
GATE
IIT JEE
TOEFL
Jobs
Analyst
Bank PO
Database Administrator
IT Trainer
Network Engineer
Project Manager
Software Architect
Object-Oriented Data Modeling problems
1. The benefits of object-oriented modeling are which of the following?
Options
A. The ability to tackle more challenging problems
B. Reusability of analysis, design, and programming results
C. Improved communication between users, analysts, etc.
D. All of the above.
Show Answer
Scratch Pad
Discuss
Correct Answer: All of the above.
2. An object can have which of the following multiplicities?
Options
A. Zero
B. One
C. More than one
D. All of the above.
Show Answer
Scratch Pad
Discuss
Correct Answer: All of the above.
3. An abstract class is which of the following?
Options
A. A class that has direct instances, but whose descendants may have direct instances.
B. A class that has no direct instances, but whose descendants may have direct instances.
C. A class that has direct instances, but whose descendants may not have direct instances.
D. A class that has no direct instances, but whose descendants may not have direct instances
Show Answer
Scratch Pad
Discuss
Correct Answer: A class that has no direct instances, but whose descendants may have direct instances.
4. Composition is a stronger form of which of the following?
Options
A. Aggregation
B. Encapsulation
C. Inheritance
D. All of the above.
Show Answer
Scratch Pad
Discuss
Correct Answer: Aggregation
5. A constructor operation does which of the following?
Options
A. Creates a new instance of a class
B. Updates an existing instance of a class
C. Deletes and existing instance of a class
D. All of the above.
Show Answer
Scratch Pad
Discuss
Correct Answer: Creates a new instance of a class
6. Multiple inheritance allows a class to inherit features from more than one superclass.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
7. Composition does not allow an object to be part of more than one aggregate object.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
8. A method defines the form or protocol of the operation, but not its implementation.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
9. An object's state is determined by its attribute values and links to other objects.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
10. The UML notation is useful for graphically depicting an object-oriented analysis or design model.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
First
2
More in Database:
Advanced SQL
Data and Database Administration
Data Modeling with ER Model
Data Models into Database Designs
Data Warehousing
Database Design Using Normalization
Database Processing for BIS
Database Redesign
Distributed Databases
ER Model and Business Rules
Introduction to Database
Introduction to SQL
JDBC, Java Server Pages, and MySQL
Logical Database Design
Managing Databases with Oracle
Managing Multiuser Databases
Modeling Data in the Organization
Object-Oriented Data Modeling
Object-Oriented Database
ODBC, OLE DB, ADO, and ASP
Physical Database Design
SQL for Database Construction
SQL Server 2000
The Client-Server Database
The Database Development Process
The Database Environment
The Internet Database Environment
The Relational Model and Normalization
XML and ADO.NET