Deck 14: Construct, Deliver, and Maintain Systems Projects

Full screen (f)
exit full mode
Question
Office automation is more complex than accounting packages.
Use Space or
up arrow
down arrow
to flip the card.
Question
In the object-oriented approach to systems design,inheritance means that each object instance inherits the attributes and operations of the class to which it belongs.
Question
In the object-oriented approach to systems design,when an operation is performed on an object,an attribute will always be changed.
Question
The Computer Aided Software Engineering (CASE)coding model transforms the structure diagram into computer code.
Question
The detailed design phase of the Systems Development Life Cycle is a linear process with each of five steps occurring once and in its proper sequence.
Question
The entity relationship diagram is used to represent object-oriented designs.
Question
The design and programming of modern systems follows one of two basic approaches: the structured approach and the object-oriented approach.
Question
The concept of reusability is central to the structured approach to systems design.
Question
In the object-oriented approach to systems design,an instance is a logical grouping of individual objects which share the same attributes and operations.
Question
In a Computer Aided Software Engineering (CASE)environment,the most important use of a data flow diagram is to present a graphic display of the system.
Question
In-house developed systems are less reliable than commercial software.
Question
The context level data flow diagram is a physical input to the lower CASE models that automatically produce program code.
Question
In the object-oriented approach to systems design,it is possible for an object class to inherit attributes and operations of another object class.
Question
In the object-oriented approach to systems design,a vendor is an example of an attribute.
Question
A point-of-sale terminal is an example of electronic data input from source documents.
Question
If system development is conducted properly,most system maintenance costs can be eliminated.
Question
During maintenance of a system developed using Computer Aided Software Engineering (CASE)tools,changes to the system are made directly through the data flow diagram.
Question
Output of the Management Reporting System may vary considerably among companies.
Question
Output reporting includes both paper and electronic reports.
Question
Information as to which databases are required for a new system can be obtained from the entity relationship diagram.
Question
Which statement is not true?

A) prototypes do not include internal control features
B) a prototype is an inexpensive, simplified model of a system
C) a throwaway prototype is discarded after the requirements are established
D) systems designers always discard prototypes and do not develop them into finished systems
Question
Which statement is not correct? The structured design approach

A) is a top-down approach
B) is documented by data flow diagrams and structure diagrams
C) assembles reusable modules rather than creating systems from scratch
D) starts with an abstract description of the system and redefines it to produce a more detailed description of the system
Question
In a Computer Aided Software Engineering (CASE)environment,a structure diagram

A) presents an overview model of the primary transactions processed
B) graphically depicts the iceberg effect
C) presents a model of the program code that constitutes the physical system
D) is prepared by the systems analyst
Question
In the object-oriented systems design approach,the employee pay rate is an example of

A) an object
B) an attribute
C) an operation
D) a class
Question
The central repository of the Computer Aided Software Engineering (CASE)system contains

A) the program code
B) user prototype screens
C) data flow diagrams
D) all of the above
Question
A system walkthrough occurs after the system is implemented.
Question
Which is not a level of a data flow diagram?

A) conceptual level
B) context level
C) intermediate level
D) elementary level
Question
Correctly designed,processing modules are tightly coupled and have strong cohesion.
Question
Which level of a data flow diagram is used to produce program code and database tables?

A) context level
B) elementary level
C) intermediate level
D) prototype level
Question
Which statement is not true? Computer Aided Software Engineering (CASE)technology

A) is commercially available software
B) reduces the productivity but increases the quality of the work of systems professionals
C) expedites the System Development Life Cycle
D) consists of upper and lower tools
Question
The detailed design report is the blueprint which guides programmers and database administrators in constructing the physical system.
Question
Instructions for the filling out of paper input forms should always be printed on a separate instruction sheet.
Question
If individual modules are thoroughly tested,it is not necessary to test the whole system.
Question
When a program module is tested,both good and bad data are included with the test transactions.
Question
Program modules with weak cohesion are more complex and difficult to maintain.
Question
When maintaining a system that was developed using Computer Aided Software Engineering (CASE)tools,

A) the programmer must thoroughly review the program code
B) changes should be made directly to the structure diagram
C) significantly less time is required compared to maintenance activities for a system developed without using Computer Aided Software Engineering (CASE) tools
D) the need for testing the modified application is eliminated
Question
Which of the following is an advantage of the Computer Aided Software Engineering (CASE)approach?

A) the ability to easily revise the model during the development stage
B) the requirement that all program code and documentation be regenerated for each module
C) the cost of software engineering programs
D) user involvement is restricted to final stages of development
Question
Which of the following is a disadvantage of the Computer Aided Software Engineering (CASE)approach?

