What do software engineers use as tools to provide automated support for the development of the system quizlet?

Upgrade to remove ads

Only ₩37,125/year

  1. Science
  2. Computer Science
  3. Software Engineering

  • Flashcards

  • Learn

  • Test

  • Match

  • Flashcards

  • Learn

  • Test

  • Match

Terms in this set (22)

CASE

tools which provide automated support for the development of the system

COBIT

a set of best practices that helps an organization to maximize the benefits of an information system, while at the same time establishing appropriate controls to ensure minimum errors

Alpha Testing

asses if the entire system meets the design requirements of the users

Development Testing

Test the system to ensure it is bug-free

Integration Testing

Verify that separate systems can work together, passing data back and forth correctly

System Testing

Verify that the units or pieces of code function correctly when integrated

User Acceptance Testing

Determine if the system satisfies the user and business requirements

Unit Testing

Test individual units or pieces of code for a system

Parallel Implementation

Uses both the legacy system and new system until all users verify that the new system functions correctly

Plunge Implementation

Discards the legacy system and immediately migrates all users to the new system

Pilot Implementation

Assigns a small group of people to use the new system until it is verifies that it works correctly; then the remaining users migrate to the new system

Phased Implementation

Installs the new system in phases (for example, by department) until it is verified that it works correctly

Discovery prototyping

builds a small-scale representation or working model of the system to ensure it meets the user and business requirements

RAD Methodology

emphasizes extensive user involvement in the rapid and evolutionary construction of working prototypes of a system, to accelerate the systems development process.

XP Methodology

breaks a project into four phases, and developers cannot continue to the next phase until the previous phase in complete

RUP Methodlogy

owned by IBM, provides a frameworks for breaking down the development of software into four gates

Economic Feasibility

Measures the cost-effectiveness of a project

Operational Feasibility

measures how well a solution meets the identified system requirements to solve the problems and take advantage of opportunities

Schedule Feasibility

measures the project time frame to ensure it can be completed on time

Technical Feasibility

measures the practicality of a technical solution and the availability of technical resources and expertise

Political Feasibility

Measures how well the solution will be accepted in a given organization

Legal Feasibility

measures how well a solution can be implemented within existing legal and contractual obligations

Recommended textbook solutions

What do software engineers use as tools to provide automated support for the development of the system quizlet?

Engineering Electromagnetics

8th EditionJohn Buck, William Hayt

483 solutions

What do software engineers use as tools to provide automated support for the development of the system quizlet?

Introduction to the Theory of Computation

3rd EditionMichael Sipser

389 solutions

What do software engineers use as tools to provide automated support for the development of the system quizlet?

Operating System Concepts

9th EditionAbraham Silberschatz, Greg Gagne, Peter B. Galvin

489 solutions

What do software engineers use as tools to provide automated support for the development of the system quizlet?

C++ Programming

8th EditionD. S. Malik

486 solutions

Sets with similar terms

BSAD 141 Ch 8

91 terms

bailey_kimball

IS- MIS CH. 10

34 terms

stonerock

Chapter 9

85 terms

megasouras20

MIS Chapter 9

35 terms

bharris2123

Other sets by this creator

PSS10 EXAM 2

10 terms

caitie_green

BSAD155 Exam 1

14 terms

caitie_green

Horticulture Exam 1

112 terms

caitie_green

BSAD258 Exam 1

25 terms

caitie_green

Verified questions

COMPUTER SCIENCE

What is the purpose of systems calls?

Verified answer

COMPUTER SCIENCE

After the following statement executes, what elements will be stored in the myset set? myset = set([2, 4, 4, 6, 6, 6, 6])

Verified answer

COMPUTER SCIENCE

Convert the following function to one that uses recursion. void sign(int n) { while (n > 0) cout << "No Parking\n"; n−−; } Demonstrate the function with a driver program.

Verified answer

COMPUTER SCIENCE

Assuming all variables are declared correctly, which of the following swaps the values of x and y? I x=y; y=x; II tmp=x; y=x; x=tmp; III tmp=x; x=y; y=tmp; a. I only, b. II only, c. III only, d. II and III, e. I, II, and III.

Verified answer

Other Quizlet sets

CS345: System Testing

35 terms

saraavery98

Software Engineering Ch.8 and 9

48 terms

digbick99

Bus 395 - Software Testing

19 terms

Kaminokaze

CEN5035 - Handout 6

23 terms

Acekiller433

What are software suites that automate systems analysis design and development quizlet?

tools are software suites that automate systems analysis, design, and development. establishes descriptions of the desired features and operations of the system, including screen layouts, business rules, process diagrams, pseudo code, and other documentation.

What are computer

What are computer-aided software engineering (CASE) tools? Software suites that automate systems analysis, design, and development.

What is provided for the system users and can be online or in a classroom quizlet?

Training is also provided for the system users and can take place online or in a classroom. overall process for developing information systems from planning and analysis through implementation and maintenance.

What is a disciplined approach for constructing information systems through the use of common methods techniques or tools?

Method engineering in the "field of information systems is the discipline to construct new methods from existing methods". It focuses on "the design, construction and evaluation of methods, techniques and support tools for information systems development".