Changes for page Glossary

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

From version 11.10
edited by chrisby
on 2023/06/18 11:59
Change comment: There is no comment for this version
To version 11.9
edited by chrisby
on 2023/06/18 11:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -48,10 +48,7 @@
48 48  |Operating System (OS)|(% style="text-align:justify" %)The foundational system software that manages and coordinates all computer resources. Examples include Windows, MacOS, and Linux.
49 49  |Pain|(% style="text-align:justify" %)An unpleasant experience caused by unnecessary efforts that could be mitigated with better code design.
50 50  |Production Code|(% style="text-align:justify" %)Production code forms the software that meets the requirements of the project. It is the code that is deployed in a production environment and used by end users.
51 -|Representation|(% style="text-align:justify" %)(((
52 -1. Often used when discussing the specific ways in which data or objects are implemented or modeled within a program or displayed in a GUI.
53 -1. Less commonly, it refers to a specific implementation of an abstract data type or object. It's the actual, concrete realization of an abstract concept or structure. Can be used interchangeably with the term 'concretion' in this sense.
54 -)))
51 +|Representation|(% style="text-align:justify" %)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. Can be used interchangeably with the term 'concretion' in this sense.
55 55  |Rollback|The act of returning a system or data to a previous state, often using a snapshot.
56 56  |Runtime|The period when the code is being executed.
57 57  |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.