A) source code produced by CASE tools is less efficient than code written by a skilled programmer
B) alternative designs cannot be reviewed prior to implementation
C) system users are reluctant to become involved with the CASE approach
D) maintenance costs are increased
Question
The benefits of the object-oriented approach to systems design include all of the following except

A) this approach does not require input from accountants and auditors
B) development time is reduced
C) a standard module once tested does not have to be retested until changes are made
D) system maintenance activities are simplified
Question
An advantage of the Computer Aided Software Engineering (CASE)model tool,which transforms the structure diagram into machine language,is

A) it facilitates the auditors review of the system
B) it ensures that firm will use a specific CASE tool and vendor
C) it forces all system changes to be made through the data flow diagrams
D) it reduces the analysis required in designing the system
Question
Which of the following is not an advantage of commercial software? Commercial software

A) can be installed faster than a custom system
B) can be easily modified to the user's exact specifications
C) is significantly less expensive than a system developed in-house
D) is less likely to have errors than an equivalent system developed in-house
Question
The output of the detailed design phase of the Systems Development Life Cycle (SDLC)is a

A) fully documented system report
B) systems selection report
C) detailed system design report
D) systems analysis report
Question
Which type of documentation shows the detailed relationship of input files,programs,and output files?

A) structure diagrams
B) overview diagram
C) system flowchart
D) program flowchart
Question
Translating the system modules into pseudocode

A) occurs in the implementation phase of the Systems Development Life Cycle
B) expresses the detailed logic of the module in programming language
C) discourages end users from becoming actively involved in designing the system
D) permits individuals with few technical skills to understand the logic of the module
Question
Which statement is not correct? In the object-oriented design approach

A) a single change to an attribute or operation in one object class is automatically changed for all the object instances and subclasses that inherit the attribute
B) each module can inherit from other modules the attributes and operations it requires
C) the entity relationship diagram is used to create a program which can be used in other systems
D) the control module must be recreated for each program
Question
The detailed design report contains all of the following except

A) input screen formats
B) alternative conceptual designs
C) report layouts
D) process logic
Question
In the object-oriented systems design approach,

A) objects possess two characteristics-attributes and instances
B) an instance is a logical grouping of individual objects
C) inheritance means that each object instance inherits the attributes and operations of the class to which it belongs
D) operations performed on objects always change attributes
Question
Which is not true of direct data input forms?

A) errors caused by transcription are reduced
B) calculations are automatically performed on intelligent forms
C) many data entry errors are detected and corrected immediately
D) workers who use direct data input forms must be highly trained and skilled
Question
Which statement is not true?

A) loosely coupled modules are independent of other modules
B) cohesive modules perform a single, well-defined task
C) maintenance of a module with weak cohesion is simple
D) an error made in a tightly coupled module will affect other modules
Question
The most important design element for a hardcopy form that is used for electronic data input is that

A) the form is a standard size
B) the source document and the input screen are identical
C) instructions use active voice
D) sufficient copies of the form are prepared
Question
Ms.Andrews is a customer of the Edsell Company.In the object-oriented design approach

A) Ms. Andrews is an instance in the object class accounts receivable
B) the amount Ms. Andrews owes the Edsell Company is an operation
C) determining the amount past due is an attribute
D) the object class accounts receivable inherits all the attributes of Ms. Andrews
Question
Which step is least likely to occur when choosing a commercial software package?

A) a detailed review of the source code
B) contact with user groups
C) preparation of a request for proposal
D) comparison of the results of a benchmark problem
Question
A report of accounts that are past due has many information attributes.The most important attribute is

A) summarization
B) timeliness
C) conciseness
D) exception orientation
Question
When hardcopy forms are used as the source for electronic data input,

A) a paper audit trail is maintained
B) economies of scale in data collection are avoided
C) input errors are reduced
D) a point-of-sale terminal is required
Question
A commercial software system that is completely finished,tested,and ready for implementation is called a

A) backbone system
B) vendor-supported system
C) benchmark system
D) turnkey system
Question
System documentation is designed for all of the following groups except

A) systems designers and programmers
B) end users
C) accountants
D) all of the above require systems documentation
Question
When each element of information supports the user's decision or task,the output is said to possess

A) completeness
B) summarization
C) conciseness
D) relevance
Question
Which statement is not true? A systems design walkthrough

A) is conducted by a quality assurance group
B) occurs just after system implementation
C) simulates the operation of the system in order to uncover errors and omissions
D) reduces costs by reducing the amount of reprogramming
Question
Evaluators of the detailed feasibility study should not include

