-
41 Stop message
"A character-based, full-screen error message displayed on a blue background. A Stop message indicates that the Windows kernel detected a condition from which it cannot recover. Each message is uniquely identified by a Stop error code (a hexadecimal number) and a string indicating the errors symbolic name. Stop messages are usually followed by up to four additional hexadecimal numbers, enclosed in parentheses, which identify developer-defined error parameters. A driver or device may be identified as the cause of the error. A series of troubleshooting tips are also displayed, along with an indication that, if the system was configured to do so, a memory dump file was saved for later use by a kernel debugger." -
42 unmanaged code
"Code that is executed directly by the operating system, outside the.NET Framework common language runtime. Unmanaged code must provide its own memory management, type checking, and security support, unlike managed code, which receives these services from the common language runtime."تعليمات برمجية غير مُدارة -
43 unsafe code
"Code that is executed directly by the operating system, outside the.NET Framework common language runtime. Unmanaged code must provide its own memory management, type checking, and security support, unlike managed code, which receives these services from the common language runtime." -
44 text-mode Setup
"The second of the three stages of Setup, where the basic hardware of the computer (CPU, motherboard, hard disk controllers, file systems, and memory) is determined, the base operating system necessary to continue is installed, and specified folders are created." -
45 file control block
"A small block of memory temporarily assigned by a computer's operating system to hold information about an opened file. A file control block typically contains such information as the file's identification, its location on a disk, and a pointer that marks the user?s current (or last) position in the file." -
46 FCB
"A small block of memory temporarily assigned by a computer's operating system to hold information about an opened file. A file control block typically contains such information as the file's identification, its location on a disk, and a pointer that marks the user?s current (or last) position in the file." -
47 front side bus
The bus within a microprocessor that connects the CPU with main memory. It is used to communicate between the motherboard and other components in a computer system. -
48 FSB
The bus within a microprocessor that connects the CPU with main memory. It is used to communicate between the motherboard and other components in a computer system. -
49 collectible assembly
"A transient dynamic assembly that you generate at run time by using the classes in the System.Reflection.Emit namespace, subject to certain restrictions. When you have released all references to all instances of the types in the collectible assembly and to all objects that were used to create the assembly, the common language runtime unloads the assembly from memory without unloading the application domain. This is the only circumstance in which an assembly can be unloaded without unloading the application domain." -
50 hot-swap
To replace an assembly file with a revised assembly file in a running system. In-progress sessions continue to access the original assembly from active memory. -
51 hot-swapping
The replacement of an assembly file with a revised assembly file in a running system. In-progress sessions continue to access the original assembly from active memory. -
52 attribute
"In a computing system, an inherent characteristic of the hardware and software of a Windows computer. Such characteristics can be enumerated, but do not need to be measured. Examples are memory (RAM) and storage size." -
53 virtual
[΄və:tʃuəl] a փաստական, իրա կան. իս կական. the virtual ruler իրական/փաստացի կառավարողը հմկրգ. վիրտուալ, անիրական, թվացող, կարծեցյալ. virtual derived data item տվյալների վիրտուալ ածան ցյալ էլեմենտ. virtual device վիրտուալ սարք. virtual directory վիրտուալ կատալոգ. virtual image վիրտուալ պատ կեր. virtual machine վիրտուալ մեքենա. virtual memory system վիրտուալ հիշողության համա կարգ. virtual method վիրտուալ մեթոդ. virtual mode վիրտուալ ռե ժիմ. virtual number վիր տուալ համար. virtual reality վիրտուալ իրականություն. virtual value արդ յու նավետ գործող արժեք
См. также в других словарях:
system memory — total amount of memory in a computer system (Computers) … English contemporary dictionary
system memory — The memory used by the operating system … IT glossary of terms, acronyms and abbreviations
Memory protection — is a way to control memory access rights on a computer, and is a part of most modern operating systems. The main purpose of memory protection is to prevent a process from accessing memory that has not been allocated to it. This prevents a bug… … Wikipedia
Memory tester — Memory testers are specialized test equipment used to test and verify memory modules typically in SIMM or DIMM configurations. It detects functional failures of memory modules. Contents 1 Types 1.1 Hardware testers 1.2 Software testers … Wikipedia
Memory management — is the act of managing computer memory. The essential requirement of memory management is to provide ways to dynamically allocate portions of memory to programs at their request, and freeing it for reuse when no longer needed. This is critical to … Wikipedia
Memory type range register — Memory type range registers (MTRRs) are a set of processor supplementary capabilities control registers that provide system software with control of how accesses to memory ranges by the CPU are cached. It uses a set of programmable model specific … Wikipedia
Memory Type Range Registers — (MTRRs) are control registers that provide system software with control of how accesses to memory ranges by the CPU are cached. It uses a set of programmable model specific registers (MSRs) which are special registers provided by most modern CPUs … Wikipedia
Memory barrier — Memory barrier, also known as membar or memory fence or fence instruction, is a type of barrier and a class of instruction which causes a central processing unit (CPU) or compiler to enforce an ordering constraint on memory operations issued… … Wikipedia
System 256 — System 246 Le System 246 est un système de jeux vidéo destiné aux salles d arcade, basé sur la PlayStation 2. Il a été créé par la société Namco en 2001. Un System 246 … Wikipédia en Français
Memory Almost Full — Studio album by Paul McCartney Released 4 June 2007 … Wikipedia
Memory leak — A memory leak, in computer science (or leakage, in this context), occurs when a computer program consumes memory but is unable to release it back to the operating system. In object oriented programming, a memory leak happens when an object is… … Wikipedia