Deck 13: System Implementation

Full screen (f)
exit full mode
Question
The purpose of a walkthrough is to detect and correct errors.
Use Space or
up arrow
down arrow
to flip the card.
Question
Integration testing brings together all of the programs that a system comprises for testing purposes.
Question
The systems administration plan answers such questions as when and where the new system will be installed,what people and resources are required,which data will be converted and cleansed,and how long the installation process will take.
Question
System testing is the process of bringing together all of the modules that a program comprises for testing purposes.
Question
During an inspection test,exactly what the code does is investigated.
Question
Documentation is one of the six major activities associated with systems implementation.
Question
The focus of integration testing is on the interrelationships among modules.
Question
After maintenance,the implementation phase of the systems development life cycle is the most expensive and time-consuming phase of the entire life cycle.
Question
Information systems personnel and end users are the two audiences for the final systems documentation.
Question
System and user documentation,a user training plan,user training modules,and a user support plan are deliverables for documenting the system,training,and supporting users.
Question
Walkthroughs are a very effective method for identifying errors in code.
Question
System testing is intended to demonstrate whether a system meets its requirements.
Question
A master test plan is developed during design.
Question
Desk checking is a testing technique in which the program code is sequentially executed manually by the reviewer.
Question
Test planning is often done during systems design.
Question
A systems analyst or programmer typically does syntax checking.
Question
The development of a new version of the software and new versions of all design documents are the major deliverables associated with the coding,testing,and installation stage.
Question
Testing managers are responsible for developing test plans,establishing testing standards,integrating testing and development activities in the life cycle,and ensuring that test plans are completed.
Question
Unit testing is a technique used in testing modules,especially where modules are written and tested in a top-down fashion,where a few lines of code are used to substitute for subordinate modules.
Question
Unit testing does not require automated code execution.
Question
According to Bell and Evans,the resource requirement specification is finalized during systems development phase.
Question
The purpose of system testing is to determine whether the software,documentation,technical support,and training activities work as intended.
Question
During beta testing,users test a completed information system using real data in the real user environment.
Question
A positive aspect of the direct installation approach is that there is a high interest in making installation a success.
Question
During alpha testing users test a completed information system using simulated data.
Question
Installation is the organizational process of changing over from the current information system to a new one.
Question
During recovery testing,the analysts try to break the system.
Question
A positive aspect of the phased installation approach is that learning can occur and problems can be fixed by concentrating on one site.
Question
During stress testing,the analysts try to determine how the system performs on the range of possible environments on which it may be used.
Question
Software testing tools can compare the results of one test run with those from prior test cases to identify errors or to highlight the results of new features.
Question
The key advantage of a direct installation is that it limits potential damage and potential cost by limiting the effects to a single site.
Question
A positive aspect of the phased installation approach is that it limits potential harm and costs from system error or failure to certain business activities or functions.
Question
A test case is a specific scenario of transactions,queries,or navigation paths that represent a typical,critical,or abnormal use of the system.
Question
The people who create the test cases should be the same people who have coded and will test the system.
Question
The coexistence of the old and new systems is characteristic of the parallel installation approach.
Question
According to Bell and Evans,the release description is finalized during the detailed design and implementation stage of the systems development generic life cycle phase.
Question
Automated testing can improve the quality of software testing and reduce the time for software testing by allowing unattended,or repeated,script playing to simulate high-volume or stress situations.
Question
System documentation is the detailed information about a system's design specifications,its internal workings,and its functionality.
Question
Installation is an organizational change process.
Question
A symbolic debugger allows a program to be run online,allowing the programmer to observe how different areas of data are affected as the instructions are executed.
Question
Which of the following affect the implementation process?

A)the work habits of an organization's members
B)the personal goals of an organization's members
C)the beliefs of an organization's members
D)all of the above
Question
The process in which the current system is replaced by the new system best describes:

A)the systems development life cycle
B)installation
C)physical design
D)set-up
Question
The purpose of coding,testing,and installation is to:

A)transform the logical specifications of the system into technology specific details from which all programming and system construction can be done
B)convert the physical system specifications into working and reliable software and hardware,document the work that has been done,and provide help for current and future users and caretakers of the system
C)systematically repair and improve the information system
D)study and propose alternative replacement systems
Question
Training on the use of the system begins during the early stages of the:

A)analysis phase
B)logical design phase
C)implementation phase
D)project initiation and planning phase
Question
Internal documentation is system documentation that includes the outcome of structured diagramming techniques such as data flow and entity-relationship diagrams.
Question
A strategy for training users so they can quickly learn the new system is a(n):

