-
1 data
[΄deitə] n pl տվյալներ, տեղեկություններ, փաստեր. official/statistic/advanced data պաշ տոնական/վիճակագրական/նորագույն տվյալներ. collect/obtain data տվյալներ հավաքել. data processing տվյալների մշակում: հմկրգ. data base տվյալների բազա. data access տվյալ ների ընտ րելը. data acquisition տվյալների կուտակումը. data adressed memory զուգոր դական հիշողություն. data area տվյալ նե րի տի րույթ. data bank տվյալների բանկ. data channel ին ֆոր մա ցիոն ալիք. data communication տվյալների փոխանցում. data consistancy տվյալ ների անհա կասելիություն. data domain ա ռարկայական տիրույթ. data entry տվյալների մուտ քագրում. data flow տվյալնե րի հոսք. data input տվյալ ների մուտ քագրում. data integrity տվյալնե րի ամբողջականություն. data network տվյալների փոխանցման ցանց. data rate տվյալ ների հա ղորդ ման արագություն. data set տվյալ ների հա վաքածու. data validation տվյալների ճշտության ստու գում/հիմնավորում -
2 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." -
3 data entry
The process of writing new data to computer memory. -
4 data segment
The portion of memory or auxiliary storage that contains the data used by a program. -
5 data transfer
"The movement of information from one location to another, either within a computer (as from a disk drive to memory), between a computer and an external device (as between a file server and a computer on a network), or between separate computers." -
6 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
-
7 scatter/gather direct memory access
A form of direct memory access (DMA) in which data is transferred to and from noncontiguous ranges of physical memory.English-Arabic terms dictionary > scatter/gather direct memory access
-
8 Double Data Rate Synchronous DRAM
"A type of SDRAM that supports data transfers on both edges of each clock cycle (the rising and falling edges), effectively doubling the memory chip’s data throughput."English-Arabic terms dictionary > Double Data Rate Synchronous DRAM
-
9 dual inline memory module
A type of memory board comprised of RAM chips mounted on a circuit board with a 64-bit data path and pins on each side that are on different circuits and that respond to different signals. -
10 compact disc read-only memory
A form of storage characterized by high capacity (roughly 650 MB) and the use of laser optics instead of magnetic means for reading data.English-Arabic terms dictionary > compact disc read-only memory
-
11 random access memory
The temporary storage area the computer uses to run programs and store data. Information stored in RAM is temporary and is designed to be erased when the computer is turned off. -
12 Windows Memory Tester
A Boot Configuration Data (BCD) application object. -
13 accident data memory (UDS)
English-Arabic automotive engineering dictionary > accident data memory (UDS)
-
14 paging file
"A hidden file on the hard disk that Windows uses to hold parts of programs and data files that do not fit in memory. The paging file and physical memory, or random access memory (RAM), comprise virtual memory. Windows moves data from the paging file to memory as needed and moves data from memory to the paging file to make room for new data." -
15 swap file
"A hidden file on the hard disk that Windows uses to hold parts of programs and data files that do not fit in memory. The paging file and physical memory, or random access memory (RAM), comprise virtual memory. Windows moves data from the paging file to memory as needed and moves data from memory to the paging file to make room for new data." -
16 pagefile
"A hidden file on the hard disk that Windows uses to hold parts of programs and data files that do not fit in memory. The paging file and physical memory, or random access memory (RAM), comprise virtual memory. Windows moves data from the paging file to memory as needed and moves data from memory to the paging file to make room for new data." -
17 paging
"The process of moving virtual memory back and forth between physical memory and the disk. Paging occurs when physical memory limitations are reached and only occurs for data that is not already ""backed"" by disk space. For example, file data is not paged out because it already has allocated disk space within a file system." -
18 page
"In virtual memory systems, a unit of data storage that is brought into random access memory (RAM), typically from a hard drive, when a requested item of data is not already in RAM." -
19 checkerboard test
A memory test employed to detect catastrophic failures and wiring problems within the memory chip and on the data bus by writing an alternating pattern of 0’s and 1’s to the memory chip. -
20 buffer
An area of memory reserved for temporarily holding data before that data is used by a receiving device or application. Buffering protects against the interruption of data flow.
См. также в других словарях:
Memory data register — The Memory Data Register (MDR) is the register of a computer s control unit that contains the data to be stored in the computer storage (e.g. RAM), or the data after a fetch from the computer storage. It acts like a buffer and holds anything that … Wikipedia
Memory Data Register — MDR Das memory data register (MDR) ist ein Register der CPU und enthält die Daten, die in das RAM gespeichert oder aus dem RAM gelesen werden sollen. Es verhält sich daher wie ein Puffer, der die Daten bereithält, bis sie per Steuersignal in das… … Deutsch Wikipedia
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-disk synchronization — Memory disk synchronisation is a process used in computers that immediately writes to disk any data queued for writing in volatile memory. Data is often held in this way for efficiency s sake, since writing to disk is a much slower process than… … Wikipedia
Memory virtualization — In computer science, memory virtualization decouples volatile random access memory (RAM) resources from individual systems in the data center, and then aggregates those resources into a virtualized memory pool available to any computer in the… … Wikipedia
Memory card — Miniaturization is evident in memory card creation; over time, the physical card sizes grow smaller. A memory card or flash card is an electronic flash memory data storage device used for storing digital information. They are commonly used in… … Wikipedia
Memory address register — The Memory Address Register (MAR) is a CPU register that either stores the memory address from which data will be fetched to the CPU or the address to which data will be sent and stored. In other words, MAR holds the memory location of data that… … Wikipedia
memory abnormality — Introduction any of the disorders that affect the ability to remember. Disorders of memory must have been known to the ancients and are mentioned in several early medical texts, but it was not until the closing decades of the 19th… … Universalium
Data grid — A data grid is a grid computing system that deals with data mdash; the controlled sharing and management of large amounts of distributed data. These are often, but not always, combined with computational grid computing systems.Many scientific and … Wikipedia
memory stick — noun a portable solid state electronic flash memory data storage device Syn: thumb drive, pen drive … Wiktionary
Data structure alignment — is the way data is arranged and accessed in computer memory. It consists of two separate but related issues: data alignment and data structure padding. When a modern computer reads from or writes to a memory address, it will do this in word sized … Wikipedia