Deck 11: Managing Systems Implementation

Full screen (f)
exit full mode
Question
Although programmers perform the actual coding,IT managers usually assign systems analysts to work with them as part of a team.
Use Space or
up arrow
down arrow
to flip the card.
Question
Effective online documentation is an important productivity tool because it empowers users and reduces the time that IT staff members must spend in providing telephone,email,or face-to-face assistance.
Question
The post-implementation evaluation of a system verifies that the new system meets specified requirements,complies with user objectives,and produces the anticipated benefits.
Question
Podcasts can be prescheduled,made available on demand,or delivered as automatic updates,depending on a user's preference.
Question
Most webinars are web-based broadcasts that allow a user to download multimedia files to a PC or portable device.
Question
Agile projects use various iterative and incremental models.
Question
Pseudocode is a technique for representing program logic.
Question
Compiling a program using a CASE tool or a language compiler detects syntax errors,which are language grammar errors.
Question
A kernel consists of related program code organized into small units that are easy to understand and maintain.
Question
To minimize the need to require information from two different systems,cyclical information systems usually are converted using the direct cutover method at the beginning of a quarter,calendar year,or fiscal year.
Question
Static development is the process of constructing the programs and code modules that serve as the building blocks of the information system.
Question
Using flowcharts,programmers can break large systems into subsystems that are easier to understand and code.
Question
If modules are loosely coupled,one module is linked to internal logic contained in another module.
Question
Phased operation is more expensive than full parallel operation because the analyst has to work with the entire system at any given time.
Question
Data conversion is easier when a new system replaces a manual system because all data can be entered manually,unless it must be scanned.
Question
The skill set required to develop documentation usually is the same as that required to develop a system.
Question
Commercial software packages must undergo unit and integration testing similar to that of in-house developed systems,although system testing usually is not performed.
Question
After a systems analyst documents the system's requirements,he or she breaks the system down into subsystems and modules in a process called scaling.
Question
ISO requires a specific development plan,which outlines a step-by-step process for transforming user requirements into a finished product.
Question
Modules that are independent are tightly coupled.
Question
Program documentation describes the system's functions and how they are implemented.
Question
XP is an agile development method.
Question
Critics of agile development often claim that because it focuses on quick iterations and fast releases,it lacks discipline and produces systems of questionable quality.
Question
_____ requires that a software supplier document all testing and maintain records of test results.

A) The International Organization for Standardization (ISO)
B) The Software Engineering Institute (SEI)
C) Open Database Connectivity (ODBC)
D) The Center for the Application of Information Technologies (CAIT)
Question
_____ graphically represent the logical rules and interaction between program modules using a series of symbols connected by arrows.

A) Training plans
B) Acceptance tests
C) Flowcharts
D) Simulations
Question
Cohesion describes the degree of interdependence among modules.
Question
The principles of cohesion and coupling do not apply to object-oriented application development.
Question
The test environment for an information system contains copies of all programs,procedures,and test data files.
Question
A flag module is reusable code and can be invoked from more than one point in the chart.
Question
The Software Engineering Institute (SEI)established a new model,called _____,which incorporates software and systems development into a much larger framework.

A) the Department of Defense (DoD)model
B) the Thousand-Yard Model
C) Open Database Connectivity (ODBC)model
D) Capability Maturity Model Integration (CMMI)
Question
Test data should contain only correct data.
Question
Meshing is the process of turning program logic into specific instructions that the computer system can execute.
Question
In a structure chart,a control couple shows a message,also called a(n)_____,which one module sends to another.

A) pilot
B) status flag
C) open loop
D) unit plan
Question
A _____ consists of related program code organized into small units that are easy to understand and maintain.

A) node
B) stub
C) decision tree
D) module
Question
_____ is the process of constructing the programs and code modules that serve as the building blocks of an information system.

A) Application structuring
B) Application analysis
C) Application development
D) Application virtualization
Question
The main objective of _____ is to avoid problems or to identify them as soon as possible.

A) direct cutover
B) quality assurance
C) application development
D) cohesion
Question
Language and grammar errors are referred to as script errors.
Question
To achieve better,faster,and less expensive methods of software development,the _____ designed the Capability Maturity Model (CMM),which improves quality,reduces development time,and cuts costs.