A)training plan
B)installation plan
C)user guide
D)training curriculum
Question
The purpose of a user's guide is to provide information on how users can use computer systems to perform specific tasks.
Question
A system administrator's guide is an example of external system documentation.
Question
Many organizations tend to underinvest in computing skills training.
Question
The process whereby the physical design specifications created by the analysis team is turned into working computer code is referred to as:

A)coding
B)testing
C)implementation
D)analysis
Question
A release description is an example of user documentation.
Question
The deliverables for coding,testing,and installation are:

A)the creation of a document that will consolidate the information that must be considered when implementing a physically distributed systems design
B)structured descriptions and diagrams that outline the logic contained within each DFD process
C)the code,program documentation,test scenarios and test data,results of program and system testing,user guides,user training plan,and an installation and conversion plan
D)a system service request,a statement of work,and a baseline project plan
Question
User demographics,performance,and satisfaction are factors that influence the extent to which a system is used.
Question
This plan lays out a strategy for moving from the old system to the new,from the beginning to end of the process:

A)baseline project plan
B)installation plan
C)training plan
D)testing plan
Question
Who is responsible for ensuring that coding,testing,and installation are properly planned and executed?

A)programmers
B)management
C)systems analysts
D)end-users
Question
An acceptance sign-off allows users to test for proper system installation and then signify their acceptance of the new system with their signatures.
Question
Network architecture refers to all the resources and practices required to help people adequately use computer systems to do their primary work.
Question
The extent to which a system is used and the user's satisfaction with the system are two ways to determine if implementation has been successful.
Question
Which of the following statements is true regarding testing?

A)The coding process should be completed,and then the testing process can begin.
B)Once coding has begun,the testing process can begin and proceed in parallel.
C)The testing process is performed first,then the coding process begins.
D)None of the above.
Question
After maintenance,which of the following is the most expensive and most time consuming phase of the entire life cycle?

A)implementation
B)physical design
C)logical design
D)analysis.
Question
The process of bringing together all of the modules that comprise a program for testing purposes is referred to as:

A)unity testing
B)integration testing
C)system testing
D)implementation
Question
User testing of a completed information system using simulated data refers to:

A)acceptance testing
B)alpha testing
C)beta testing
D)system testing
Question
The type of testing that involves the execution of code is called:

A)code testing
B)static testing
C)dynamic testing
D)execution testing
Question
A testing technique in which participants examine program code for predictable language-specific errors defines:

A)walkthrough
B)inspections
C)desk checking
D)syntax checking
Question
Testing each module alone in an attempt to discover any errors that may exist in the module's code is referred to as:

A)unit testing
B)system testing
C)stub testing
D)singular testing
Question
Which of the following are designed during alpha testing and try to break the system?

A)stress tests
B)performance tests
C)recovery tests
D)security tests
Question
The organizational process of changing over from the current information system to a new one best defines:

A)reorganization
B)physical design
C)installation
D)replacement
Question
A testing technique in which the program code is sequentially executed manually by the reviewer is referred to as:

A)inspection
B)system testing
C)desk checking
D)syntax checking
Question
The most complete acceptance testing will include:

A)alpha testing
B)beta testing
C)a system audit
D)all of the above
Question
The bringing together of all the programs that comprise a system for testing describes:

A)unity testing
B)integration testing
C)system testing
D)implementation
Question
Which of the following are testing managers responsible for?

A)developing testing plans
B)integrating testing and development activities in the life cycle
C)establishing testing standards
D)all of the above
Question
A master test plan is developed during:

A)implementation
B)analysis
C)logical design
D)physical design
Question
The type of testing that does not execute the code is called:

A)static testing
B)dynamic testing
C)referential testing
D)manual testing
Question
The process whereby actual users test a completed information system,the end result of which is the users' acceptance of it,best describes:

A)acceptance testing
B)alpha testing
C)beta testing
D)system testing
Question
Changing over from the old information system to a new one by turning off the old system as the new one is turned on best describes:

A)phased installation
B)single location installation
C)parallel installation
D)direct installation
Question
The purpose of acceptance testing is to:

A)determine if new requirements must be added to the newly completed system
B)determine if the system meets user requirements
C)determine if the system meets its objectives
D)do none of the above
Question
User testing of a completed information system using real data in the real user environment refers to:

A)acceptance testing
B)alpha testing
C)beta testing
D)system testing
Question
The results of running the code are not an issue for this particular type of test:

A)static testing
B)dynamic testing
C)referential testing
D)none of the above
Question
A technique used in testing modules,especially where modules are written and tested in a top-down fashion,where a few lines of code are used to substitute for subordinate modules describes:

A)module testing
B)unit testing
C)top-down testing
D)stub testing
Question
The type of testing responsible for determining what the code does is:

