The ____ approach to data management was a more efficient and effective means of organizing data than what had been previously available.

a.
traditional

b.
hierarchical

c.
network

d.
database


d.
database

Data management relates to all of data; a data base is an organized set of data. Network and hierarchical are two kinds of organization.

Computer Science & Information Technology

You might also like to view...

Do you observe fragmentation? If so, where does it occur? Explain your observation.

What will be an ideal response?

Computer Science & Information Technology

What output is produced by the following code fragment?

``` for (int val = 200; val >= 0; val -= 1) if (val % 4 != 0) System.out.println(val); ```

Computer Science & Information Technology

You cannot create an ACCDE file unless you have enabled the content in the database

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) _____ file contains the object that is displayed in the destination file.

A. source B. object C. beginning D. completed

Computer Science & Information Technology