software processes

Software Processes

Software Processes

Ngày tải lên : 14/09/2012, 11:26
... Sommerville 2004 Software Engineering, 7th edition. Chapter 4 Slide 22 Process activities  Software specification  Software design and implementation  Software validation  Software evolution ©Ian ... Sommerville 2004 Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 4 Slide 2 Objectives  To introduce software ... Slide 49 Key points  Software processes are the activities involved in producing and evolving a software system.  Software process models are abstract representations of these processes.  General...
  • 17
  • 659
  • 2
Giáo trình SoftWare Testing

Giáo trình SoftWare Testing

Ngày tải lên : 18/08/2012, 10:59
... Confidential - 2 - Table of Contents 1 INTRODUCTION TO SOFTWARE 7 1.1 EVOLUTION OF THE SOFTWARE TESTING DISCIPLINE 7 1.2 THE TESTING PROCESS AND THE SOFTWARE TESTING LIFE CYCLE 7 1.3 BROAD CATEGORIES ... workings of the software more visible. These contrast with black box techniques that simply look at the official outputs of a program. White box testing is concerned only with testing the software ... FOR SYSTEM TESTING 51 Software Testing Confidential Cognizant Technology Solutions Performance Testing Process & Methodology Proprietary & Confidential - 8 - software development life...
  • 179
  • 1.9K
  • 14
DSP Software

DSP Software

Ngày tải lên : 13/09/2012, 09:49
... rapid execution. For example, many functions in DSP software libraries are written in assembly, and then accessed from larger programs written in C. Even the staunchest software purist will use assembly code, ... not. These lower performance systems replace hardware with software. Each of the mathematical functions is broken into Chapter 4- DSP Software 71 FIGURE 4-2 Single precision floating point storage ... occasionally visit the programming world. Regardless of the language you use, most of the important DSP software issues are buried far below in the realm of whirling ones and zeros. This includes such...
  • 20
  • 653
  • 0
An Introduction to Software Engineering

An Introduction to Software Engineering

Ngày tải lên : 14/09/2012, 11:26
... cost- effective software development. ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 1 Slide 6 FAQs about software engineering  What is software?  What is software engineering?  ... Sommerville 2004 Software Engineering, 7th edition. Chapter1 Slide 18 What is CASE (Computer-Aided Software Engineering)  Software systems that are intended to provide automated support for software ... Sommerville 2004 Software Engineering, 7th edition. Chapter 1 Slide 4 Software engineering  The economies of ALL developed nations are dependent on software.  More and more systems are software controlled ...
  • 11
  • 706
  • 1
Software Requirements

Software Requirements

Ngày tải lên : 14/09/2012, 11:26
... Ray Wilson, Glasgow Office ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 6 Slide 1 Software Requirements ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 6 Slide ... Sommerville 2004 Software Engineering, 7th edition. Chapter 6 Slide 54 Key points  System requirements are intended to communicate the functions that the system should provide.  A software requirements ... domain. ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 6 Slide 11 Functional requirements  Describe functionality or system services.  Depend on the type of software, expected users and...
  • 18
  • 836
  • 1
Requirements Engineering Processes

Requirements Engineering Processes

Ngày tải lên : 14/09/2012, 11:26
... next round of the spiral. ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 7 Slide 1 Requirements Engineering Processes ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter ... to tackle their analysis. ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 7 Slide 4 Requirements engineering processes  The processes used for RE vary widely depending on the ... the role of requirements management in support of other requirements engineering processes ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 7 Slide 3 Topics covered  Feasibility...
  • 18
  • 456
  • 0
Real-time Software Design

Real-time Software Design

Ngày tải lên : 14/09/2012, 11:27
... ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 15 Slide 49 Mutual exclusion  Producer processes collect data and add it to the buffer. Consumer processes take data from ... Producer and consumer processes must be mutually excluded from accessing the same element.  The buffer must stop producer processes adding information to a full buffer and consumer processes trying ... systems are therefore usually designed as cooperating processes with a real-time executive controlling these processes. ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 15 Slide...
  • 18
  • 731
  • 2
Rapid software development

Rapid software development

Ngày tải lên : 14/09/2012, 11:27
... design processes to explore options and develop a UI design; • In the testing process to run back-to-back tests. ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 17 Slide 1 Rapid software ... in the software process ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 17 Slide 3 Topics covered  Agile methods  Extreme programming  Rapid application development  Software ... standards. ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 17 Slide 44 Key points  An iterative approach to software development leads to faster delivery of software.  Agile methods...
  • 15
  • 585
  • 2
Software Reuse

Software Reuse

Ngày tải lên : 14/09/2012, 11:27
... 2004 Software Engineering, 7th edition. Chapter 18 Slide 1 Software Reuse ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 18 Slide 2 Objectives  To explain the benefits of software ... incorporating knowledge of business processes and rules. ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 18 Slide 42 Design time configuration  Software product lines that are configured ... that may be externally provided. ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 18 Slide 37 Software product lines  Software product lines or application families are applications...
  • 17
  • 642
  • 2
Component-based software engineering

Component-based software engineering

Ngày tải lên : 14/09/2012, 11:27
... 2004 Software Engineering, 7th edition. Chapter 19 Slide 4 Component-based development  Component-based software engineering (CBSE) is an approach to software development that relies on software ... interface; ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 19 Slide 9 Component definitions  Councill and Heinmann: • A software component is a software element that conforms ... t initialise sensorManagement sensorData 1 ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 19 Slide 1 Component-based software engineering ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter...
  • 16
  • 509
  • 5
Software evolution

Software evolution

Ngày tải lên : 14/09/2012, 11:41
... Sommerville 2004 Software Engineering, 7th edition. Chapter 21 Slide 22 Evolution processes  Evolution processes depend on • The type of software being maintained; • The development processes used; • ... required? ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 21 Slide 4 Software change  Software change is inevitable • New requirements emerge when the software is used; • The business ... and updated.  The majority of the software budget in large companies is devoted to evolving existing software rather than developing new software. ©Ian Sommerville 2004 Software Engineering, 7th edition....
  • 16
  • 512
  • 0
Software testing

Software testing

Ngày tải lên : 14/09/2012, 11:41
... closed design and analysis workbenches. ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 23 Slide 1 Software testing ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 23 Slide ... Sommerville 2004 Software Engineering, 7th edition. Chapter 23 Slide 5 Testing phases Component testing System testing Software developer Independent testing team ©Ian Sommerville 2004 Software Engineering, ... Sommerville 2004 Software Engineering, 7th edition. Chapter 23 Slide 3 Topics covered  System testing  Component testing  Test case design  Test automation ©Ian Sommerville 2004 Software Engineering,...
  • 19
  • 617
  • 3
Software cost estimation

Software cost estimation

Ngày tải lên : 14/09/2012, 11:41
... M Complex projects where the software is part of a strongly coupled complex of hardware, software, regulations and operational procedures. ©Ian Sommerville 2004 Software Engineering, 7th edition. ... are interleaved management activities. ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 26 Slide 5 Software cost components  Hardware and software costs.  Travel and training costs.  Effort ... business. ©Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 26 Slide 8  A measure of the rate at which individual engineers involved in software development produce software and associated documentation. ...
  • 20
  • 725
  • 2

Xem thêm