-
1 memory address
A portion of computer memory that can be allocated to a device or used by a program or the operating system. Devices are usually allocated a range of memory addresses. -
2 system device
"A device on a system board, such as an interrupt controller, keyboard controller, real-time clock, DMA page register, DMA controller, memory controller, FDC, IDE port, serial and parallel port, PCI bridge, and so on. In today's PCs, these devices are typically integrated in the supporting chip set." -
3 Windows System Assessment Tool
"A tool that provides performance metrics and other information necessary for Windows and applications to make scaling decisions. It measures the performance attributes of: system memory, the storage sub-system, the CPU (or CPUs), and the graphics sub-system."English-Arabic terms dictionary > Windows System Assessment Tool
-
4 Windows Memory Diagnostics Tool
"A feature of Windows Vista that can automatically detect and resolve problems caused by defective physical memory. If the diagnostics module identifies a memory problem, Windows Vista can avoid using the affected portion of physical memory, enabling the operating system to start successfully and avoid application crashes."English-Arabic terms dictionary > Windows Memory Diagnostics Tool
-
5 physical memory
"The amount of RAM memory in a system, as distinguished from virtual memory." -
6 Windows System Resource Manager
"A feature of Microsoft® Windows® Server 2003, Enterprise Edition and Windows Server 2003, Datacenter Edition. With Windows System Resource Manager, administrators can control and account for the how CPU and memory resources allocated to applications, services, and processes."English-Arabic terms dictionary > Windows System Resource Manager
-
7 random access memory cache
Cache memory that is used by the system to store and retrieve data from the RAM. Frequently accessed segments of data may be stored in the cache for quicker access compared with secondary storage devices such as disks.English-Arabic terms dictionary > random access memory cache
-
8 basic input/output system
"The set of essential software routines that test computer hardware at startup, start the operating system, and support the transfer of information between hardware devices. The BIOS is stored in read-only memory (ROM) so that it can be run when the computer is turned on. Although critical to performance, the BIOS is usually invisible to computer users."نظام الإدخال/الإخراج الأساسي -
9 operating system
"The software that controls the allocation and usage of hardware resources such as memory, central processing unit (CPU) time, disk space, and peripheral devices. The operating system is the foundation on which programs are built." -
10 file system cache
An area of physical memory that holds frequently used pages. It allows applications and services to locate pages rapidly and reduces disk activity. -
11 WinSAT
"A tool that provides performance metrics and other information necessary for Windows and applications to make scaling decisions. It measures the performance attributes of: system memory, the storage sub-system, the CPU (or CPUs), and the graphics sub-system." -
12 Data Execution Prevention
"A security feature that monitors programs on a computer to determine if they use system memory safely. To do this, DEP software works alone or with compatible microprocessors to mark some memory locations as ""non-executable."" If a program tries to run code that is malicious or is not from a protected location, DEP closes the program and notifies you." -
13 DEP
"A security feature that monitors programs on a computer to determine if they use system memory safely. To do this, DEP software works alone or with compatible microprocessors to mark some memory locations as ""non-executable."" If a program tries to run code that is malicious or is not from a protected location, DEP closes the program and notifies you." -
14 AGP
"A technology that provides a dedicated, high-speed port through which large blocks of 3-D texture data can be moved between the computer's graphics controller and system memory." -
15 accelerated graphics port
"A technology that provides a dedicated, high-speed port through which large blocks of 3-D texture data can be moved between the computer's graphics controller and system memory."منفذ رسومات مسرّع -
16 nonpaged pool
Operating system memory that is never paged to disk. -
17 configuration
"In reference to a single microcomputer, the sum of a system's internal and external components, including memory, disk drives, keyboard, video, and generally less critical add-on hardware, such as a mouse, modem, or printer. Software (the operating system and various device drivers), the user's choices established through configuration files such as the AUTOEXEC.BAT and CONFIG.SYS files on IBM PCs and compatibles, and sometimes hardware (switches and jumpers) are needed to ""configure the configuration"" to work correctly. Although system configuration can be changed, as by adding more memory or disk capacity, the basic structure of the system--its architecture--remains the same." -
18 virtual address
"In a virtual memory system, the address the application uses to reference memory. The kernel and the memory management unit (MMU) translate this address into a physical address before the memory is actually read or written." -
19 resource
"For Device Manager, any of four system components that control how the devices on a computer work. These four system resources are interrupt request (IRQ) lines, direct memory access (DMA) channels, input/output (I/O) ports, and memory addresses." -
20 device conflict
"A conflict that occurs when the same system resources have been allocated to two or more devices. System resources include interrupt request (IRQ) lines, direct memory access (DMA) channels, input/output (I/O) ports, and memory addresses."
См. также в других словарях:
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