Which Digital Multiplex System (DMS)-100 database facility is responsible for creating and maintaining tables of data in a controlled manner?

a. Journal file.
b. Table control.
c. Dump/restore.
d. Pending order file.


Ans: b. Table control.

Computer Science & Information Technology

You might also like to view...

Which of the following segments is a proper way to call the method read Data four times?

a. double k = 0.0; while (k != 4) { readData(); k = k + 1; } b. int i = 0; while (i <= 4) { readData(); i = i + 1; } c. int i = 0; while (i < 4) { readData(); } d. int i = 0; while (i < 4) { readData(); i = i + 1; }

Computer Science & Information Technology

A(n) ____________________ card converts computer output into a signal that travels through a cable to the monitor, which displays an image on the screen.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

?According to the diffusion innovation theory, _____ are the risk takers, always the first to try new products and ideas.

A. ?early majority B. late majority C. ?early adopters D. ?innovators

Computer Science & Information Technology

Windows looks for a file called ______________ when removable media are inserted into a computer.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology