-
1 bit word
двоичное слово
—
[Л.Г.Суменко. Англо-русский словарь по информационным технологиям. М.: ГП ЦНИИС, 2003.]Тематики
EN
Англо-русский словарь нормативно-технической терминологии > bit word
-
2 bit word
1) Авиация: двоичное цифровое слово2) Вычислительная техника: двоичное слово -
3 bit word
-
4 bit word
English-Russian dictionary of terms that are used in computer games > bit word
-
5 bit word
-
6 N-bit word
Большой англо-русский и русско-английский словарь > N-bit word
-
7 N-bit word
Вычислительная техника: N-битовое слово, М-разрядное слово, слово из N двоичных разрядов -
8 n-bit word
Вычислительная техника: N-битовое слово, М-разрядное слово, слово из N двоичных разрядов -
9 N-bit word
-
10 n-bit word
———————— -
11 word
- address word
- associatively located word
- banner word
- binary word
- block descriptor word
- call word
- channel status word
- check word
- coded word
- command word
- comparand word
- computer word
- connected words
- constant word
- control word
- current program status word
- data word
- descriptor word
- device status word
- digital word
- double-length word
- double word
- edit word
- empty word
- error status word
- extended channel status word
- extended-precision word
- fixed-length word
- fixed word
- format-control word
- full word
- function word
- identifier word
- index word
- indirect reference word
- information word
- instruction word
- interrogation word
- interrupt log word
- interrupt status word
- isolated word
- key word
- lock word
- long word
- machine length word
- machine word
- marked word
- mask word
- matching word
- meaning-bearing word
- multifield word
- multilength word
- multiple-matched words
- N-bit-wide word
- N-bit word
- N-byte word
- N-digit word
- nonreserved word
- numerical word
- numeric word
- operational word
- optional word
- packed word
- parameter word
- partial word
- process state word
- processor status word
- program status word
- ready status word
- record descriptor word
- request word
- reserved word
- romanized word
- search word
- selected word
- short word
- shortest word
- source program word
- spoken word
- status word
- symbol word
- test word
- trigger word
- unifield word
- unmarked word
- variable-length word
- variable word
- wide word
- written-in wordEnglish-Russian dictionary of computer science and programming > word
-
12 bit-level parallelism
= BLPформа параллельных вычислений, подразумевающая увеличение разрядности обрабатываемого процессором слова (processor word size) для ускорения выполнения операций. Исторически это определяло переход с 8-разрядных микропроцессоров на 16-разрядные, а сейчас с 32- разрядных на 64-разрядныесм. тж. parallel computingАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > bit-level parallelism
-
13 bit selective rom
-
14 word capacity
-
15 word selective rom
-
16 bit map generator
English-Russian big polytechnic dictionary > bit map generator
-
17 bit capacity
English-Russian dictionary of Information technology > bit capacity
-
18 word mark bit
Вычислительная техника: бит маркёра слова -
19 word mark bit
-
20 re-word
Общая лексика: переставить слова (The text is basically an abbreviated version of the text you translated earlier, with a bit of re-wording here and there. - кое-где немного переставлены слова)
См. также в других словарях:
36-bit word length — Many early computers aimed at the scientific market had a 36 bit word length. This word length was just long enough to represent positive and negative integers to an accuracy of ten decimal digits (35 bits would have been the minimum). It also… … Wikipedia
Word (computer architecture) — Processors 1 bit 4 bit 8 bit 12 bit 16 bit 18 bit 24 bit 31 bit 32 bit 36 bit 48 bit 60 bit … Wikipedia
Word (computing) — In computing, word is a term for the natural unit of data used by a particular computer design. A word is simply a fixed sized group of bits that are handled together by the machine. The number of bits in a word (the word size or word length) is… … Wikipedia
Bit Error Rate Test — BERT or Bit Error Rate Test is a testing method for digital communication circuits that uses predetermined stress patterns comprising of a sequence of logical ones and zeros generated by a pseudorandom binary sequence. A BERT Tester typically… … Wikipedia
Bit-level parallelism — is a form of parallel computing based on increasing processor word size. From the advent of very large scale integration (VLSI) computer chip fabrication technology in the 1970s until about 1986, advancements in computer architecture were done by … Wikipedia
Bit-serial — Digital Architecture=IntroductionIn digital logic applications, Bit Serial architectures are direct contrast to Bit Parallel where a data word tends to be a one to one function of the system clock signal. A Bit Serial architecture processes a… … Wikipedia
Bit level device — has several meanings, which can be separated by considering their antonyms:* A bit level device provides its output in binary format, whereas a pulse level device outputs raw voltages. A digital circuit or computer needs a separate controller or… … Wikipedia
Bit slicing — is a technique for constructing a processor from modules of smaller bit width. Each of these components processes one bit field or slice of an operand. The grouped processing components would then have the capability to process the chosen full… … Wikipedia
Bit — Bit, n. [OE. bite, AS. bita, fr. b[=i]tan to bite; akin to D. beet, G. bissen bit, morsel, Icel. biti. See {Bite}, v., and cf. {Bit} part of a bridle.] 1. A part of anything, such as may be bitten off or taken into the mouth; a morsel; a bite.… … The Collaborative International Dictionary of English
bit-slice — bitˈ slice noun A now obsolete high performance microprocessor of either 2, 4 or 8 bits, individually programmed and combined to form a customized CPU of any desired word size • • • Main Entry: ↑bit … Useful english dictionary
Bit array — A bit array (or bitmap, in some cases) is an array data structure which compactly stores individual bits (boolean values). It implements a simple set data structure storing a subset of {1,2,..., n } and is effective at exploiting bit level… … Wikipedia