A) the internal auditor
B) the project manager
C) a user representative
D) the system designer
Question
There is often a conflict between the attributes of

A) timeliness and conciseness
B) accuracy and timeliness
C) relevance and summarization
D) completeness and exceptions orientation
Question
List three advantages and one disadvantage of commercial software.
Question
Using Computer Aided Software Engineering (CASE)tools,the structure diagram can be transformed into machine code.Describe an advantage associated with this procedure.
Question
What is not true about data modeling?

A) Relationships are the degree of association between two entities.
B) Attributes are data that describe the characteristics or properties of entities.
C) Entities are resources, events, or agents involved in the business.
D) Modeling is the task of formalizing the data requirements of the business process as a physical model.
Question
A bottom-up method to design a new system by assembling reusable modules is called __________________________.
Question
What is the importance of the base case?
Question
Explain how a benchmark problem is used to measure the performance of two different commercial software packages.
Question
What is prototyping? Why is it used in systems development?
Question
When converting to a new system,which cutover method is the most conservative?

A) cold turkey cutover
B) phased cutover
C) parallel operation cutover
D) data coupling cutover
Question
Using Computer Aided Software Engineering (CASE)tools,the structure diagram can be transformed into machine code.Describe a disadvantage associated with this procedure.
Question
List two techniques of forms design that encourage efficient and effective data collection.
Question
What is meant by object-oriented design? What does it mean for systems design?
Question
Computer operators should have access to all of the following types of documentation except

A) a list of users who receive output
B) a program code listing
C) a list of all master files used in the system
D) a list of required hardware devices
Question
Which task is not essential during a data conversion procedure?

A) decomposing the system
B) validating the database
C) reconciliation of new and old databases
D) backing up the original files
Question
Contrast the structured and object-oriented approaches to conceptual systems design.Which is more common?
Question
Typical contents of a run manual include all of the following except

A) run schedule
B) logic flowchart
C) file requirements
D) explanation of error messages
Question
List three characteristics that should be considered when designing a hardcopy input form.
Question
Contrast the structured and object-oriented approaches to conceptual systems design.Which is more common?
Question
List the attributes of output views.
Question
Describe a risk associated with the phased cutover procedure for data conversion.
Question
What is the purpose of the Request for Proposal (RFP)?
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/93
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 14: Construct, Deliver, and Maintain Systems Projects
1
Office automation is more complex than accounting packages.
False
2
In the object-oriented approach to systems design,inheritance means that each object instance inherits the attributes and operations of the class to which it belongs.
True
3
In the object-oriented approach to systems design,when an operation is performed on an object,an attribute will always be changed.
False
4
The Computer Aided Software Engineering (CASE)coding model transforms the structure diagram into computer code.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
5
The detailed design phase of the Systems Development Life Cycle is a linear process with each of five steps occurring once and in its proper sequence.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
6
The entity relationship diagram is used to represent object-oriented designs.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
7
The design and programming of modern systems follows one of two basic approaches: the structured approach and the object-oriented approach.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
8
The concept of reusability is central to the structured approach to systems design.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
9
In the object-oriented approach to systems design,an instance is a logical grouping of individual objects which share the same attributes and operations.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
10
In a Computer Aided Software Engineering (CASE)environment,the most important use of a data flow diagram is to present a graphic display of the system.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
11
In-house developed systems are less reliable than commercial software.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
12
The context level data flow diagram is a physical input to the lower CASE models that automatically produce program code.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
13
In the object-oriented approach to systems design,it is possible for an object class to inherit attributes and operations of another object class.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
14
In the object-oriented approach to systems design,a vendor is an example of an attribute.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
15
A point-of-sale terminal is an example of electronic data input from source documents.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
16
If system development is conducted properly,most system maintenance costs can be eliminated.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
17
During maintenance of a system developed using Computer Aided Software Engineering (CASE)tools,changes to the system are made directly through the data flow diagram.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
18
Output of the Management Reporting System may vary considerably among companies.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
19
Output reporting includes both paper and electronic reports.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
20
Information as to which databases are required for a new system can be obtained from the entity relationship diagram.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
21
Which statement is not true?

A) prototypes do not include internal control features
B) a prototype is an inexpensive, simplified model of a system
C) a throwaway prototype is discarded after the requirements are established
D) systems designers always discard prototypes and do not develop them into finished systems
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
22
Which statement is not correct? The structured design approach

A) is a top-down approach
B) is documented by data flow diagrams and structure diagrams
C) assembles reusable modules rather than creating systems from scratch
D) starts with an abstract description of the system and redefines it to produce a more detailed description of the system
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
23
In a Computer Aided Software Engineering (CASE)environment,a structure diagram

