Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Database Design Application
Quiz 18: Object Database Management Systems
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 61
Short Answer
In object-oriented programming,the ability of an object to have multiple implementations is referred to as ____________________.
Question 62
Essay
For object-oriented DBMSs,the two languages that are the counterpart for SQL in relational DBMSs are ________________________ and __________________________.
Question 63
Short Answer
The ability to ensure that programming code does not contain incompatibility errors is known as __________________.
Question 64
Short Answer
The object relational DBMS architecture contains a(n)____________________ which handles transaction processing,storage management,and buffer management.
Question 65
Short Answer
In SQL:1999,the keywords ___________________ are used to define a new structured data type.
Question 66
Short Answer
In SQL:1999,the keyword ______________ followed by a type name in a CREATE TYPE statement indicates that the type being defined is a child of the named parent type.
Question 67
Short Answer
A new kind of DBMS in which both the data model and the kernel have been changed to accommodate objects is a(n)_________________________.
Question 68
Short Answer
___________ binding binds a method name with a method implementation at the time of compilation of the program.
Question 69
Short Answer
___________ binding binds a method name with a method implementation at the time of execution of the message.
Question 70
Short Answer
A(n)______________ definition is a collection of variables and methods.
Question 71
Short Answer
In SQL:1999,the keyword ________________ in a method definition indicates that the child method being defined overrides the definition in the parent type.
Question 72
Short Answer
An architecture that involves storage of large objects in a database along with external software to manipulate the large objects is known as __________________________.
Question 73
Short Answer
An architecture that uses a dedicated server to manage complex data outside of a database is called ______________________________.
Question 74
Short Answer
A relational DBMS that has been extended to include an object query processor for user-defined types is a(n)_______________________.
Question 75
Short Answer
One of the fundamental principles of object-oriented computing is _________________,which means that an object can only be accessed through its interface.
Question 76
Short Answer
Any complex data such as images,time series,and video can be added to an object relational DBMS as a(n)____________________.
Question 77
Short Answer
_____________________ in object-oriented programming refers to the sharing of data and code among similar classes.
Question 78
Short Answer
To request the execution of a method,a(n)_______________ containing a method name and parameters is sent to an object.
Question 79
Short Answer
The object relational DBMS architecture contains a(n)____________________,which includes a parser to decompose references to expressions containing user-defined types and functions,and an optimizer to optimize these references.