Final Study Guide Flashcards

1
Q

In the initial stage of design, what are business requirements converted into?

A

In the initial stage of design, business requirements are converted into system requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Systems integration refers to what?

A

System integration is the combining of packaged software, legacy system, and new software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which is NOT a factor in choosing a development option?

a. Data base normalization
b. In-house experience
c. Time frame
d. Project skills
e. Project management

A

Data base normalization is not a factor in choosing a development option.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The objective of architecture design is to determine what?

A

The objective of architecture design is to determine what parts of the application software will be assigned to what hardware.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

An n-tiered architecture is distinguished by what?

A

An n-tiered architecture is distinguished by the number of specialized server computers in the system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Are client-server architectures more expensive or less expensive than client-based architectures?

A

Client-server architectures are cheaper than client-based architectures.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Interface evaluations almost always:

a) Identify improvements
b) Are conducted with other analysts in a structured walkthrough
c) Find coding errors
d) Are part of the training and implementation process
e) Cause additional scope creep in the project

A

Interface evaluations almost always identify improvements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A ______ is an outline of the steps that the users perform to accomplish some part of their work.

A

A use scenario is an outline of the steps that the users perform to accomplish some part of their work.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A ___________ is used when you want to verify that data fits within correct minimum and maximum values.

A

A range check is used when you want to verify that data fits within correct minimum and maximum values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which is NOT true of Structure Charts when designing programs?

a) They show all the components of code that must be included in a program at a high level
b) They are arranged in a hierarchical format that implies sequence
c) They help analysts create programs that are easy to understand and maintain
d) They are generally implemented with control flags that pass from the control modules to the subordinate modules
e) They may have on-page and off-page connectors

A

Structure charts are not implemented with control flags passing from the control modules to the subordinates. Instead, control flags pass from the subordinates to the control module.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the main types of processes on a process model?

A

There are three types of processes on a process model:

  • Afferent processes - Provide inputs
  • Central processes - Critical functions
  • Efferent processes - System outputs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly