Which of the following refers to the procedures that keep data current?

A. file maintenance
B. authentication integrity
C. data validation
D. information checking


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following is a directive used to create an "include guard" that allows a program to be conditionally compiled to prevent a header file from accidentally being included more than once?

a. #include b. #guard c. #ifndef d. #endif e. None of these

Computer Science & Information Technology

Which of the following statements are true?

a. Use the private modifier to encapsulate data fields. b. Encapsulating data fields makes the program easy to maintain. c. Encapsulating data fields makes the program short. d. Encapsulating data fields helps prevent programming errors.

Computer Science & Information Technology

After a form is created, the designer should test the form by filling in the fields as the end user would

Indicate whether the statement is true or false

Computer Science & Information Technology

Processing a graph requires the ability to traverse the graph.

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

Computer Science & Information Technology