IT项目管理英文版课件:Process case1

上传人:公**** 文档编号:568829138 上传时间:2024-07-27 格式:PPT 页数:30 大小:16.21MB
返回 下载 相关 举报
IT项目管理英文版课件:Process case1_第1页
第1页 / 共30页
IT项目管理英文版课件:Process case1_第2页
第2页 / 共30页
IT项目管理英文版课件:Process case1_第3页
第3页 / 共30页
IT项目管理英文版课件:Process case1_第4页
第4页 / 共30页
IT项目管理英文版课件:Process case1_第5页
第5页 / 共30页
点击查看更多>>
资源描述

《IT项目管理英文版课件:Process case1》由会员分享,可在线阅读,更多相关《IT项目管理英文版课件:Process case1(30页珍藏版)》请在金锄头文库上搜索。

1、CCPDS-R A Case StudylAn objective case study is a true indicator of a mature organization and a mature project process. The software industry needs more case studies like CCPDS-RlThe metrics histories were all derived directly from the artifacts of the projects process. These data were used to manag

2、e the project and were embraced by practitioners, managers, and stakeholderslCCPDS-R was one of the pioneering projects that practiced many modern management approachesCCPDS-R A Case StudylA detailed case study of a successful software projectlSuccessful means on budget, on schedule, and satisfactor

3、y to the customerlCommand Center Processing and Display System-Replacement projectlFor the U.S. Air Force, from 1987 to 1994, by TRW, Ca.lIncluding system engineering, hardware procurement, and software development, each consuming about 1/3 of the total costlThe software effort included the developm

4、ent of three distinct software systems totaling more than one million source lines of code, and each consuming about 1/3lThe case focusing on the initial software developmentCommon Subsystem, about 355,000 source lines, producing a reusable architecture, a mature process, and an integrated environme

5、nt for other two subsystemsCCPDS-R A Case StudyCD: Concept Definition FSD: Full-Scale Development like inception phaseCCPDS-R A Case StudylA very large software development activitylUsing Ada languagelThe purpose of the SE exercise be to demonstrate that the contractors proposed software process, Ad

6、a environment, and software team were in place, were mature, and were demonstrablelConduct a mock design review with the customer 23 days after receipt of a simple two-page specification of a “missile warning simulator” lTRWs CCPDS-R team won (12 people for 23 days)CCPDS-R A Case StudyThe following

7、results were produced with the proposed software development plan:CCPDS-R A Case StudylTRW proposing an architecture-first, demonstration-based approachlMore than 20% bid higher than that of their competitorlThe best value and lowest risklSuccessful performance on the SE exerciselAbility to demonstr

8、ate their process under realistic conditionsCCPDS-R A Case StudylThe primary responsibilities of the CD phase team:CCPDS-R A Case StudylThe six computer software configuration items(CSCIs) of the Common Subsystem softwareCCPDS-R A Case StudyCCPDS-R A Case StudyCCPDS-R A Case StudylIn the CCPDS-R def

9、inition of an architecture, the view of the Software Architecture Skeleton(SAS) included the followingCCPDS-R A Case StudylTwo important aspects of SAS verification and assessment: compilation and executionlThe SAS provides the forum for integration and architecture evolution. It is important to con

10、struct the SAS early and to evolve it into a stable baselinelCCPDS-R installed its first SAS baseline (after three informal iterations) around month 13,just before the PDR milestonelAll subsequent change was performed via rigorous configuration controllThe SAS was useful in assessing the volatility

11、in the overall software interfaces and captured the conceptual architecture of the Common SubsystemCCPDS-R A Case StudyCCPDS-R A Case StudyThe software architecture stability with Common Subsystem SAS evolution From a macroprocess view, the initial milestones focused on achieving a baseline architec

12、ture. The PDR baseline required three major architecture iterations, the conclusions of which coincided with the milestones for the software requirements review (SRR), interim PDR (IPDR), and PDR:The SRR demonstration: initial feasibility of the foundation components, and basic use cases of initiali

13、zation and interprocess communicationsThe IPDR demonstration: the feasibility of the architectural infrastructure under the riskiest use cases, including the following:The PDR demonstration: adequate achievement of the peak load scenarios and the other primary use cases within a full-scale architect

14、ural infrastructure, including the other critical-thread componentsThe CDR demonstration updated the architecture baseline to represent the equivalent of an alpha test capability for the complete architectural infrastructure and the critical-thread scenarios. This was a usable system in that it prov

15、ided a set of complete use cases sufficient for the user to perform a subset of the mission.A peak data load missile warning scenario of a mass raid from the Soviet UnionA peak control load scenario of a system failover and recovery from the primary thread of processing to a backup thread of process

16、ing with no loss of dataCCPDS-R A Case Study- Process OverviewBuild 0. This build comprised the foundation components necessary to build a software architecture skeleton. The intertask/interprocess communications, generic task and process executives, and common error reporting components were includ

17、ed. This build was also the conclusion of the research and development project executed in parallel with the CD (inception) phase. These NAS components were the cornerstone of the architectural framework and were built to be reusable across all three CCPDS-R sub-systems. They represented very comple

18、x, high-risk components with stringent performance, reliability, and reusability demands. The Details of the Build ContentBuild 1. This build was essentially the architecture. It included a complete set of instantiated tasks (300), processes (70), interconnections (1,000), states, and state transiti

19、ons for the structural solution of the CCPDS-R software architecture. To achieve a cycling architecture, this build also added all the NAS components for initialization, state management (reconfiguration), and instrumentation. A trivial user interface and the capability to inject test scenarios into

20、 the architecture were added to support the initial demonstration. Upon completion of build 1, only a few critical use cases were demonstrable: initializing the architecture, injecting a scenario to drive the data flow through the system, and orchestrating reconfigurations such as primary thread swi