A) International Organization for Standardization (ISO)
B) Software Engineering Institute (SEI)
C) Open Database Connectivity (ODBC)project
D) Center for the Application of Information Technologies (CAIT)
Question
Structured application development usually involves a(n)_____,which proceeds from a general design to a detailed structure.

A) top-down approach
B) test plan
C) training plan
D) integrated approach
Question
In a structure chart,a(n)_____ line,with a diamond on one end,indicates that a control module determines which subordinate modules will be invoked.

A) method
B) condition
C) class
D) attribute
Question
In a technique called _____,the programmer simulates each program outcome or result and displays a message to indicate whether or not the program executed successfully.

A) modular testing
B) stub testing
C) acceptance testing
D) unit testing
Question
_____ is the process of reviewing program code to spot logic errors,which produce incorrect results.

A) Desk checking
B) Direct cutover examination
C) Results walkthrough
D) Cohesion assurance
Question
Many organizations require a more formal type of desk checking called _____.

A) a control module
B) integration testing
C) a structured walk-through
D) a data couple
Question
_____ measures a module's scope and processing characteristics.

A) Coupling
B) Indexing
C) Cohesion
D) Partitioning
Question
Successful completion of system testing is the key to user and management approval,which is why system tests sometimes are called _____.

A) integrated tests
B) modular tests
C) unit tests
D) acceptance tests
Question
A class diagram includes the class _____,which represent the program logic.

A) attributes
B) events
C) methods
D) characters
Question
Operations documentation _____.

A) describes the inputs,outputs,and processing logic for all program modules
B) describes a system's functions and how they are implemented
C) contains all the information needed for processing and distributing online and printed output
D) consists of instructions and information for users who will interact with the system
Question
The objective of _____ 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.

A) unit testing
B) integration testing
C) functional testing
D) global testing
Question
In _____,two programmers work on the same task on the same computer;one drives while the other navigates.

A) pair programming
B) multitasking
C) dual tasking
D) driver programming
Question
In a structure chart,a curved arrow represents a _____,which indicates that one or more modules are repeated.

A) pie
B) status flag
C) loop
D) freeform
Question
A class diagram includes the class _____,which describe the characteristics of objects in the class.

A) methods
B) keys
C) events
D) attributes
Question
Program documentation _____.

A) describes the inputs,outputs,and processing logic for all program modules
B) consists of instructions and information for users who will interact with the system and includes user manuals,help screens,programs,and online tutorials
C) includes data dictionary entries,data flow diagrams,screen layouts,and the systems request that initiated the program
D) creates links within the program that will take a user to the appropriate documentation
Question
After completing integration testing,a systems analyst must perform _____,which involves the entire information system and includes all typical processing situations.

A) functional testing
B) unit testing
C) stub testing
D) system testing
Question
_____ describes the degree of interdependence among modules.

A) Resolution
B) Modularity
C) Dynamism
D) Coupling
Question
Which is specified by the detailed procedures in a test plan?

A) The result of the final test of all programs
B) How a separate operational and test environment is prepared
C) The test data to be used
D) Who will work with the new system and ensure that all necessary features have been included
Question
During _____,programmers must test programs that interact with other programs and files separately before they are integrated into the system.

A) unit testing
B) integrated testing
C) acceptance testing
D) functional testing
Question
Testing two or more programs that depend on each other is called _____.

A) integration testing
B) unit testing
C) acceptance testing
D) system testing
Question
In sequence,the steps typically followed to create a structure chart are _____.

A) reviewing the data flow diagrams (DFDs);identifying modules and relationships;adding couples,loops,and conditions;and analyzing the structure chart
B) identifying modules and relationships;adding couples,loops,and conditions;analyzing the structure chart and the data dictionary;and reviewing the data flow diagrams (DFDs)
C) adding couples,loops,and conditions;analyzing the structure chart and the data dictionary;reviewing the data flow diagrams (DFDs);and identifying modules and relationships
D) analyzing the structure chart and the data dictionary;reviewing the data flow diagrams (DFDs);identifying modules and relationships;and adding couples,loops,and conditions
Question
In addition to analyzing logic and program code,a project team usually holds a session with users,called a _____,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.

