mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
16 lines
546 B
Markdown
16 lines
546 B
Markdown
# 0. Software Engineering and System Analysis and Design
|
|
|
|
## 1. What is Software Engineering.
|
|
----
|
|
- Software engineering is a branch that associated with *development of software product* using scientific <u>principle, method and procedure</u>
|
|
|
|
## 2. Software is Complex
|
|
Software is composed of many simple parts related to one another.
|
|
|
|
## 3. Software Process.
|
|
- **Framwork** :: Framework is a tool that helps programmer to make an app.
|
|
- Generic Activities of a software process -
|
|
- Specification
|
|
- Development
|
|
- Validation
|
|
- Evolution. |