In establishing a coding system, What guidelines does systems analysts should follow?
What will be an ideal response?
A. Keep codes concise
B. Keep codes stable
C. Make codes that are unique
D. Allow codes to be sortable
E. Avoid confusing codes
F. Keep codes uniform
G. Allow for modification of codes
H. Make codes meaningful
Computer Science & Information Technology
You might also like to view...
You can use the Control Panel to add a new program in Windows 7
Indicate whether the statement is true or false
Computer Science & Information Technology
Write a method that accepts an array of integers as a parameter and returns a reference to an array that contains the even numbers in the array original array. The returned array should have a size equal to the number of even numbers in the original array.
What will be an ideal response?
Computer Science & Information Technology