What are the main benefits of using a data dictionary?

What will be an ideal response?


A data dictionary can be used to:

A. Save systems analysts time and effort in the project
B. To facilitate communication between the systems analysts and users, and users to one another
C. To help users with better understanding of the system
D. To provide effective systems documentation
E. Create reports, screens, and forms
F. Generate computer program source code
G. Analyze the system design for completion and to detect design flaws

Computer Science & Information Technology

You might also like to view...

When a thread signals a condition variable

A. if other threads are waiting for that variable, one is woken up B. that thread is suspended until another thread waits for the variable

Computer Science & Information Technology

Objective-C, C#, and Java are all derivatives of the C programming language.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

System BIOS can be write-protected

Indicate whether the statement is true or false

Computer Science & Information Technology

The basic idea of an insertion sort is that for each index position (i), find the smallest data value in the positions i through length -1, then exchange the smallest value with the value at position i.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology