Unit 7 Flashcards

1
Q

These are statements that describe what the system should do or possess to meet the needs of its users and stakeholders.

A

Requirements

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

What are the two types of system requirements?

A

Functional requirements
Non-functional requirements

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

These define what the system should achieve in terms of features and capabilities.

A

Functional requirements

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

These requirements ensures the system meets the desired levels of performance, quality, and user satisfaction.

A

Non-functional requirements

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

This is the ability of the system to handle an increasing number of users without significant performance degradation.

A

Scalability

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

This is the ability of the system to secure user passwords and prevent unauthorized access.

A

Security

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

This is the ability of the system to be intuitive and to be easily navigated by users of all experience levels.

A

Usability

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

This is the ability of the system to have at least 99.9% uptime with minimal downtime for maintenance.

A

Reliability

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

This is the ability of the system to load within 3 seconds to provide a good user experience.

A

Performance

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

This is the physical design of the system that will meet the specifications described in the system requirements document.

A

System Design

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

This is a concrete database design translated from the business rules.

A

Data Design

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

This is the part of the system with which the users interact. It includes the screen displays that provide navigation.

A

User Interface

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

This describes the system’s hardware, software, and network environment.

A

Architecture

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

This is a document or set of documentation that describes the features and behavior of a software application.

A

System design specification

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

This involves a repetitive sequence of analysis, design, modeling, and testing.

A

Prototyping

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

This prototyping method produces a full-featured, working model of the information system.

A

System prototyping

16
Q

This method of development that employs technical mechanisms for reducing risk in a project, when the project needs are vaguely and poorly laid out.

A

Design prototyping or Throwaway prototyping

17
Q

What does CASE stand for?

A

Computer-Aided Systems Engineering

18
Q

This is a technique that uses powerful software called CASE tool to help system analysts develop and maintain information systems.

A

CASE

19
Q

These are tools that support the rapid development of computer programs by translating a logical model directly into code. Also called a code generator.

A

Application generators

20
Q

This is a computer program whose purpose is to take data from a source such as a database, XML stream or a spreadsheet, and use it to produce a document in a format which satisfies a particular human readership.

A

Report generators

21
Q

This is also called form painter. It is an interactive tool that helps you design a custom interface, create screens forms, and handle data entry format and procedures.

A

Screen generator

22
Q
A