A) presents an overview model of the primary transactions processed
B) graphically depicts the iceberg effect
C) presents a model of the program code that constitutes the physical system
D) is prepared by the systems analyst
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
24
In the object-oriented systems design approach,the employee pay rate is an example of

A) an object
B) an attribute
C) an operation
D) a class
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
25
The central repository of the Computer Aided Software Engineering (CASE)system contains

A) the program code
B) user prototype screens
C) data flow diagrams
D) all of the above
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
26
A system walkthrough occurs after the system is implemented.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
27
Which is not a level of a data flow diagram?

A) conceptual level
B) context level
C) intermediate level
D) elementary level
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
28
Correctly designed,processing modules are tightly coupled and have strong cohesion.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
29
Which level of a data flow diagram is used to produce program code and database tables?

A) context level
B) elementary level
C) intermediate level
D) prototype level
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
30
Which statement is not true? Computer Aided Software Engineering (CASE)technology

A) is commercially available software
B) reduces the productivity but increases the quality of the work of systems professionals
C) expedites the System Development Life Cycle
D) consists of upper and lower tools
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
31
The detailed design report is the blueprint which guides programmers and database administrators in constructing the physical system.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
32
Instructions for the filling out of paper input forms should always be printed on a separate instruction sheet.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
33
If individual modules are thoroughly tested,it is not necessary to test the whole system.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
34
When a program module is tested,both good and bad data are included with the test transactions.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
35
Program modules with weak cohesion are more complex and difficult to maintain.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
36
When maintaining a system that was developed using Computer Aided Software Engineering (CASE)tools,

A) the programmer must thoroughly review the program code
B) changes should be made directly to the structure diagram
C) significantly less time is required compared to maintenance activities for a system developed without using Computer Aided Software Engineering (CASE) tools
D) the need for testing the modified application is eliminated
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
37
Which of the following is an advantage of the Computer Aided Software Engineering (CASE)approach?

A) the ability to easily revise the model during the development stage
B) the requirement that all program code and documentation be regenerated for each module
C) the cost of software engineering programs
D) user involvement is restricted to final stages of development
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
38
Which of the following is a disadvantage of the Computer Aided Software Engineering (CASE)approach?

A) source code produced by CASE tools is less efficient than code written by a skilled programmer
B) alternative designs cannot be reviewed prior to implementation
C) system users are reluctant to become involved with the CASE approach
D) maintenance costs are increased
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
39
The benefits of the object-oriented approach to systems design include all of the following except

A) this approach does not require input from accountants and auditors
B) development time is reduced
C) a standard module once tested does not have to be retested until changes are made
D) system maintenance activities are simplified
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
40
An advantage of the Computer Aided Software Engineering (CASE)model tool,which transforms the structure diagram into machine language,is

A) it facilitates the auditors review of the system
B) it ensures that firm will use a specific CASE tool and vendor
C) it forces all system changes to be made through the data flow diagrams
D) it reduces the analysis required in designing the system
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
41
Which of the following is not an advantage of commercial software? Commercial software

A) can be installed faster than a custom system
B) can be easily modified to the user's exact specifications
C) is significantly less expensive than a system developed in-house
D) is less likely to have errors than an equivalent system developed in-house
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
42
The output of the detailed design phase of the Systems Development Life Cycle (SDLC)is a

A) fully documented system report
B) systems selection report
C) detailed system design report
D) systems analysis report
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
43
Which type of documentation shows the detailed relationship of input files,programs,and output files?

A) structure diagrams
B) overview diagram
C) system flowchart
D) program flowchart
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
44
Translating the system modules into pseudocode

A) occurs in the implementation phase of the Systems Development Life Cycle
B) expresses the detailed logic of the module in programming language
C) discourages end users from becoming actively involved in designing the system
D) permits individuals with few technical skills to understand the logic of the module
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
45
Which statement is not correct? In the object-oriented design approach

A) a single change to an attribute or operation in one object class is automatically changed for all the object instances and subclasses that inherit the attribute
B) each module can inherit from other modules the attributes and operations it requires
C) the entity relationship diagram is used to create a program which can be used in other systems
D) the control module must be recreated for each program
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
46
The detailed design report contains all of the following except

A) input screen formats
B) alternative conceptual designs
C) report layouts
D) process logic
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
47
In the object-oriented systems design approach,

A) objects possess two characteristics-attributes and instances
B) an instance is a logical grouping of individual objects
C) inheritance means that each object instance inherits the attributes and operations of the class to which it belongs
D) operations performed on objects always change attributes
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
48
Which is not true of direct data input forms?

