Process descriptions may exist on a form or within a ________ repository.

A) data
B) data dictionary
C) CASE tool
D) CASE diagram


C) CASE tool

Computer Science & Information Technology

You might also like to view...

If the user types in the characters 10, and your program reads them into an integer variable, what is the value stored into that integer?

a. 1 b. 0 c. 10 d. none of the above.

Computer Science & Information Technology

Which of the following function declarations with default arguments are correct?

a) ``` void g(int length, int width, int height = 1); ``` b) ``` void g(int length=1, int width, int height); ``` c) ``` void g(int length, int width=1, int height = 1); ``` d) ``` void g(int length=1, int width=1, int height); ```

Computer Science & Information Technology

If a potential spelling error is detected, it is underlined with a green line

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is used to ensure information integrity?

a. Auditing b. Digital signatures c. Backups d. Passwords

Computer Science & Information Technology