Which of the following statements accurately describes operating system support for databases?

a) Most operating systems modify file system management, memory management and interprocess communication to support multiple databases.
b) Databases are too complicated to merit operating system support.
c) Most operating systems modify file system management, memory management and interprocess communication to support a single databases.
d) DBMS designers tend to bypass operating system services in favor of their own.

d) DBMS designers tend to bypass operating system services in favor of their own.

Computer Science & Information Technology

You might also like to view...

A static method can ________.

a. call only other static methods of the same class directly b. manipulate only static fields in the same class directly c. be called using the class name and a dot (.) d. All of the above.

Computer Science & Information Technology

What does a sliding window do in a TCP packet?

A. ensures all packets are delivered B. provides packet security C. provides flow control D. ensures transmission reliability

Computer Science & Information Technology