Fixed assetA fixed asset, also known as long-lived assets or property, plant and equipment (PP&E), is a term used in accounting for assets and property that may not easily be converted into cash. Fixed assets are different from current assets, such as cash or bank accounts, because the latter are liquid assets. In most cases, only tangible assets are referred to as fixed. While IAS 16 (International Accounting Standard) does not define the term fixed asset, it is often colloquially considered a synonym for property, plant and equipment.
Disk storageDisk storage (also sometimes called drive storage) is a general category of storage mechanisms where data is recorded by various electronic, magnetic, optical, or mechanical changes to a surface layer of one or more rotating disks. A disk drive is a device implementing such a storage mechanism. Notable types are the hard disk drive (HDD) containing a non-removable disk, the floppy disk drive (FDD) and its removable floppy disk, and various optical disc drives (ODD) and associated optical disc media.
Page cacheIn computing, a page cache, sometimes also called disk cache, is a transparent cache for the pages originating from a secondary storage device such as a hard disk drive (HDD) or a solid-state drive (SSD). The operating system keeps a page cache in otherwise unused portions of the main memory (RAM), resulting in quicker access to the contents of cached pages and overall performance improvements. A page cache is implemented in kernels with the paging memory management, and is mostly transparent to applications.
Cache replacement policiesIn computing, cache replacement policies (also frequently called cache replacement algorithms or cache algorithms) are optimizing instructions, or algorithms, that a computer program or a hardware-maintained structure can utilize in order to manage a cache of information stored on the computer. Caching improves performance by keeping recent or often-used data items in memory locations that are faster or computationally cheaper to access than normal memory stores.
Intangible assetAn intangible asset is an asset that lacks physical substance. Examples are patents, copyright, franchises, goodwill, trademarks, and trade names, as well as software. This is in contrast to physical assets (machinery, buildings, etc.) and financial assets (government securities, etc.). Intangible assets are usually very difficult to value. They suffer from typical market failures of non-rivalry and non-excludability. Today, a large part of the corporate economy (in terms of net present value) consists of intangible assets.
DVD-RAMDVD-RAM (DVD Random Access Memory) is a DVD-based disc specification presented in 1996 by the DVD Forum, which specifies rewritable DVD-RAM media and the appropriate DVD writers. DVD-RAM media have been used in computers as well as camcorders and personal video recorders since 1998. In May 2019, Panasonic, the only remaining manufacturer of DVD-RAM discs, announced that it would end production of DVD-RAM media by the end of that month, citing shrinking demand as the primary motivation.
Random-access memoryRandom-access memory (RAM; ræm) is a form of computer memory that can be read and changed in any order, typically used to store working data and machine code. A random-access memory device allows data items to be read or written in almost the same amount of time irrespective of the physical location of data inside the memory, in contrast with other direct-access data storage media (such as hard disks, CD-RWs, DVD-RWs and the older magnetic tapes and drum memory), where the time required to read and write data items varies significantly depending on their physical locations on the recording medium, due to mechanical limitations such as media rotation speeds and arm movement.
User Account ControlUser Account Control (UAC) is a mandatory access control enforcement feature introduced with Microsoft's Windows Vista and Windows Server 2008 operating systems, with a more relaxed version also present in Windows 7, Windows Server 2008 R2, Windows 8, Windows Server 2012, Windows 8.1, Windows Server 2012 R2, Windows 10, and Windows 11. It aims to improve the security of Microsoft Windows by limiting application software to standard user privileges until an administrator authorises an increase or elevation.