Changes for page Glossary

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

From version 11.1
edited by chrisby
on 2023/06/04 10:43
Change comment: Renamed back-links.
To version 11.2
edited by chrisby
on 2023/06/18 11:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -46,6 +46,7 @@
46 46  |Operating System (OS)|(% style="text-align:justify" %)The foundational system software that manages and coordinates all computer resources. Examples include Windows, MacOS, and Linux.
47 47  |Pain|(% style="text-align:justify" %)An unpleasant experience caused by unnecessary efforts that could be mitigated with better code design.
48 48  |Production Code|(% style="text-align:justify" %)Code that comprises the functioning part of an application, as opposed to test code.
49 +|Representation|Refers to a specific implementation of an abstract data type or an object. It's the actual, concrete realization of an abstract concept or structure.
49 49  |Rollback|The act of returning a system or data to a previous state, often using a snapshot.
50 50  |Runtime|The period when the code is being executed.
51 51  |Self-Containment|(% style="text-align:justify" %)The ability of software to operate independently, without dependence on external services or factors. This characteristic ensures that its results are determined solely by its source code, which promotes stability and consistency.