-
1 memory-mapped I/O
Input/output memory (memory on hardware devices) that is accessible through a memory mapping.ذاكرة تم تعيينها إدخال/إخراج -
2 input stream
A flow of information used in a program as a sequence of bytes that are associated with a particular task or destination. Input streams include series of characters read from the keyboard to memory and blocks of data read from disk files. -
3 input/output port
A channel through which data is transferred between a device and the microprocessor. The port appears to the microprocessor as one or more memory addresses that it can use to send or receive data.منفذ إدخال/إخراج -
4 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."نظام الإدخال/الإخراج الأساسي -
5 MMIO
Input/output memory (memory on hardware devices) that is accessible through a memory mapping. -
6 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." -
7 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." -
8 static resource
"A device resource that cannot be configured or relocated. The resource can include interrupt request (IRQ) signals, direct memory access (DMA) channels, input/output (I/O) port addresses, and memory addresses." -
9 buffer
"To use a region of memory to hold data that is waiting to be transferred, especially to or from input/output (I/O) devices such as disk drives and serial ports."يخزن مؤقتاً -
10 named pipe
"A portion of memory that can be used by one process to pass information to another process, so that the output of one is the input of the other. The second process can be local (on the same computer as the first) or remote (on a networked computer)." -
11 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 տվյալների ճշտության ստու գում/հիմնավորում
См. также в других словарях:
Input capture — is a method of dealing with input signals in an embedded system.Embedded systems using input capture will record a timestamp in memory when an input signal is received. It will also set a flag indicating that an input has been captured. This… … Wikipedia
input area — or input block noun (computing) An area of memory reserved for data input from a backing store or peripheral • • • Main Entry: ↑input … Useful english dictionary
input block — input area or input block noun (computing) An area of memory reserved for data input from a backing store or peripheral • • • Main Entry: ↑input … Useful english dictionary
Input/output — In computing, input/output, or I/O, refers to the communication between an information processing system (such as a computer), and the outside world – possibly a human, or another information processing system. Inputs are the signals or data… … Wikipedia
Memory-prediction framework — The memory prediction framework is a theory of brain function that was created by Jeff Hawkins and described in his 2004 book On Intelligence. This theory concerns the role of the mammalian neocortex and its associations with the hippocampus and… … Wikipedia
Memory — For other uses, see Memory (disambiguation). Neuropsychology Topics … Wikipedia
Memory-mapped I/O — For more generic meanings of input/output port, see Computer port (hardware). MMIO redirects here. For the airport serving Saltillo, Mexico, assigned the ICAO code MMIO, see Plan de Guadalupe International Airport. Memory mapped I/O (MMIO) and… … Wikipedia
memory — /mem euh ree/, n., pl. memories. 1. the mental capacity or faculty of retaining and reviving facts, events, impressions, etc., or of recalling or recognizing previous experiences. 2. this faculty as possessed by a particular individual: to have a … Universalium
Input device — In computing, an input device is any peripheral (piece of computer hardware equipment) used to provide data and control signals to an information processing system such as a computer or other information appliance. Input and output devices make… … Wikipedia
Memory safety — Software Testing portal Memory safety is a concern in software development that aims to avoid software bugs that cause security vulnerabilities dealing with random access memory (RAM) access, such as buffer overflows and dangling pointers.… … 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