Create Process specifications for process 6.6, VALIDATE COMPUTER CHANGES. The Process Description for the process is as follows: Validate the changes to the COMPUTER MASTER. Include a note to use the edit criteria established for each element. Provide the following additional editing criteria:
What will be an ideal response?
The ROOM LOCATION must be valid for a particular campus.
There must not be a second hard drive without the first one.
The LAST PREVENTIVE MAINTENANCE DATE must not be greater than the current date.
The DATE PURCHASED must not be greater than the LAST PREVENTIVE
MAINTENANCE DATE or greater than the current date.
The MODEL must conform to the type supported by the BRAND name.
No changes may be made to an inactive record.
Validate Computer Changes Process
Description:
Validate the computer changes.
Process #: 6.6
Process Description:
Use the edit criteria established for each element. Provide the following additional editing.
The Room Location must be valid for a particular campus.
There must not be a second fixed disk without the first one.
The preventive maintenance date must not be greater than the current date.
The date purchased must not be greater than the Last Preventive Maintenance Date or greater
than the current date.
The Model must conform to the type supported by the Brand Name.
No changes may be made to an inactive record.
You might also like to view...
A heap is a complete binary tree. What is required for the tree to be complete?
What will be an ideal response?
(The Circle class) Implement the relational operators < in the Circle class in Listing 9.5 to order the Circle objects according to their radii.
``` class Circle { public: Circle(); Circle(double); double getArea(); double getRadius(); void setRadius(double); private: double radius; }; ```
A ________ is a series of buttons that allows users to filter a PivotTable
A) slicer B) PowerPivot C) data mine D) PivotChart
Discuss the advantages and disadvantages of using sampling to reduce the number of data objects that need to be displayed. Would simple random sampling (without replacement) be a good approach to sampling? Why or why not?
What will be an ideal response?