A) errors caused by transcription are reduced
B) calculations are automatically performed on intelligent forms
C) many data entry errors are detected and corrected immediately
D) workers who use direct data input forms must be highly trained and skilled
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
49
Which statement is not true?

A) loosely coupled modules are independent of other modules
B) cohesive modules perform a single, well-defined task
C) maintenance of a module with weak cohesion is simple
D) an error made in a tightly coupled module will affect other modules
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
50
The most important design element for a hardcopy form that is used for electronic data input is that

A) the form is a standard size
B) the source document and the input screen are identical
C) instructions use active voice
D) sufficient copies of the form are prepared
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
51
Ms.Andrews is a customer of the Edsell Company.In the object-oriented design approach

A) Ms. Andrews is an instance in the object class accounts receivable
B) the amount Ms. Andrews owes the Edsell Company is an operation
C) determining the amount past due is an attribute
D) the object class accounts receivable inherits all the attributes of Ms. Andrews
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
52
Which step is least likely to occur when choosing a commercial software package?

A) a detailed review of the source code
B) contact with user groups
C) preparation of a request for proposal
D) comparison of the results of a benchmark problem
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
53
A report of accounts that are past due has many information attributes.The most important attribute is

A) summarization
B) timeliness
C) conciseness
D) exception orientation
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
54
When hardcopy forms are used as the source for electronic data input,

A) a paper audit trail is maintained
B) economies of scale in data collection are avoided
C) input errors are reduced
D) a point-of-sale terminal is required
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
55
A commercial software system that is completely finished,tested,and ready for implementation is called a

A) backbone system
B) vendor-supported system
C) benchmark system
D) turnkey system
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
56
System documentation is designed for all of the following groups except

A) systems designers and programmers
B) end users
C) accountants
D) all of the above require systems documentation
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
57
When each element of information supports the user's decision or task,the output is said to possess

A) completeness
B) summarization
C) conciseness
D) relevance
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
58
Which statement is not true? A systems design walkthrough

A) is conducted by a quality assurance group
B) occurs just after system implementation
C) simulates the operation of the system in order to uncover errors and omissions
D) reduces costs by reducing the amount of reprogramming
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
59
Evaluators of the detailed feasibility study should not include

A) the internal auditor
B) the project manager
C) a user representative
D) the system designer
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
60
There is often a conflict between the attributes of

A) timeliness and conciseness
B) accuracy and timeliness
C) relevance and summarization
D) completeness and exceptions orientation
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
61
List three advantages and one disadvantage of commercial software.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
62
Using Computer Aided Software Engineering (CASE)tools,the structure diagram can be transformed into machine code.Describe an advantage associated with this procedure.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
63
What is not true about data modeling?

A) Relationships are the degree of association between two entities.
B) Attributes are data that describe the characteristics or properties of entities.
C) Entities are resources, events, or agents involved in the business.
D) Modeling is the task of formalizing the data requirements of the business process as a physical model.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
64
A bottom-up method to design a new system by assembling reusable modules is called __________________________.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
65
What is the importance of the base case?
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
66
Explain how a benchmark problem is used to measure the performance of two different commercial software packages.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
67
What is prototyping? Why is it used in systems development?
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
68
When converting to a new system,which cutover method is the most conservative?

A) cold turkey cutover
B) phased cutover
C) parallel operation cutover
D) data coupling cutover
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
69
Using Computer Aided Software Engineering (CASE)tools,the structure diagram can be transformed into machine code.Describe a disadvantage associated with this procedure.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
70
List two techniques of forms design that encourage efficient and effective data collection.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
71
What is meant by object-oriented design? What does it mean for systems design?
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
72
Computer operators should have access to all of the following types of documentation except

A) a list of users who receive output
B) a program code listing
C) a list of all master files used in the system
D) a list of required hardware devices
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
73
Which task is not essential during a data conversion procedure?

A) decomposing the system
B) validating the database
C) reconciliation of new and old databases
D) backing up the original files
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
74
Contrast the structured and object-oriented approaches to conceptual systems design.Which is more common?
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
75
Typical contents of a run manual include all of the following except

A) run schedule
B) logic flowchart
C) file requirements
D) explanation of error messages
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
76
List three characteristics that should be considered when designing a hardcopy input form.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
77
Contrast the structured and object-oriented approaches to conceptual systems design.Which is more common?
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
78
List the attributes of output views.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
79
Describe a risk associated with the phased cutover procedure for data conversion.
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
80
What is the purpose of the Request for Proposal (RFP)?
Unlock Deck
Unlock for access to all 93 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 93 flashcards in this deck.