Chapter 8 Flashcards

1
Q

the goals of systems design is to build a system that is effective, reliable, and maintainable

A

a system is effective if it supports business requirements and meets user needs.

a system is reliable if it handles input errors, processing errors, hardware, failures, or human mistakes.

a system is maintainable if it is flexible, scalable and easily modified. changes might be needed to correct problems, adapt to user requirements, or take advantage of new technology.

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

User Interface

A

describes how users interact with a computer system, and consists of all the hardware, software, screens, menus, functions, output, and features that affect two-way communications between the user and the computer. The UI is the key to usability, which includes user satisfaction, support for business functions, and system effectiveness.

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

a data validation rules

A

improves input quality by testing the data and rejecting any entry that fails to meet specified conditions. the design can include at least eight types of validation rules

sequence check
existence check
data type check
range check
reasonableness check

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

Guidelines for designing data entry screens

A
  1. Create an interface that is easy to learn and use
  2. enhance user productivity
  3. Provide Users with help and feedback
  4. Create an attractive layout and design.
  5. Enhance the interface
  6. Focus on Data Entry Screens
  7. Use validation rules
  8. Reduce input volume
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

garbage in, garbage out (GIGO)

A

the best time to avoid problems is when the data is entered. The main objective is to ensure the quality, accuracy, and timeliness of input data.

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

source document

A

a source document collects in put data, triggers or authorizes an input action, and provides a record or the original transaction. During the input design stage, the analyst develops source documents that are easy to complete and use for data entry. source documents generally are paper-based, but also can be provided online,

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

turnaround documents

A

output documents that are later entered back into the same or another information system. In some areas, the telephone or utility bill, for example might be a turnaround document printed by the company’s billing system. When the required portion of the bill is returned with payment, the bill is scanned into the company’s accounts receivable system to record the payment accurately

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

Types of reports

A

When designing reports the essential goal is to match the report to the user’s specific information needs. depending on their job functions, users might need one or more of the reports
Detail reports
Exception reports
Summary reports

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

Detail reports

A

a detail report produces one or more lines of output for each record processed. because it contains one or more lines for each record, a detail report can be quite lengthy. Consider, for example, a large auto parts business. if the firm stocks 3,000 parts, then the detail report would include 3000 detail lines on approximately 50 printed pages. A user who wants to locate any part in short supply has to examine 3,000 detail lines to fine the critical items.

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

Exception Reports

A

an exceptions report is displays only those records that meet a specific condition or conditions. Exception reports are useful when the user wants information only on records that might require action, but does not need to know the details.
For example, a credit manager might use an exception report to identify only those customers with past-due accounts, or a customer service manager might want a report on all packages that were not delivered within time period.

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

Summary reports

A

Upper-level managers often want to see total figures and do not need supporting details. A sales manager, for example, might want to know total sales for each sales representatives but not want a detail report listing every sale made by them. In that case, a summary report is appropriate. similarly, a personnel manager might need to know the total regular and overtime hours worked by employees in each store but might not be interested in the number of hours worked by each employer

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

Output Technology

A

Internet-based information delivery
email
blogs
instant messaging
wireless devices
digital audio, images, and video

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

Output Security

A

protects privacy rights and shields the organization’s proprietary data from theft or unauthorized access. To ensure output security, several important tasks must be performed. First, limit the number of printed copies and use a tracking procedure to account for each copy. when printed output is distributed from a central location, specific procedures should be used to ensure that the output is delivered to authorized recipients only. That is especially true when reports should be stored in secure areas all pages of confidential reports should be labeled appropriately

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

Data security

A

data security policies and procedures protect data from loss or damage, which is a vital goal in every organization. If the safeguards are not 100% effective, data, recovery utilities should be able to restore lost or damaged data. Once data is entered, the company should store sources documents in a safe location for some specified length of time.

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

prototyping

A

produces an early, rapidly constructed working version of the proposed information system, called a prototype. prototyping, which involves a repetitive sequence of analysis, design modeling, and testing, is a common technique that can be used to design anything from a new home to a computer network.

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

Systems development life cycle (SDLC)

A

structured analysis uses a series of phases called the systems development life cycle, to plan, analyze, design, implement, and support an information system.
the SDLC model includes five steps: system plannings, systems analysis, systems design, systems implementation, and systems support and security.

17
Q

systems planning phase

A

begins with a formal request to the IT department called a systems request which describes problems or desired changes in an information system or a business process.

18
Q

systems analysis

A

the purpose of the systems analysis phase is to build a logical model of the new system.

19
Q

the systems design phase

A

create a physical model that will satisfy all documented requirements for the system.

20
Q

systems implementation phase

A

the new system is constructed. the procedure is the same-programs are written, tested and documented, and the system is installed. if the system was purchased as a package, systems analysts configure the software and perform any necessary modifications.

21
Q

systems support and security phase

A

the IT staff maintains, enhances, and protects the system. Maintenance changes correct errors and adapts to changes in the environment such as new tax rates. enhancements provide new features and benefits.