21、tchover to backup thread.The Details of the Build ContentBuild 2. This was the first build of mission-critical components and achieved the initial capability to execute real mission scenarios. The three primary risks inherent in the mission scenarios were the timeliness of the display database distr

22、ibution, the performance (resource consumption and accuracy) of the missile warning radar algorithms, and the performance of the user interface for several complex displays. Upon completion of build 2, several mission-oriented use cases could be executed, including the worst-case data processing thr

23、ead and the worst-case control processing thread (primary-to-backup switchover).The Details of the Build ContentBuild 3. This build contained the largest volume of code, including display format definitions, global type definitions, and representation specifications needed for validation of external

24、 interface transactions. Although the code was voluminous, much of it was produced automatically in a cook-book manner by constructing code generation tools. The remaining components allocated to build 3 included the external communications interface protocol handling, the completed user-system inte

25、rface for the mission operators, the user-system interface for the computer support positions, the system services for mission reconfigurations, database resets, off-line data reduction, and the nuclear detonation algorithms. Although initially planned as one large build, this increment was later sp

26、lit into two more manageable releases, builds 3-1 and 3-2.The Details of the Build ContentBuild 4. This build provided the final installment of missile warning algorithms for satellite early warning systems, the final installment of mission management and mission status displays, and the final insta

27、llment of external communications interface processing.Build 5. In the middle of the Common Subsystem schedule, build 5 was added to coincide with a particular external interface (being built on a separate contract), the schedule for which had slipped so that it was not going to be available during

28、its originally planned build (build 4). Consequently, the external interface was scheduled into an entirely new build.The Details of the Build ContentThe individual milestones within a build : preliminary design walkthrough(PDW) critical design walkthrough (CDW) turnover review (TOR) CCPDS-R A Case

29、Study- Process OverviewCCPDS-R A Case Study- Process OverviewPreliminary Design Walkthroughs Initial prototyping and design work was concluded with a PDW and a basic capability demonstration. The walkthrough focused on the structural attributes of the components within the build. The basic agenda wa

30、s tailored for each build, but it generally included the following topics for each CSCI:Overview: CSCI overview, interfaces, components, and metricsComponents: walkthrough of each major component, showing its source code interface, allocated system requirements specification (SRS) requirements, curr

31、ent metrics, operational concept for key usage scenarios, standalone test plan, and erroneous conditions and responsesDemonstration: focused on exercising the control interfaces across the components within the integrated architectureCCPDS-R A Case Study- Process OverviewCritical Design Walkthroughs

32、 A builds design work was concluded with a CDW and a capability demonstration that exposed the key performance parameters of components within the build. While the PDW focused on the declarative view of the design, the CDW focused on the completeness of the components and the behavioral perspective

33、of operating within the allocated performance requirements. The basic agenda was tailored for each build, but it generally included the following topics for each CSCI:CSCI overview: interfaces, components, and metrics; summary of changes since PDW; disposition of all PDW action items; build integrat

34、ion test scenariosComponents: walkthrough of each major component, showing its source code interface, allocated SRS requirements, current metrics, operational concept for key usage scenarios, stand-alone test plan, and erroneous conditions and responsesDemonstration: focused on exercising the critic

35、al performance threadsCCPDS-R A Case Study- Process OverviewCode WalkthroughsDetailed code walkthroughs were also used to disseminate projectwide expertise and ensure the development of self-documenting source code. Some authors generated source code that demonstrated excellent levels of readability

36、 worthy of being assessed as self-documenting. The CSCI managers and the software chief engineer coordinated the need for code walkthroughs and their allocation among various authors to meet the following objectives: Better dissemination of self-documenting source code style Identification of coding

37、 issues not easily caught by compilers and source code analysis tools: Object naming, coding style, and commenting style: Does it promote readability? Unnecessarily complex objects or methods: Are there simpler approaches. Reuse: Is custom software being built where reusable components exist? Potent

38、ial performance issues: Are there potentially inefficient implementations? Reduction of the amount of source code needed for review in the larger design walkthroughs Exposure of inexperienced personnel to the products of experts and vice versaCCPDS-R A Case Study- Process OverviewTurnover ReviewsTur

39、nover reviews were not really reviews; they were typically a one-month activity during which components were completed with stand-alone testing and turned over for configuration control, build integration testing, and engineering string testing.COMPONENT EVOLUTION CCPDS-R used Ada as a uniform life-

40、cycle format for design evolution. This uniformity allowed for software development progress metrics to be extracted directly from the evolving source files. The use of Ada as a design language was based on a special design package containing objects that had names prefixed by the string TBD (to be

41、defined). This package of TBD objects included predefined TBD types, TBD constants, TBD values, and a TBD procedureCOMPONENT EVOLUTION The basic component evolution would look like this: At creation, only the interface (the specification part) would be defined with Ada source lines and corresponding

42、 comments. The estimated SLOC count for the component would typically be specified by a single TBD_Statements line. At PDW, the substructure of the component would be fleshed out along with most component declarations and estimates of the subordinate program units using multiple calls to TBD_Stateme

43、nts. At this time, there would generally be about 30 of the SLOC in Ada and 70 in ADL. By CDW, most of the program unit interfaces and declarations would be fully fleshed out in Ada, with some detailed processing still using TBD_Statements as placeholders. In general, CDW-level components would be about 70 Ada and 30 ADL. A guideline also stated that by CDW, there would be no calls to TBD_Statements with values greater than 25. By turnover, the string TBD would not appear anywhere in the source files. This would correspond to a complete implementation.

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 高等教育 > 研究生课件

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号