What are the advantages of separting new systems development from systems maintenance?

What will be an ideal response?

Documentation standards are improved because the maintenance group requires documentation to perform its maintenance duties.  Denying the original programmer future access to the program deters program fraud.
PTS: 1

Computer Science & Information Technology

You might also like to view...

The ________ element allows you to add a short description about a table

A) B) C) D) </p> </div> <div class="d-flex justify-content-between align-items-center"> <div class="btn-group"> <a href="https://qoschin.com/qa/SQC7Ja6PSZ8O" class="btn btn-sm btn-dark px-3">View</a> </div> <span class="badge bg-secondary">Computer Science & Information Technology</span> </div> </div> </div> </div> <div class="col"> <div class="card shadow-sm"> <div class="card-body"> <div class="card-area mb-2"> <p class="card-text">What will the output look like?</p> <p class="card-text">``` int main() { int x = 5; if(x == 5) cout<<”x is 5”; if(x == 6) cout<<”x is 6”; if(x == 7) cout<<”x is 7”; return 0; }``` A. x is 5 B. x is 5x is 6x is 7 C. Crash. It needs {}. D. The if statements will not execute.</p> </div> <div class="d-flex justify-content-between align-items-center"> <div class="btn-group"> <a href="https://qoschin.com/qa/qC5tdr2UDAvJ" class="btn btn-sm btn-dark px-3">View</a> </div> <span class="badge bg-secondary">Computer Science & Information Technology</span> </div> </div> </div> </div> </div> </div> </div> </main> <footer class="text-body-secondary py-4"> <div class="container"> <p class="mb-1 text-center">Qoschin: Your Gateway to Quick, Reliable Answers.</p> </div> </footer> <script src="https://qoschin.com/assets/js/bootstrap.bundle.min.js"></script> </body> </html>