Changes for page Glossary

Last modified by chrisby on 2024/09/19 10:50

From version 18.2
edited by chrisby
on 2023/10/13 14:08
Change comment: There is no comment for this version
To version 17.15
edited by chrisby
on 2023/10/13 14:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -42,7 +42,9 @@
42 42  | Programmer | Someone who writes and tests code. The knowledge level of a beginner. |
43 43  | Requirement | Statement of what a software must be capable of doing, often outlining features, constraints, and success criteria. |
44 44  | Resources | Refers to the assets used in the project, including time, money, staff, and effort. |
45 -| Return of Investment (RoI) | Business value derived from implementing a story, minus the associated effort or cost. |
45 +| Return of Investment (RoI) |
46 +
47 +Business value derived from implementing a story, minus the associated effort or cost. |
46 46  | Rollback | The act of returning a system or data to a previous state, often using a snapshot. |
47 47  | Runtime | The period when the code is being executed. Often used to distinguish from compile time. |
48 48  | Security | Measures implemented to protect systems from threats, unauthorized access, and vulnerabilities. This includes, but is not limited to, authentication, authorization, and encryption. |