A)walkthrough
B)inspection
C)system testing
D)syntax checking
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/166
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 13: System Implementation
1
The purpose of a walkthrough is to detect and correct errors.
False
2
Integration testing brings together all of the programs that a system comprises for testing purposes.
False
3
The systems administration plan answers such questions as when and where the new system will be installed,what people and resources are required,which data will be converted and cleansed,and how long the installation process will take.
False
4
System testing is the process of bringing together all of the modules that a program comprises for testing purposes.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
5
During an inspection test,exactly what the code does is investigated.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
6
Documentation is one of the six major activities associated with systems implementation.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
7
The focus of integration testing is on the interrelationships among modules.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
8
After maintenance,the implementation phase of the systems development life cycle is the most expensive and time-consuming phase of the entire life cycle.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
9
Information systems personnel and end users are the two audiences for the final systems documentation.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
10
System and user documentation,a user training plan,user training modules,and a user support plan are deliverables for documenting the system,training,and supporting users.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
11
Walkthroughs are a very effective method for identifying errors in code.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
12
System testing is intended to demonstrate whether a system meets its requirements.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
13
A master test plan is developed during design.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
14
Desk checking is a testing technique in which the program code is sequentially executed manually by the reviewer.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
15
Test planning is often done during systems design.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
16
A systems analyst or programmer typically does syntax checking.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
17
The development of a new version of the software and new versions of all design documents are the major deliverables associated with the coding,testing,and installation stage.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
18
Testing managers are responsible for developing test plans,establishing testing standards,integrating testing and development activities in the life cycle,and ensuring that test plans are completed.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
19
Unit testing is a technique used in testing modules,especially where modules are written and tested in a top-down fashion,where a few lines of code are used to substitute for subordinate modules.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
20
Unit testing does not require automated code execution.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
21
According to Bell and Evans,the resource requirement specification is finalized during systems development phase.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
22
The purpose of system testing is to determine whether the software,documentation,technical support,and training activities work as intended.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
23
During beta testing,users test a completed information system using real data in the real user environment.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
24
A positive aspect of the direct installation approach is that there is a high interest in making installation a success.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
25
During alpha testing users test a completed information system using simulated data.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
26
Installation is the organizational process of changing over from the current information system to a new one.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
27
During recovery testing,the analysts try to break the system.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
28
A positive aspect of the phased installation approach is that learning can occur and problems can be fixed by concentrating on one site.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
29
During stress testing,the analysts try to determine how the system performs on the range of possible environments on which it may be used.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
30
Software testing tools can compare the results of one test run with those from prior test cases to identify errors or to highlight the results of new features.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
31
The key advantage of a direct installation is that it limits potential damage and potential cost by limiting the effects to a single site.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
32
A positive aspect of the phased installation approach is that it limits potential harm and costs from system error or failure to certain business activities or functions.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
33
A test case is a specific scenario of transactions,queries,or navigation paths that represent a typical,critical,or abnormal use of the system.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
34
The people who create the test cases should be the same people who have coded and will test the system.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
35
The coexistence of the old and new systems is characteristic of the parallel installation approach.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
36
According to Bell and Evans,the release description is finalized during the detailed design and implementation stage of the systems development generic life cycle phase.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
37
Automated testing can improve the quality of software testing and reduce the time for software testing by allowing unattended,or repeated,script playing to simulate high-volume or stress situations.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
38
System documentation is the detailed information about a system's design specifications,its internal workings,and its functionality.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
39
Installation is an organizational change process.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
40
A symbolic debugger allows a program to be run online,allowing the programmer to observe how different areas of data are affected as the instructions are executed.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
41
Which of the following affect the implementation process?

A)the work habits of an organization's members
B)the personal goals of an organization's members
C)the beliefs of an organization's members
D)all of the above
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
42
The process in which the current system is replaced by the new system best describes:

A)the systems development life cycle
B)installation
C)physical design
D)set-up
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
43
The purpose of coding,testing,and installation is to:

A)transform the logical specifications of the system into technology specific details from which all programming and system construction can be done
B)convert the physical system specifications into working and reliable software and hardware,document the work that has been done,and provide help for current and future users and caretakers of the system
C)systematically repair and improve the information system
D)study and propose alternative replacement systems
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
44
Training on the use of the system begins during the early stages of the:

A)analysis phase
B)logical design phase
C)implementation phase
D)project initiation and planning phase
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
45
Internal documentation is system documentation that includes the outcome of structured diagramming techniques such as data flow and entity-relationship diagrams.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
46
A strategy for training users so they can quickly learn the new system is a(n):

A)training plan
B)installation plan
C)user guide
D)training curriculum
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
47
The purpose of a user's guide is to provide information on how users can use computer systems to perform specific tasks.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
48
A system administrator's guide is an example of external system documentation.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
49
Many organizations tend to underinvest in computing skills training.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
50
The process whereby the physical design specifications created by the analysis team is turned into working computer code is referred to as:

