Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 474 Bytes

Software_Design_And_Development_Process.md

File metadata and controls

16 lines (15 loc) · 474 Bytes

소프트웨어 설계 및 개발 과정 (Software Design & Development Process)

1. 요구사항 분석 (Requirement Analysis)


2. 구조 설계 (Structure Design)


3. 입력/출력 데이터 정의 (Data Structure Design)


4. 알고리즘 설계 및 구현 (Algorithm Design and Implementation)

  • 구조 블럭도 작성(Flow Chart)

5. 코딩 및 테스트 (Coding and Test)