• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/20

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

20 Cards in this Set

  • Front
  • Back

The objective of ____ testing is to identify and eliminate execution errors that could cause a program to terminate abnormally, and logic errors that could have been missed during desk checking.

unit

Software ____ is a software development process that stresses solid design, effective structure, accurate documentation, and careful testing.

engineering

In addition to analyzing logic and program code, a project team usually holds a session with users, called a ____ walkthrough, to review the interface with a cross-section of people who will work with the new system and ensure that all the necessary features have been included.

design

The testing of an individual module is called ____ testing.

unit

Integration testing is sometimes known as ____ testing.

link

During ____ testing, programmers must test programs that interact with other programs and files individually, before they are integrated into the system.

unit

Which of the following is not specified by the detailed procedures in a test plan?

What the rate of the forward engineering will be

Successful completion of system testing is the key to user and management approval, which is why system tests sometimes are called ____.

acceptance tests

___ requires that a software supplier document all testing and maintain records of test results.

ISO (International Organization for Standardization)

User documentation ____.

consists of instructions and information to users who will interact with the system

Unless a problem must be corrected, or modifications or enhancements must be made, access to the operational environment is limited to ____ and must be strictly controlled.

users

Using a ____ strategy, knowledgeable users can be selected who then conduct sessions for others.

train-the-trainer

____ cutover involves more risk than other changeover methods.

Direct

As the accompanying figure illustrates, the ____ approach causes the changeover from the old system to the new system to occur immediately when the new system becomes operational.

direct cutover

As the accompanying figure illustrates, the ____ changeover method requires that both the old and the new information systems operate fully for a specific period.

parallel operation

As the accompanying figure illustrates, the ____ changeover method involves implementing the complete new system at a selected location of the company.

pilot operation

As the accompanying figure illustrates, the ____ changeover method allows the new system to be implemented in stages, or modules.

phased operation

At the end of the systems implementation phase, the final report to management should include ____.

final versions of all system documentation a comparison of actual costs and schedules to the original estimatesYou Answered planned modifications and enhancements to the system that have been identified


all of the above

____ graphically represent the logical rules and interaction between program modules using a series of symbols connected by arrows.

Flowcharts

In a(n) ____ approach, the systems analyst documents the system’s requirements and then breaks them down into subsystems and modules.

top-down