You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/glossary/index.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,16 @@ Please note:
11
11
| :---- | :---- |
12
12
| Assumptions of Use (AoU) ||
13
13
| ASIL (Automotive Safety Integrity Level) ||
14
-
| Bug ||
14
+
| Bug |An observable difference between what the software isintended to do and what it does. Other name is defect. Reference SWEBOOK.v4 p.44 |
15
15
| Code centric ||
16
-
| Component ||
16
+
| Component | An independent unit with well defined interfaces and dependencies that can be composed and deployed independently. Reference SEWBOOKv4 p. 94 |
17
17
| Decomposition ||
18
18
| Development processes ||
19
19
| DAL ||
20
20
| DO-178C ||
21
21
| Element ||
22
-
| Failure ||
23
-
| Fault ||
22
+
| Failure |Ttermination of the ability of a system to perform a required function or its inability to perform within previously specified limits; an externally visible deviation from the system’s specification. Reference SWEBOOKv4 p. 248|
23
+
| Fault |An “imperfection or deficiency in a work product where that work product does not meet its requirements or specifications and needs o be either repaired or replaced. Reference SWEBOOKv4 p. 248 |
24
24
| Functional safety ||
25
25
| Functional safety assessment ||
26
26
| Hazard ||
@@ -34,8 +34,8 @@ Please note:
34
34
| MISRA ||
35
35
| Mixed-criticality ||
36
36
| Proven in use ||
37
-
| Quality Management ||
38
-
| Reliability ||
37
+
| Quality Management |Performing processes and activities that determine quality policies, objectives and responsibilities so the project will satisfy the needs for which it was undertaken. Reference SWEBOOKv4 p. 210|
38
+
| Reliability |Degree to which a system or software performs specific functions under specified conditions for a specified period. Reference SWEBOOKv4 p. 176 |
39
39
| Reproducible ||
40
40
| Requirement ||
41
41
| Risk ||
@@ -60,8 +60,9 @@ Please note:
60
60
| SPDX ||
61
61
| SW-Element ||
62
62
| System ||
63
-
| System Design ||
63
+
| System Design | Is the overall system architecture, hardware architec
64
+
ture, software architecture, modules, interfaces, data management, and communication among modules. Reference SWEBOOKv4 p.316 |
64
65
| Test | besides generic test definition this shall mention that there are many different types of tests: Unit Tests, Integration tests, Acceptance Tests etc. |
65
66
| V-Model ||
66
-
| Validation ||
67
-
| Verification ||
67
+
| Validation |Ensures the product fulfills its specific intended purpose. It is defined as "the process of evaluating a system or component during or at the end of the development process to determine whether it satisfies specified requirements." Reference SWEBOOKv4 p.257 |
68
+
| Verification |ensures that the product is built correctly in that the output products of a life cycle phase meet the specifications imposed on them in previous phases. Verification is defined as “the process of evaluating a system or component to determine whether the products of a given development phase satisfy the conditions imposed at the start of that phase". Reference SWEBOOKv4 p.257 |
0 commit comments