A) unit test
B) design walk-through
C) function assessment
D) closure meeting
Question
System developers use _____ to document and trail program defects,code changes,and replacement code.

A) bug tracking software
B) the obstruction generator
C) fault promotion analysis
D) the defect distribution policy
Question
Provide a step-by-step description of how to create a structure chart.
Question
During _____,existing data is loaded into the new system.

A) data visualization
B) data conversion
C) data collision
D) data normalization
Question
A(n)_____ refers to a web-based broadcast that allows a user to download multimedia files to a PC or portable device.

A) webinar
B) tutorial
C) podcast
D) data frame
Question
Access to the operational environment is limited to _____ and must strictly be controlled.

A) systems analysts
B) users
C) programmers
D) managers
Question
The environment for the actual system operation is called the _____.

A) production environment
B) exploratory environment
C) functional environment
D) globalized environment
Question
_____ is the process of putting a new information system online and retiring the old system.

A) System integration
B) Online system documentation
C) System override
D) System changeover
Question
Explain why users prefer online documentation.Why is it an important tool?
Question
Using a _____ strategy,knowledgeable users can be selected who then conduct sessions for others.

A) structured walk-through
B) train-the-trainer
C) direct cutover
D) top-down design
Question
When training is complete,many organizations conduct a full-scale test,or _____,which is a dress rehearsal for users and IT support staff.

A) a parallel operation
B) a pre-implementation evaluation
C) data conversion
D) simulation
Question
When developing a training program,which guideline should be kept in mind?

A) Train people individually.
B) Select the most effective place to conduct the training.
C) Develop a single training program for distinct employee groups.
D) Provide only hands-on experience training.
Question
Define coding and explain how it is performed.
Question
User documentation _____.

A) allows users to prepare overall documentation,such as process descriptions and report layouts,early in the software development life cycle (SDLC)
B) describes a system's functions and how they are implemented
C) contains all the information needed for users to process and distribute online and printed output
D) consists of instructions and information for users who will interact with the system
Question
List the objectives of system testing.
Question
Explain the process of program documentation.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/74
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 11: Managing Systems Implementation
1
Although programmers perform the actual coding,IT managers usually assign systems analysts to work with them as part of a team.
True
2
Effective online documentation is an important productivity tool because it empowers users and reduces the time that IT staff members must spend in providing telephone,email,or face-to-face assistance.
True
3
The post-implementation evaluation of a system verifies that the new system meets specified requirements,complies with user objectives,and produces the anticipated benefits.
True
4
Podcasts can be prescheduled,made available on demand,or delivered as automatic updates,depending on a user's preference.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
5
Most webinars are web-based broadcasts that allow a user to download multimedia files to a PC or portable device.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
6
Agile projects use various iterative and incremental models.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
7
Pseudocode is a technique for representing program logic.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
8
Compiling a program using a CASE tool or a language compiler detects syntax errors,which are language grammar errors.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
9
A kernel consists of related program code organized into small units that are easy to understand and maintain.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
10
To minimize the need to require information from two different systems,cyclical information systems usually are converted using the direct cutover method at the beginning of a quarter,calendar year,or fiscal year.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
11
Static development is the process of constructing the programs and code modules that serve as the building blocks of the information system.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
12
Using flowcharts,programmers can break large systems into subsystems that are easier to understand and code.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
13
If modules are loosely coupled,one module is linked to internal logic contained in another module.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
14
Phased operation is more expensive than full parallel operation because the analyst has to work with the entire system at any given time.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
15
Data conversion is easier when a new system replaces a manual system because all data can be entered manually,unless it must be scanned.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
16
The skill set required to develop documentation usually is the same as that required to develop a system.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
17
Commercial software packages must undergo unit and integration testing similar to that of in-house developed systems,although system testing usually is not performed.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
18
After a systems analyst documents the system's requirements,he or she breaks the system down into subsystems and modules in a process called scaling.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
19
ISO requires a specific development plan,which outlines a step-by-step process for transforming user requirements into a finished product.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
20
Modules that are independent are tightly coupled.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
21
Program documentation describes the system's functions and how they are implemented.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
22
XP is an agile development method.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
23
Critics of agile development often claim that because it focuses on quick iterations and fast releases,it lacks discipline and produces systems of questionable quality.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
24
_____ requires that a software supplier document all testing and maintain records of test results.

