Software project review

2021/12/15 23:18:42

本文主要是介绍Software project review,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

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.



这篇关于Software project review的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程