ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

Software project review

2021-12-15 22:06:53  阅读:226  来源: 互联网

标签:development GIS review system project engineering Software software


GIS Software project review

  1. GIS software engineering:

    Software engineering is an engineering discipline that is concerned with all aspects of software production.

    GIS software engineering is an engineering discipline that is concerned with all aspects of GIS software production.

  2. Dependability and security: Software dependability includes a range of characteristics including reliability, security and safety. Dependable software should not cause physical or economic damage in the event of system failure. Malicious users should not be able to access or damage the system.

  3. Architectural design

    Architectural design is a creative process so the process differs depending on the type of system being developed.

  4. Software Evolution

    Software Evolution is one part of the fundamental software engineering activities.

    Software evolution, where the software is modified to reflect changing customer and market requirements.

  5. The waterfall model: Plan-driven model. Separate and distinct phases of specification and development.

    The Waterfall model is one of the best known applications of the Systems Development Life Cycle model (or SDLC), commonly used in the information systems, software, and systems engineering fields. The model is a sequential design process and gets its name from the visual depiction of progress, following the methodology looking like a waterfall as it steadily progresses downward through its phases. The Waterfall model originated from highly structured physical environments that see a high cost associated with after-the-fact changes being made to the system or product being created. Previously a hardware orientated model, the Waterfall method was adapted for software engineering where it has been used for several decades.

  6. What are the software application types?

    • Stand-alone applications
    • Interactive transaction-based applications
    • Embedded control systems
    • Batch processing systems
    • Entertainment systems
    • Systems for modeling and simulation
    • Data collection systems
    • Systems of systems
  7. What are the use of architectural models?

    • As a way of facilitating discussion about the system design
    • As a way of documenting an architecture that has been designed
  8. What is the benefits of incremental development?

    • The cost of accommodating changing customer requirements is reduced.
    • It is easier to get customer feedback on the development work that has been done.
    • More rapid delivery and deployment of useful software to the customer is possible.
  9. GIS: GISs are simultaneously the telescope, the

    microscope, the computer, and the Xerox

    machine of regional analysis and synthesis

    of spatial data. (Ron Abler, 1988)

    A geographic information system (GIS) is a system that creates, manages, analyzes, and maps all types of data. GIS connects data to a map, integrating location data (where things are) with all types of descriptive information (what things are like there). This provides a foundation for mapping and analysis that is used in science and almost every industry. GIS helps users understand patterns, relationships, and geographic context. The benefits include improved communication and efficiency as well as better management and decision making.

  10. Maintainability: Software should be written in such a way so that it can evolve to meet the changing needs of customers. This is a critical attribute because software change is an inevitable requirement of a changing business environment.

  11. Efficiency: Software should not make wasteful use of system resources such as memory and processor cycles. Efficiency therefore includes responsiveness, processing time, utilisation, etc.

  12. Requirements engineering: Requirements engineering is the process of developing a software specification.

  13. Incremental development: Incremental development

    Specification, development and validation are interleaved. May be plan-driven or agile.

  14. What are the ways of writing a system requirements?

    The principles of agile methods :

    PrincipleDescription
    Customer involvementCustomers should be closely involved throughout the development process. Their role is provide and prioritize new system requirements and to evaluate the iterations of the system.
    Incremental deliveryThe software is developed in increments with the customer specifying the requirements to be included in each increment.
    People not processThe skills of the development team should be recognized and exploited. Team members should be left to develop their own ways of working without prescriptive processes.
    Embrace changeExpect the system requirements to change and so design the system to accommodate these changes.
    Maintain simplicityFocus on simplicity in both the software being developed and in the development process. Wherever possible, actively work to eliminate complexity from the system.
  15. What are the use of graphical models?

    • As a means of facilitating discussion about an existing or proposed system
    • As a way of documenting an existing system
    • As a detailed system description that can be used to generate a system implementation
  16. What is the software design and implementation?

    The process of converting the system specification into an executable system.

    • Software design
      • Design a software structure that realises the specification;
    • Implementation
      • Translate this structure into an executable program;

    The activities of design and implementation are closely related and may be inter-leaved.

标签:development,GIS,review,system,project,engineering,Software,software
来源: https://blog.csdn.net/weixin_45705044/article/details/121941787

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有