A) The International Organization for Standardization (ISO)
B) The Software Engineering Institute (SEI)
C) Open Database Connectivity (ODBC)
D) The Center for the Application of Information Technologies (CAIT)
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
25
_____ graphically represent the logical rules and interaction between program modules using a series of symbols connected by arrows.

A) Training plans
B) Acceptance tests
C) Flowcharts
D) Simulations
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
26
Cohesion describes the degree of interdependence among modules.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
27
The principles of cohesion and coupling do not apply to object-oriented application development.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
28
The test environment for an information system contains copies of all programs,procedures,and test data files.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
29
A flag module is reusable code and can be invoked from more than one point in the chart.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
30
The Software Engineering Institute (SEI)established a new model,called _____,which incorporates software and systems development into a much larger framework.

A) the Department of Defense (DoD)model
B) the Thousand-Yard Model
C) Open Database Connectivity (ODBC)model
D) Capability Maturity Model Integration (CMMI)
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
31
Test data should contain only correct data.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
32
Meshing is the process of turning program logic into specific instructions that the computer system can execute.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
33
In a structure chart,a control couple shows a message,also called a(n)_____,which one module sends to another.

A) pilot
B) status flag
C) open loop
D) unit plan
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
34
A _____ consists of related program code organized into small units that are easy to understand and maintain.

A) node
B) stub
C) decision tree
D) module
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
35
_____ is the process of constructing the programs and code modules that serve as the building blocks of an information system.

A) Application structuring
B) Application analysis
C) Application development
D) Application virtualization
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
36
The main objective of _____ is to avoid problems or to identify them as soon as possible.

A) direct cutover
B) quality assurance
C) application development
D) cohesion
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
37
Language and grammar errors are referred to as script errors.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
38
To achieve better,faster,and less expensive methods of software development,the _____ designed the Capability Maturity Model (CMM),which improves quality,reduces development time,and cuts costs.

A) International Organization for Standardization (ISO)
B) Software Engineering Institute (SEI)
C) Open Database Connectivity (ODBC)project
D) Center for the Application of Information Technologies (CAIT)
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
39
Structured application development usually involves a(n)_____,which proceeds from a general design to a detailed structure.

A) top-down approach
B) test plan
C) training plan
D) integrated approach
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
40
In a structure chart,a(n)_____ line,with a diamond on one end,indicates that a control module determines which subordinate modules will be invoked.

A) method
B) condition
C) class
D) attribute
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
41
In a technique called _____,the programmer simulates each program outcome or result and displays a message to indicate whether or not the program executed successfully.

A) modular testing
B) stub testing
C) acceptance testing
D) unit testing
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
42
_____ is the process of reviewing program code to spot logic errors,which produce incorrect results.

A) Desk checking
B) Direct cutover examination
C) Results walkthrough
D) Cohesion assurance
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
43
Many organizations require a more formal type of desk checking called _____.

A) a control module
B) integration testing
C) a structured walk-through
D) a data couple
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
44
_____ measures a module's scope and processing characteristics.

A) Coupling
B) Indexing
C) Cohesion
D) Partitioning
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
45
Successful completion of system testing is the key to user and management approval,which is why system tests sometimes are called _____.

A) integrated tests
B) modular tests
C) unit tests
D) acceptance tests
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
46
A class diagram includes the class _____,which represent the program logic.

A) attributes
B) events
C) methods
D) characters
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
47
Operations documentation _____.

A) describes the inputs,outputs,and processing logic for all program modules
B) describes a system's functions and how they are implemented
C) contains all the information needed for processing and distributing online and printed output
D) consists of instructions and information for users who will interact with the system
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
48
The objective of _____ 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.

A) unit testing
B) integration testing
C) functional testing
D) global testing
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
49
In _____,two programmers work on the same task on the same computer;one drives while the other navigates.

A) pair programming
B) multitasking
C) dual tasking
D) driver programming
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
50
In a structure chart,a curved arrow represents a _____,which indicates that one or more modules are repeated.

