0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

プロセス中心設計とデータ中心設計

Posted at

image.png
 プロセス中心設計は、システムにどのような機能が必要なのかを洗い出して、システム設計を進める考え方です。DFDを作成して設計を進めます。

 データ中心設計は、システム二度余のようなデータが存在しているのかを洗い出して、システム設計を進める考え方です。システムで扱えデータは、新しい機能が追加になったとしても、大きく変化することはないので、データを中心にして設計した方が良いと言う考えが基礎にあります。ER図を作成し、データベースの利用を前提にして設計を進めます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?