SADCW-6ed Chapter 01: From Beginning to End: An Overview of Systems Analysis and Design
TRUE/FALSE
1.An information system often includes the software, the database, and the related manual processes.
ANS:TPTS:1REF:p4
2.Systems analysis is sometimes referred to as “understanding and specification.”
ANS:TPTS:1REF:p5
3.Systems design consists of activities to describe the solution to the problem.
ANS:TPTS:1REF:p5
4.A systems development project is always a formal activity with a beginning and an end.
ANS:FPTS:1REF:p5
5.The SDLC means the Systems Design Life Cycle.
ANS:FPTS:1REF:p6
6.Agile refers to the flexibility that programmers have in taking on various assignments.
ANS:FPTS:1REF:p6
7.Iterative development is the same as Agile development.
ANS:FPTS:1REF:p6, p8
8.In iterative development the system is grown organically.
ANS:TPTS:1REF:p8
9.The first core process is to plan the project.
ANS:FPTS:1REF:p8
10.In iterative development, an iteration usually lasts about six weeks. .
ANS:FPTS:1REF:p8
11.The System Vision Document is usually developed before the project actually begins.
ANS:TPTS:1REF:p10
12.The project plan is required to get the project approved.
ANS:FPTS:1REF:p11
13.A Work Breakdown Structure is the first step in building a project schedule.
ANS:TPTS:1REF:p12
14.During analysis activities the project team build two types of diagrams: Use Case diagram and Package diagram.
ANS:FPTS:1REF:p15-16
15.The purpose of a workflow diagram is to document the internal steps of a use case.
ANS:TPTS:1REF:p17
16.The ovals in a workflow diagram represent tasks.
ANS:TPTS:1REF:p17
17.The database is designed using information from the class diagram.
ANS:TPTS:1REF:p20
18.All the classes in the Design Class Diagram are used to define the database tables.
ANS:FPTS:1REF:p22
19.A package diagram is useful to document the various subsystems in a system.
ANS:TPTS:1REF:p22-23
20.Usually the final step in a given iteration is to deploy part of the system.
ANS:FPTS:1REF:p25
21.One approach to the SDLC can be described using five core processes.
ANS:FPTS:1REF:p6
22.An iteration normally only includes three or four of the core processes.
ANS:FPTS:1REF:p8
23.Sometimes the activities within Core Process one are completed before the actual project starts.
ANS:TPTS:1REF:p9-10
MULTIPLE CHOICE
1.An information system consists of
a. / software, database, and manual processes / c. / software, hardware, and databaseb. / software, hardware, and network / d. / applications, screens, and database
ANS:APTS:1REF:p4
2.A person that functions as an architect to plan, capture the vision, and understand the needs for a new system is often called a ______.
a. / programmer analyst / c. / systems analystb. / software engineer / d. / software developer
ANS:CPTS:1REF:p5
3.Those activities that enable a person to describe in the detail the system that solves the need is called ______.
a. / architectural design / c. / systems analysisb. / systems design / d. / high-level design
ANS:BPTS:1REF:p5
4.SDLC stands for what?
a. / Software Design Life Cycle / c. / Software Development Life Cycleb. / Systems Design Life Cycle / d. / Systems Development Life Cycle
ANS:DPTS:1REF:p6
5.An information system development process that emphasizes flexibility to embrace change is called ______.
a. / Iterative project planning / c. / Iterative developmentb. / Adaptive development projects / d. / Agile development
ANS:DPTS:1REF:p6
6.When a system is partitioned into pieces, each piece is referred to as a ______.
a. / application / c. / subsystemb. / package / d. / program
ANS:CPTS:1REF:911
7.Two important goals or steps within Core Process one are ____ and _____.
a. / identify the problem;choose the project manager / c. / describe the solution;
obtain project approval
b. / identify the solution objective;
obtain project approval / d. / estimate the cost;
identify the iterations
ANS:BPTS:1REF:p10
8.Determine the major subsystems and assigning them to an iteration is done in which Core Process?
a. / 1 / d. / 4b. / 2 / e. / 5
c. / 3 / f. / 6
ANS:BPTS:1REF:p11
9.Determining team members and assigning responsibilities is done in which Core Process?
a. / 1 / d. / 4b. / 2 / e. / 5
c. / 3 / f. / 6
ANS:BPTS:1REF:p11
10.Two of the primary elements that are included in a Work Breakdown Structure include:
a. / subsystem iteration assignments and estimated effort / c. / list of tasks and assigned resourcesb. / sequence of tasks and estimated effort / d. / list of tasks and estimated effort
ANS:DPTS:1REF:p12
11.The primary difference between a work breakdown structure and a work sequence draft is that the work sequence draft shows ______.
a. / the additionally deployment tasks / c. / the day to day assignmentsb. / the estimated effort of tasks / d. / the sequence of tasks
ANS:DPTS:1REF:p13
12.The purpose of a use case is to ______.
a. / Identify a sequence of steps to process a user function / c. / Identify a useful objective for the new systemb. / Identify a business event that requires system action / d. / Identify a user and describe one user procedure
ANS:BPTS:1REF:p14
13.The purpose of a class diagram is to ______.
a. / document the hierarchy of class relationships / c. / document all of the programming classesb. / document the methods of classes in the new system / d. / document the information requirementsin the new system
ANS:DPTS:1REF:p16
14.The boxes on a class diagram can be thought of as a particular ______.
a. / set of relationships / c. / set of objectsb. / set of attributes / d. / set of procedures
ANS:CPTS:1REF:p15
15.The diagram that is most effective in describing the internal steps of a use case is ______.
a. / a package diagram / c. / a use case diagramb. / a workflow diagram / d. / a class diagram
ANS:BPTS:1REF:p17-18
16.Performing in-depth fact finding to understand details is done as part of which Core Process?
a. / 1 / d. / 4b. / 2 / e. / 5
c. / 3 / f. / 6
ANS:CPTS:1REF:p16
17.In a workflow diagram, the arrows that cross the center line are used to identify what?
a. / Relationships between objects / c. / User key strokesb. / Actor and use case relationships / d. / Screens and Reports
ANS:DPTS:1REF:p17
18.Designing the database schema is included in which Core Process?
a. / 1 / d. / 4b. / 2 / e. / 5
c. / 3 / f. / 6
ANS:DPTS:1REF:p19
19.Detailed design is the thought process of how to program each ______.
a. / use case / c. / packageb. / screen or report / d. / subsystem
ANS:APTS:1REF:p21
20.Another name for a workflow diagram is a(n) ______diagram.
a. / use case / c. / classb. / activity / d. / work sequence
ANS:BPTS:1REF:p17
21.To design the database schema, information from which diagram is the most important?
a. / network diagram / c. / design class diagramb. / package diagram / d. / class diagram
ANS:DPTS:1REF:p20
22.Method signatures are included in which diagram?
a. / Activity diagram / c. / class diagramb. / Package diagram / d. / Design class diagram
ANS:DPTS:1REF:p22
23.A diagram that shows the overall structure of a system as it exists after it is deployed is called what?
a. / Architectural configuration diagram / c. / System and subsystem diagramb. / Architectural class diagram / d. / Design class diagram
ANS:APTS:1REF:p21
24.Programming is included in which Core Process?
a. / 1 / d. / 4b. / 2 / e. / 5
c. / 3 / f. / 6
ANS:EPTS:1REF:p23-24
25.Overall functional testing is included in which Core Process?
a. / 1 / d. / 4b. / 2 / e. / 5
c. / 3 / f. / 6
ANS:FPTS:1REF:p24
26.What is the purpose of an iteration recap?
a. / To ensure the correct deliverable was produced / c. / To give performance reviews to the programmersb. / To review the project processes / d. / To rework the project schedule
ANS:BPTS:1REF:p25
27.What is the single activity that usually requires the most time during a project?
a. / Programming / c. / Meeting with usersb. / Acceptance testing / d. / Design the screens and reports
ANS:APTS:1REF:p13
28.What is usually the end result of an iteration?
a. / A piece of working code / c. / A set of specificationsb. / A project plan / d. / The final system
ANS:APTS:1REF:p8
MULTIPLE RESPONSE
1.Which two answers identify the two middle core processes, i.e. core process 3 and 4? (choose two)
a. / Design the components / c. / Build and test the systemb. / Plan and monitor the project / d. / Understand the details of the problem
ANS:A, DPTS:1REF:p6
2.Two of the primary benefits of iterative development include (choose two).
a. / early deployment of part of the system / c. / project team can adjust the work schedulesb. / easier to get user involvement / d. / high risk elements done first
ANS:A, DPTS:1REF:p9
3.What are the three parts of a System Vision Document ? (choose three)
a. / Solution description / d. / Problem descriptionb. / Estimated project costs / e. / System capabilities
c. / Project timetable or schedule / f. / Business benefits
ANS:D, E, FPTS:1REF:p10
4.A work sequence draft provides three benefits to a project. Which of the following are included in those benefits?
a. / Assign resources to tasks / d. / Add missing tasksb. / Provide task descriptions / e. / Anticipate resource needs
c. / Measure progress / f. / Schedule user involvement
ANS:C, EPTS:1REF:p14
5.What are the first two models, e.g. diagrams that affect the entire system, that are built during the Core Process to discover and understand the details?
a. / Workflow diagram / d. / Class diagramb. / Work sequence diagram / e. / Package diagram
c. / Use case diagram / f. / Screen layouts
ANS:C, DPTS:1REF:p14
6.The final objective of systems design includes which of the following? (choose two)
a. / To define the database / d. / To define methods of classesb. / To define the user screens & reports / e. / To define class attributes
c. / To define the network structure / f. / To define the interactions between classes
ANS:D, FPTS:1REF:p20
COMPLETION
1.Another term that is used to define a computer application is ______.
ANS:
app
App
PTS:2REF:p4
2.Those skills, steps, guides, and tools that support and lead up to the actual programming of the system are referred to as ______.
ANS:
SA&D
systems analysis and design
Systems Analysis and Design
PTS:2REF:p5
3.A planned undertaking that has a beginning and an end and produces some result is called a ______.
ANS:project
PTS:2REF:p5
4.What is the term that is used to describe all the activities to build, launch, and maintain an information system?
ANS:
SDLC
Systems Development Life Cycle
Systems development life cycle
systems development life cycle
PTS:2REF:p6
5.A development process where the system is grown piece by piece is called ______.
ANS:iterative development
PTS:2REF:p8
6.The primary output of Core Process one and which is used to get project approval is called ______.
ANS:
System Vision Document
system vision document
PTS:2REF:p10
7.A document that identifies and lists all of the tasks to be completed within an iteration is called a ______.
ANS:
work breakdown structure
Work Breakdown Structure
PTS:2REF:p12
8.A diagram that shows the method signatures in each class is called the ______.
ANS:
design class diagram
DCD
PTS:2REF:p22
9.What is the name of the diagram that is often used to show the different layers of the system (view layer, etc.)?
ANS:
Package Diagram
package diagram
PTS:2REF:p23
10.What do we call the type of testing that the users perform to ensure that the system meets the business requirements?
ANS:
User acceptance testing
User Acceptance Testing
Acceptance testing
Acceptance Testing
PTS:2REF:p24
ESSAY
1.List the six core processes.
ANS:
1. Identify the problem
2. Plan and monitor the project
3. Discover and understand the problem (analysis)
4. Design the system components
5. Build, text, and integrate system components
6. Complete system test and deploy the system
PTS:5DIF:5REF:p6
2.List the three components that are included in a System Vision Document.
ANS:
1. Problem description
2. System capabilities
3. Business benefits
PTS:5REF:p10
3.List the four steps required to conduct system test or user test.
ANS:
1. Create the test data
2. Conduct the test
3. Document the errors and issues
4. Fix the errors.
PTS:5REF:p25