Why Choose Us?
0% AI Guarantee
Human-written only.
24/7 Support
Anytime, anywhere.
Plagiarism Free
100% Original.
Expert Tutors
Masters & PhDs.
100% Confidential
Your privacy matters.
On-Time Delivery
Never miss a deadline.
Utah State University ACCT 610 Chapter 14-Construct, Deliver, and Maintain Systems Projects TRUE/FALSE 1)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
Utah State University
ACCT 610
Chapter 14-Construct, Deliver, and Maintain Systems Projects
TRUE/FALSE
1)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.
- 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.
- 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.
- The Computer Aided Software Engineering (CASE) coding model transforms the structure diagram into computer code.
- If system development is conducted properly, most system maintenance costs can be eliminated.
- The context level data flow diagram is a physical input to the lower CASE models that automatically produce program code.
- The design and programming of modern systems follows one of two basic approaches: the structured approach and the object-oriented approach.
- The concept of reusability is central to the structured approach to systems design.
- In the object-oriented approach to systems design, a vendor is an example of an attribute.
- In the object-oriented approach to systems design, an instance is a logical grouping of individual objects which share the same attributes and operations.
- In the object-oriented approach to systems design, when an operation is performed on an object, an attribute will always be changed.
- 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.
- In the object-oriented approach to systems design, it is possible for an object class to inherit attributes and operations of another object class.
- The entity relationship diagram is used to represent object-oriented designs.
- Office automation is more complex than accounting packages.
- In-house developed systems are less reliable than commercial software.
- Output of the Management Reporting System may vary considerably among companies.
- Output reporting includes both paper and electronic reports.
- Information as to which databases are required for a new system can be obtained from the entity relationship diagram.
- A point-of-sale terminal is an example of electronic data input from source documents.
- Correctly designed, processing modules are tightly coupled and have strong cohesion.
- A system walkthrough occurs after the system is implemented.
- The detailed design report is the “blueprint” which guides programmers and database administrators in constructing the physical system.
- When a program module is tested, both good and bad data are included with the test transactions.
- Instruction for the filling out of paper input forms should always be printed on a separate instruction sheet.
- Program modules with weak cohesion are more complex and difficult to maintain.
- If individual modules are thoroughly tested, it is not necessary to test the whole system.
MULTIPLE CHOICE
- 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 |
- 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 |
- 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 |
- Which is not a level of a data flow diagram?
|
a. |
conceptual level |
|
b. |
context level |
|
c. |
intermediate level |
|
d. |
elementary level |
- 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 |
- 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 |
- 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 |
- 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 |
- 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 |
- 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 |
|
|
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 |
- 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 |
- 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 |
- 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 |
- 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 |
- 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 |
|
c. |
a user representative |
|
d. |
the system designer |
|
- 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 |
- 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 |
- 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 |
- 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 |
- The detailed design report contains all of the following except
|
a. |
input screen formats |
|
b. |
alternative conceptual designs |
|
c. |
report layouts |
|
d. |
process logic |
- 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 |
|
b. |
accuracy and timeliness |
|
c. |
relevance and summarization |
|
d. |
completeness and exceptions orientation |
|
- 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 |
- 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 |
- 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 |
- 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 |
- 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 |
- 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 |
|
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 |
- 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 |
- 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 |
- 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 |
- 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 |
- 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 |
- 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 |
- 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. |
SHORT ANSWER
- Using Computer Aided Software Engineering (CASE) tools, the structure diagram can be transformed into machine code. Describe a disadvantage associated with this procedure.
- Using Computer Aided Software Engineering (CASE) tools, the structure diagram can be transformed into machine code. Describe an advantage associated with this procedure.
- What is prototyping? Why is it used in systems development?
- A bottom-up method to design a new system by assembling reusable modules is called
.
- Contrast the structured and object-oriented approaches to conceptual systems design. Which is more common?
- What is meant by “object-oriented design?” What does it mean for systems design?
- List three advantages and one disadvantage of commercial software.
- What is the purpose of the Request for Proposal (RFP)?
- Explain how a benchmark problem is used to measure the performance of two different commercial software packages.
- Contrast the structured and object-oriented approaches to conceptual systems design. Which is more common?
- List three characteristics that should be considered when designing a hardcopy input form.
- List two techniques of forms design that encourage efficient and effective data collection.
- What is the importance of the base case?
- Describe a risk associated with the phased cutover procedure for data conversion.
- List the attributes of output views.
- What are embedded instructions? Why do they matter?
:
- What are the two methods of electronic input? How do they differ?
- Describe the Cold Turkey (or Big Bang) approach to system cutover.
- Discuss the advantage of the parallel operation cutover approach.
- What is the objective of a post-implementation review?
ESSAY
- Describe at least four advantages and two disadvantages of the Computer Aided Software Engineering (CASE) approach.
- CASE tools develop systems without the intermediate step of writing human readable source code. This can pose some concerns for accountants. What are they?
- Discuss the appropriate steps to take when selecting a commercial software package.
- The Studebaker Company is evaluating two proposals for a commercial software package. Three relevant factors were identified and weighted. Then the evaluation team assigned raw scores from 1 to 5 to each factor for each vendor. Proposal One will cost $70,000 and Proposal Two will cost $65,000.
- Discuss the advantages and disadvantages of the three methods of converting to a new system: cold turkey cutover, phased cutover, and parallel operation cutover.
.
- What issues must be considered in designing hardcopy documents?
- What is the role of test data? What is a base case?
- Correctly designed modules possess two attributes. Name and explain each.
Expert Solution
PFA
Archived Solution
You have full access to this solution. To save a copy with all formatting and attachments, use the button below.
For ready-to-submit work, please order a fresh solution below.





