1
1+1アドレス命令
one-plus-one address instruction
(01)IEEE-CS-SE-Vocabulary
2
1アドレス命令
one-address instruction
(01)IEEE-CS-SE-Vocabulary
single-address instruction, single-operand instruction
3
1前方アドレス指定
one-ahead addressing
(01)IEEE-CS-SE-Vocabulary
4
1対多関係
one-to-many relationship
(01)IEEE-CS-SE-Vocabulary
2つの状態クラス間の関係。子クラスと呼ばれる1つのクラスの各インスタンスは、親クラスと呼ばれる2番目のクラスの1つのインスタンスのみに関連するように特に制約される。
a relationship between two state classes in which each instance of one class, referred to as the child class, is specifically constrained to relate to no more than one instance of a second class, referred to as the parent class. [IDEFobject]
5
1次サポート
first-line support
(02)ITIL-Glossary
インシデントの解決に関与するサポートグループ階層の最初のレベル。レベルが進むごとに、より高度な専門的スキルや、より多くの時間やその他のリソースが費やされるようになる。[ITIL V3]
The first level in a hierarchy of Support Groups involved in the resolution of Incidents. Each level contains more specialist skills, or has more time or other Resources. [ITIL V3]
6
2+1アドレス命令
two-plus-one address instruction
(01)IEEE-CS-SE-Vocabulary
7
2アドレス命令
two-address instruction
(01)IEEE-CS-SE-Vocabulary
double-operand instruction
8
2層アドレス
two-level address
(01)IEEE-CS-SE-Vocabulary
9
2層エンコーディング
two-level encoding
(01)IEEE-CS-SE-Vocabulary
two level encoding
10
2次サポート
second-line support
(02)ITIL-Glossary
The second level in a hierarchy of Support Groups involved in the resolution of Incidents and investigation of Problems. Each level contains more specialist skills, or has more time or other Resources. [ITIL V3]
11
3+1アドレス命令
three-plus-one address instruction
(01)IEEE-CS-SE-Vocabulary
12
3アドレス命令
three-address instruction
(01)IEEE-CS-SE-Vocabulary
13
3次サポート
third-line support
(02)ITIL-Glossary
The third level in a hierarchy of Support Groups involved in the resolution of Incidents and investigation of Problems. Each level contains more specialist skills, or has more time or other Resources. [ITIL V3]
14
3点見積り
three-point estimate
(01)IEEE-CS-SE-Vocabulary
3つのコストや期間の見積りを使用した分析手法。楽観的なシナリオ、最も可能性の高いシナリオ、悲観的なシナリオの3つを使う。この手法は、基礎となる活動やコスト構成要素が不確実な場合に、コストや期間の見積りの精度を向上させるために適用される。[PMBOK]
[Technique] an analytical technique that uses three cost or duration estimates to represent the optimistic, most likely, and pessimistic scenarios. This technique is applied to improve the accuracy of the estimates ofcost or duration when the underlying activity or cost component is uncertain. [PMBOK]
15
3点見積り
three point estimation
(03)Testing-Glossary
テスト見積り方法の1つであり、見積り対象案件の楽観値、悲観値、最頻値の見積りを使用して、結果となる見積りの確実度合を定義する。[ISTQB 2.3]
A test estimation method using estimated values for the "best case", "worst case", and "most
likely case" of the matter being estimated, to define the degree of certainty associated with the resultant estimate. [ISTQB 2.3]
※確率分布に基づいて工数を見積もるもので、もっとも可能のある値と、確率的に95%が包含できるような楽観値と悲観値の3点で算出する。計算式は、以下のようになる。
平均値 =( 楽観値 + 悲観値 + 最頻値 * 4 )/ 6
16
4+1アドレス命令
four-plus-one address instruction
(01)IEEE-CS-SE-Vocabulary
17
4アドレス命令
four-address instruction
(01)IEEE-CS-SE-Vocabulary
18
A-0コンテキスト図
a-0 context diagram
(01)IEEE-CS-SE-Vocabulary
the only context diagram that is a required for a valid IDEF0 model, the A-0 diagram contains one box, which represents the top-level function being modeled, the inputs, controls, outputs, and mechanisms attached to this box, the full model name, the model name abbreviation, the model's purpose statement, and the model's viewpoint statement. [IDEF0]
19
A/Bテスト
a/b testing
(03)Testing-Glossary
2つのコンポーネントやシステムのどちらが、指定された基準に対して性能が優れているかを判断するための統計的なテスト手法。[ISO 29119-11][ISTQB 4.4]
A statistical testing approach to determine which of two systems or components performs better. [ISO 29119-11][ISTQB 4.4]
20
A4, A5
a4, a5
(01)IEEE-CS-SE-Vocabulary
国際標準のペーパーサイズ。[SUDP]
※A4サイズは、210mm × 297mm、A5サイズは、148mm × 210mmである。
International Standard paper sizes. [SUDP]
Note: A4 is 210 mm by 297 mm and A5 is 148 mm by 210 mm; see ISO 216:2007
21
Abbot
abbott
(99)Sources
J. Abbot (1986), テストウェアテスト技法, NCC Publications.
J. Abbot (1986), Software Testing Techniques, NCC Publications.
22
ACID
acid
(01)IEEE-CS-SE-Vocabulary
原子性(アトミック性)、一貫性、独立性、永続性の4つの性質。[ODP-RM]
Atomicity Consistency Isolation Durability. [ODP-RM]
※原子性とは、これ以上分解すると意味のないものとなる最小の処理単位という意味。これら4つの性質は、トランザクション処理を行うにあたって不可欠なものであり、ACIDがなければデータベースの完全な状態は保証されない。
23
Adrion
adrion
(99)Sources
W. Adrion, M. Branstad and J. Cherniabsky (1982), コンピュータソフトウェアの妥当性確認・検証・テスト, in: Computing Surveys, Vol. 14, No 2, June 1982.
W. Adrion, M. Branstad and J. Cherniabsky (1982), Validation, Verification and Testing of Computer Software, in: Computing Surveys, Vol. 14, No 2, June 1982.
24
ANSI
ansi
(01)IEEE-CS-SE-Vocabulary
25
APIテスト
api testing
(03)Testing-Glossary
※インタフェーステストも参照のこと。JSTQBでは「プロセス、プログラム、システムの間の通信を可能にするコードのテスト。APIテストには、多くの場合、エラー処理のロバストネスの検証など否定テストが関連する」とある。
26
Aプロファイル
a-profile
(01)IEEE-CS-SE-Vocabulary
アプリケーションプロファイル。[ODP-RM]
Application profile. [ODP-RM]
27
B5
b5
(01)IEEE-CS-SE-Vocabulary
国際標準のペーパーサイズ。176mm × 250mmである。[SUDP]
International Standard paper size, 176 mm by 250 mm. [SUDP]
Note: see ISO 216:2007.
28
BABOK
babok
(99)Sources
BABOK 2.0, BABOK 3.0
ビジネスアナリシス国際研究所 (IIBA)
International Institute of Business Analysis (IIBA)
※BABOKの用語集は、以下のバージョンを併記して登録している。
[BABOK 2.0]:BABOK Grossaly Version 2.0 (2011/01時点)
[BABOK 3.0]:BABOK Grossaly Version 3.0 (2024/08時点)
J. Bach (2004), 探索的テスト, in: E. van Veenendaal, The Testing Practitioner. 2nd edition, UTN Publishing, ISBN 90-72194-65-9.
J. Bach (2004), Exploratory Testing, in: E. van Veenendaal, The Testing Practitioner. 2nd edition, UTN Publishing, ISBN 90-72194-65-9.
30
Beizer
beizer
(99)Sources
B. Beizer (1990), ソフトウェアテスト技法, van Nostrand Reinhold, ISBN 0-442-20672-0.
B. Beizer (1990), Software Testing Techniques, van Nostrand Reinhold, ISBN 0-442-20672-0.
31
BFCクラス
bfc class
(01)IEEE-CS-SE-Vocabulary
32
BFCタイプ
bfc type
(01)IEEE-CS-SE-Vocabulary
a defined category of BFCs. [ITSM]
33
BODYメタデータ
body metadata
(01)IEEE-CS-SE-Vocabulary
ユーザーや管理者に管理機能やナビゲーション機能を提供するHTMLドキュメントのBODY内の要素。[RPI]
elements in the body of an HTML document providing administrative and/or navigational facilities for the user or administrator. [RPI]
34
BS 7925-2
bs 7925-2
(03)Testing-Glossary
英国標準の1つ、ソフトウェアコンポーネントテスト標準(Software Component Testing Standard)である。コンポーネントテストで適用する技法が解説されている。[SQUARING]
※BS 7925-1はテスト関連用語集であり、そこに登録されている用語はISTQBの用語集にもほとんどが網羅されている。
35
BS 7925-2
bs 7925-2
(99)Sources
BS 7925-2:1998. ソフトウェアコンポーネントテスト
BS 7925-2:1998. Software Component Testing.
36
CASE
case
(01)IEEE-CS-SE-Vocabulary
(1) 1つの入口と1つの出口で複数の通りをもつ分岐であり、1つの制御表現と、その制御表現の値でそれぞれ実行される処理を定義する。どのステートメントが実行されたとしても、構造全体が実施されると直ぐに制御が返される。[SSEV]
(2) 「コンピュータによるソフトウェアエンジニアリング支援」のこと。[CASE]
(1) a single-entry, single-exit multiple-way branch that defines a control expression, specifies the processing to be performed for each value of the control expression, and returns control in all instances to the statement immediately following the overall construct. [SSEV]
(2) Computer Aided Software Engineering. [CASE]
See also: go to, jump, if-then-else.
37
CASE
case
(03)Testing-Glossary
CASE
「コンピュータによるソフトウェアエンジニアリング支援」の頭字語。[SQUARING]
Acronym for Computer Aided Software Engineering.
IEEE 1175.2-2006 IEEE CASEツール相互接続に関する推奨プラクティス
IEEE 1175.2-2006 IEEE Recommended Practice for CASE Tool Interconnection.
39
CASEツール
case tool
(01)IEEE-CS-SE-Vocabulary
(1) 「コンピュータによるソフトウェアエンジニアリング支援」(CASE)で利用されるソフトウェアツール。[CASE]
(2) ソフトウェアエンジニアを支援するソフトウェア製品であり、ソフトウェアライフサイクルの活動の自動化を支援するために提供されるもの。[CASE]
※ CASEツールには、特定の機能領域だけを支援するものもあれば、広範囲な機能領域を支援するものもある。
(1) software tool used for computer-aided software engineering(CASE). [CASE]
(2) software product that can assist software engineers by providing automated support for software lifecycle activities. [CASE]
Note: A CASE tool may provide support in only selected functional areas or in a wide variety of functional areas.
40
CASEニーズ
case needs
(01)IEEE-CS-SE-Vocabulary
organizational requirements which are met by CASE tool characteristics. [SE]
Note: These characteristics are detailed in ISO/IEC 14102:1995. They include management process, development process, maintenance, documentation, configuration management, quality assurance, verification, validation, environment needs, CASE tool integrability, quality characteristics, acquisition needs, implementation needs, support indicators, and certification requirements.
※organizational requirementとは、業務要件のことである。
41
CAST
cast
(03)Testing-Glossary
「コンピュータによるソフトウェアテスト支援」の頭字語。ソフトウェアテストのプロセスを支援するためにコンピュータを利用すること。[SQUARING]
Acronym for Computer Aided Software Testing.
42
CCB
ccb
(01)IEEE-CS-SE-Vocabulary
(1) 構成コントロール委員会。[SSEV]
(2) 変更コントロール委員会。[SSEV]
(1) configuration control board. [SSEV]
(2) change control board. [SSEV]
43
CDIF
cdif
(01)IEEE-CS-SE-Vocabulary
CASEのデータ交換形式。
CASE Data Interchange Format.
ISO/IEC 15474-1:2002 IT -- CDIFフレームワーク
ISO/IEC 15475-3:2002 IT -- CDIF転送形式
45
CDIF ID
cdif identifier
(01)IEEE-CS-SE-Vocabulary
CDIF転送のモデルセクション内のオブジェクトを一意に識別する属性。[CDIF]
an attribute that uniquely identifies an object in the model section of a transfer. [CDIF]
※CDIF転送は、ヘッダーとコンテンツで構成され、コンテンツはヘッダーセクション、メタモデルセクション、モデルセクションで構成される。
46
CDIFインポータ
cdif importer
(01)IEEE-CS-SE-Vocabulary
47
CDIFエクスポータ
cdif exporter
(01)IEEE-CS-SE-Vocabulary
48
CDIFメタID
cdif metaidentifier
(01)IEEE-CS-SE-Vocabulary
※CDIF転送は、ヘッダーとコンテンツで構成され、コンテンツはヘッダーセクション、メタモデルセクション、モデルセクションで構成される。
49
CDIFメタメタモデル
cdif meta-metamodel
(01)IEEE-CS-SE-Vocabulary
50
CDIF可読テキストエンコーディング
cdif clear text encoding
(01)IEEE-CS-SE-Vocabulary