1
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

プログラム仕様とは

プログラムに求めることを定義したもののこと。

プログラム仕様の種類

  • ウォーターフォールモデルの開発手法では、以下の3つに分けてトップダウンで使用を作成する。

基本仕様

  • PMなどの要求主要に基づいて、機能概要、機能構成、ハードウェア構成、運用の前提条件、性能や品質の要件などを記述する。

機能仕様

  • ソフトウェアを開発する上で、そのプログラムの動作を記述した一連の文章のこと。主にソフトウェアが受け付けるべき入力を列挙し、それら入力に対してそのシステムがどう動くかを記載する。

詳細仕様(技術仕様)

  • 具体的なコードの実装を説明する文章のこと。
1
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
1
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?