A) pie
B) status flag
C) loop
D) freeform
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
51
A class diagram includes the class _____,which describe the characteristics of objects in the class.

A) methods
B) keys
C) events
D) attributes
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
52
Program documentation _____.

A) describes the inputs,outputs,and processing logic for all program modules
B) consists of instructions and information for users who will interact with the system and includes user manuals,help screens,programs,and online tutorials
C) includes data dictionary entries,data flow diagrams,screen layouts,and the systems request that initiated the program
D) creates links within the program that will take a user to the appropriate documentation
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
53
After completing integration testing,a systems analyst must perform _____,which involves the entire information system and includes all typical processing situations.

A) functional testing
B) unit testing
C) stub testing
D) system testing
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
54
_____ describes the degree of interdependence among modules.

A) Resolution
B) Modularity
C) Dynamism
D) Coupling
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
55
Which is specified by the detailed procedures in a test plan?

A) The result of the final test of all programs
B) How a separate operational and test environment is prepared
C) The test data to be used
D) Who will work with the new system and ensure that all necessary features have been included
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
56
During _____,programmers must test programs that interact with other programs and files separately before they are integrated into the system.

A) unit testing
B) integrated testing
C) acceptance testing
D) functional testing
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
57
Testing two or more programs that depend on each other is called _____.

A) integration testing
B) unit testing
C) acceptance testing
D) system testing
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
58
In sequence,the steps typically followed to create a structure chart are _____.

A) reviewing the data flow diagrams (DFDs);identifying modules and relationships;adding couples,loops,and conditions;and analyzing the structure chart
B) identifying modules and relationships;adding couples,loops,and conditions;analyzing the structure chart and the data dictionary;and reviewing the data flow diagrams (DFDs)
C) adding couples,loops,and conditions;analyzing the structure chart and the data dictionary;reviewing the data flow diagrams (DFDs);and identifying modules and relationships
D) analyzing the structure chart and the data dictionary;reviewing the data flow diagrams (DFDs);identifying modules and relationships;and adding couples,loops,and conditions
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
59
In addition to analyzing logic and program code,a project team usually holds a session with users,called a _____,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.

A) unit test
B) design walk-through
C) function assessment
D) closure meeting
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
60
System developers use _____ to document and trail program defects,code changes,and replacement code.

A) bug tracking software
B) the obstruction generator
C) fault promotion analysis
D) the defect distribution policy
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
61
Provide a step-by-step description of how to create a structure chart.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
62
During _____,existing data is loaded into the new system.

A) data visualization
B) data conversion
C) data collision
D) data normalization
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
63
A(n)_____ refers to a web-based broadcast that allows a user to download multimedia files to a PC or portable device.

A) webinar
B) tutorial
C) podcast
D) data frame
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
64
Access to the operational environment is limited to _____ and must strictly be controlled.

A) systems analysts
B) users
C) programmers
D) managers
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
65
The environment for the actual system operation is called the _____.

A) production environment
B) exploratory environment
C) functional environment
D) globalized environment
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
66
_____ is the process of putting a new information system online and retiring the old system.

A) System integration
B) Online system documentation
C) System override
D) System changeover
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
67
Explain why users prefer online documentation.Why is it an important tool?
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
68
Using a _____ strategy,knowledgeable users can be selected who then conduct sessions for others.

A) structured walk-through
B) train-the-trainer
C) direct cutover
D) top-down design
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
69
When training is complete,many organizations conduct a full-scale test,or _____,which is a dress rehearsal for users and IT support staff.

A) a parallel operation
B) a pre-implementation evaluation
C) data conversion
D) simulation
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
70
When developing a training program,which guideline should be kept in mind?

A) Train people individually.
B) Select the most effective place to conduct the training.
C) Develop a single training program for distinct employee groups.
D) Provide only hands-on experience training.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
71
Define coding and explain how it is performed.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
72
User documentation _____.

A) allows users to prepare overall documentation,such as process descriptions and report layouts,early in the software development life cycle (SDLC)
B) describes a system's functions and how they are implemented
C) contains all the information needed for users to process and distribute online and printed output
D) consists of instructions and information for users who will interact with the system
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
73
List the objectives of system testing.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
74
Explain the process of program documentation.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 74 flashcards in this deck.