The core content of the fourth chapter of software engineering introduction

Source: Internet
Author: User

The structural design method is developed on the basis of modularization, top-down gradual refinement and structure-based programming technology.  Structured design methods can be divided into two categories, one is based on the data flow of the system design, known as the data flow design or process-driven design, the other is based on the data structure of the system designed to become data-oriented structure design, or data-driven design.  The software design process includes a set of principles, concepts, and practices that can guide high-quality systems or product development. Principles of software Design: Divide and conquer, module independence (coupling and cohesion), improve abstraction levels, reuse design, flexibility design (reduce coupling to improve cohesion, build abstractions, do not write code to die, throw exceptions, use and create reusable code) structured design (cube diagram) is divided into outline design (architecture design,  interface design, data design) and 4 types of detailed design (process design) Modules: Incoming module, outgoing module, transformation module, Coordination module Interface Design Overview: interface design between modules or software components, interface design between software and other hardware and systems, and software-to-human interaction design. Program Flowchart (program diagram) Features: Intuitive, clear, easy to learn and master, 5 kinds of basic control structure: Sequential type, select Type, first judgment, after judgment, multi-condition. Any complex program flowchart is nested by a primitive type.

The core content of the fourth chapter of software engineering introduction

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.