A)coding
B)testing
C)implementation
D)analysis
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
51
A release description is an example of user documentation.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
52
The deliverables for coding,testing,and installation are:

A)the creation of a document that will consolidate the information that must be considered when implementing a physically distributed systems design
B)structured descriptions and diagrams that outline the logic contained within each DFD process
C)the code,program documentation,test scenarios and test data,results of program and system testing,user guides,user training plan,and an installation and conversion plan
D)a system service request,a statement of work,and a baseline project plan
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
53
User demographics,performance,and satisfaction are factors that influence the extent to which a system is used.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
54
This plan lays out a strategy for moving from the old system to the new,from the beginning to end of the process:

A)baseline project plan
B)installation plan
C)training plan
D)testing plan
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
55
Who is responsible for ensuring that coding,testing,and installation are properly planned and executed?

A)programmers
B)management
C)systems analysts
D)end-users
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
56
An acceptance sign-off allows users to test for proper system installation and then signify their acceptance of the new system with their signatures.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
57
Network architecture refers to all the resources and practices required to help people adequately use computer systems to do their primary work.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
58
The extent to which a system is used and the user's satisfaction with the system are two ways to determine if implementation has been successful.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
59
Which of the following statements is true regarding testing?

A)The coding process should be completed,and then the testing process can begin.
B)Once coding has begun,the testing process can begin and proceed in parallel.
C)The testing process is performed first,then the coding process begins.
D)None of the above.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
60
After maintenance,which of the following is the most expensive and most time consuming phase of the entire life cycle?

A)implementation
B)physical design
C)logical design
D)analysis.
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
61
The process of bringing together all of the modules that comprise a program for testing purposes is referred to as:

A)unity testing
B)integration testing
C)system testing
D)implementation
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
62
User testing of a completed information system using simulated data refers to:

A)acceptance testing
B)alpha testing
C)beta testing
D)system testing
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
63
The type of testing that involves the execution of code is called:

A)code testing
B)static testing
C)dynamic testing
D)execution testing
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
64
A testing technique in which participants examine program code for predictable language-specific errors defines:

A)walkthrough
B)inspections
C)desk checking
D)syntax checking
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
65
Testing each module alone in an attempt to discover any errors that may exist in the module's code is referred to as:

A)unit testing
B)system testing
C)stub testing
D)singular testing
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
66
Which of the following are designed during alpha testing and try to break the system?

A)stress tests
B)performance tests
C)recovery tests
D)security tests
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
67
The organizational process of changing over from the current information system to a new one best defines:

A)reorganization
B)physical design
C)installation
D)replacement
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
68
A testing technique in which the program code is sequentially executed manually by the reviewer is referred to as:

A)inspection
B)system testing
C)desk checking
D)syntax checking
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
69
The most complete acceptance testing will include:

A)alpha testing
B)beta testing
C)a system audit
D)all of the above
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
70
The bringing together of all the programs that comprise a system for testing describes:

A)unity testing
B)integration testing
C)system testing
D)implementation
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
71
Which of the following are testing managers responsible for?

A)developing testing plans
B)integrating testing and development activities in the life cycle
C)establishing testing standards
D)all of the above
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
72
A master test plan is developed during:

A)implementation
B)analysis
C)logical design
D)physical design
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
73
The type of testing that does not execute the code is called:

A)static testing
B)dynamic testing
C)referential testing
D)manual testing
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
74
The process whereby actual users test a completed information system,the end result of which is the users' acceptance of it,best describes:

A)acceptance testing
B)alpha testing
C)beta testing
D)system testing
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
75
Changing over from the old information system to a new one by turning off the old system as the new one is turned on best describes:

A)phased installation
B)single location installation
C)parallel installation
D)direct installation
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
76
The purpose of acceptance testing is to:

A)determine if new requirements must be added to the newly completed system
B)determine if the system meets user requirements
C)determine if the system meets its objectives
D)do none of the above
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
77
User testing of a completed information system using real data in the real user environment refers to:

A)acceptance testing
B)alpha testing
C)beta testing
D)system testing
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
78
The results of running the code are not an issue for this particular type of test:

A)static testing
B)dynamic testing
C)referential testing
D)none of the above
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
79
A technique used in testing modules,especially where modules are written and tested in a top-down fashion,where a few lines of code are used to substitute for subordinate modules describes:

A)module testing
B)unit testing
C)top-down testing
D)stub testing
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
80
The type of testing responsible for determining what the code does is:

A)walkthrough
B)inspection
C)system testing
D)syntax checking
Unlock Deck
Unlock for access to all 166 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 166 flashcards in this deck.