List and describe the four main system changeover methods. Which one generally is the least expensive? Which is the safest? Explain your answers.

What will be an ideal response?


System changeover is the process of putting the new information system online and retiring the old system. It can be accomplished by any of the following four methods. Students can refer to Figure 11-30 for an overview. The methods are described as follows:
? Direct cutover. This method causes the changeover to occur immediately. It usually is the least expensive method because it involves the operation and maintenance of only one system at a time. It is the most risky of the changeover methods because old data will not be available should the system develop problems.
? Parallel operation. This method requires that both the old and new systems be run in parallel for a specific period of time. Users must work fully in both systems to reap the benefits of a parallel conversion. This method is more expensive but it is the least risky.
? Pilot operation. This method involves implementation of a new system at a beta or pilot test site. The majority of users continue to use the old system while a select group of users perform daily operations on the new system.
? Phased operation. This method allows the implementation of a new system to be done in stages or modules, rather than all at once. Related groups of users begin using the new system, while other users continue to use the old system until it is their turn to be phased in to the operations.
Parallel operation changeover methods generally tend to be the most expensive because a company is running two systems at the same time to accomplish the same tasks. This creates a doubling of time and materials for the users. Also, running both systems might place an extra burden on the hardware, which can cause processing delays. The direct cutover method of changeover generally is the most risky because this method cuts off the use of the old system when the new system is implemented.
Although any method of changeover involves a certain amount of risk, the direct cutover method can be the most costly because you cannot revert back to the old system if the new one fails.

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. Each sequence has an iterator. b. The for statement uses the iterator “behind the scenes” to get each consecu-tive item until there are no more to process. c. The iterator is like a bookmark—it always knows where it is in the sequence, so it can return the next item when it’s called upon to do so. d. Lists are unordered and a list’s items are mutable.

Computer Science & Information Technology

The ____________________ Document Format has become a universal standard for exchanging documents, spreadsheets, and other types of data files.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

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

1. An object-oriented program consists of a series of logical modules linked by a control structure 2. The basic idea of the object-oriented approach to software development is to design and write the software as a set of independent objects linked by signals. 3. Object-oriented software is another name for structured software. 4. An object contains both data and methods. 5. Objects communicate by transmitting and responding to messages, where a message might contain a signal (information about an event or occurrence) or data.

Computer Science & Information Technology

The item marked 4 in the accompanying figure is a collection of ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology