-
1 error
- absolute error
- accidental error
- accumulated error
- accuracy error
- actual error
- addressing error
- admissible error
- alignment error
- alpha error
- altering error
- ambiguity error
- amplitude error
- analytic truncation error
- approximation error
- arithmetic error
- ascertainment error
- asymptotic error
- bad call format error
- bad command error
- bad tape error
- bad unit error
- balanced error
- balancing error
- beta error
- bias error
- black-to-white error
- block error
- burst error
- call error
- causative error
- chance error
- characteristic error
- checksum error
- code error
- coefficient setting error
- coincidence error
- common error
- compare error
- compensating error
- completeness error
- composition error
- computational error
- configuration error
- connection error
- consistency error
- constant error
- constructional error
- construction error
- contributory error
- control error
- correctable error
- correlated errors
- cratered error
- cumulative error
- data error
- data handling error
- database interface error
- data-bit error
- declare error
- deletion error
- design error
- detectable error
- determinable error
- difficult-to-locate error
- displacement error
- distinct errors
- documentation error
- double error
- double-bit error
- downward error
- drift error
- dropout error
- dynamic error
- error of behavior
- error of calculations
- error of estimation
- error of first kind
- error of solution
- error per digit
- estimated error
- estimation error
- ever-increasing error
- execution error
- expected squared error
- experimental error
- external error
- fabrication error
- fatal error
- fatal hard error
- fencepost error
- file error
- fixed error
- following error
- framing error
- frequency error
- general error
- generated error
- gross error
- handling error
- hard error
- human error
- human-factor error
- hysteresis error
- illegal control-message error
- implementation error
- indeterminate error
- inherent error
- inherited error
- initial error
- in-process error
- input error
- input/output error
- insertion error
- insidious error
- instrumental error
- intentional error
- intermittent error
- intrinsic error
- introduced error
- isolated error
- limiting error
- linearity error
- link error
- loading error
- logical error
- machine error
- marginal error
- mark-track error
- matching error
- maximum error
- mean-root-square error
- mean-square error
- metering error
- minor errors
- missing error
- misuse error
- module-parity check error
- module-parity error
- multiple error
- multiplier zero error
- no-job definition error
- non-DOS disk error
- nonsampling error
- no-paper error
- not ready error
- numerical error
- off-by-one error
- operating error
- operator error
- out of memory error
- output error
- overflow error
- overrun error
- parity check error
- parity error
- patching error
- pattern-sensitive error
- periodic error
- permissible error
- phase error
- physical error
- potentiometer loading error
- precautionary error
- predictable error
- preset database error
- probable error
- program error
- program-dependent error
- program-sensitive error
- propagated error
- propagation error
- pulse-train-starting error
- quantization error
- quit error
- random error
- read fault error
- reasonable error
- recoverable error
- recurrent error
- reduced error
- rejection error
- relative error
- repetitive error
- requirement error
- requirements compliance error
- residual error
- resolution error
- response error
- restoration error
- resultant error
- root-mean-square error
- rounding error
- roundoff error
- sampling error
- sector not found error
- seek error
- select error
- semantic error
- sequence error
- setup error
- similar errors
- single error
- single-bit error
- single-step error
- size error
- soft error
- software error
- solid burst error
- solid error
- specification error
- spelling error
- static error
- statistical error
- steady-state error
- stored error
- substitution error
- subtle error
- symptomatic error
- syntactic error
- syntax error
- system error
- systematical error
- systematic error
- time error
- time-base error
- timing error
- tolerated error
- total error
- transient error
- transmission error
- transmitted error
- triple error
- truncation error
- type I error
- typing error
- unbiased error
- uncompensated error
- uncorrectable error
- underflow error
- underrun error
- undetectable error
- unidentified error
- unidirectional error
- uniformly bounded error
- unrecoverable error
- usage error
- white-black error
- wiring error
- write error
- write fault error
- write protect error
- zero error
- zero point error
- zero-drift errorEnglish-Russian dictionary of computer science and programming > error
-
2 error
= ERR; = err1) ошибка, погрешностьслучайная величина, представляющая расхождение (разность) между вычисленной, наблюдаемой или измеренной величиной и истинным, заданным или теоретически правильным значением или условием. ЧастыйSyn:см. тж. residual error rate2) ошибкаа) недопустимое действие пользователя или оператора.Syn:см. тж. bug, error code, error control, error detection, error flag, error handling, error message, error protection, error recovery, fault, spelling error, system errorб) в телекоммуникации - любое нежелательное изменение данных во время передачив) ошибка в программе, программная ошибкасм. тж. bug, encapsulated error, error latency, error trapping, exception, inherent error, irrecoverable error, logic error, runtime error, seek error, semantic error, severe error, software error, syntax error, truncation error, type error, undetected errorг) [аппаратная] ошибка, сбой, дефектАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > error
См. также в других словарях:
syntax error — ● ►en interjection. ►ARGOT Interjection indiquant qu on n a pas compris quelque chose au cours d une discussion. Cela provient évidemment du message renvoyé par les compilateurs lorsqu on n a pas respecté la syntaxe d un langage de programmation … Dictionnaire d'informatique francophone
error — er‧ror [ˈerə ǁ ˈerər] noun [countable] 1. a mistake: • The confusion was the result of a computer error. • The company has made some strategic errors. ˈcompensating ˌerror ACCOUNTING a mistake in keeping accounts that is hard to find because it… … Financial and business terms
Message Passing Interface — MPI, the Message Passing Interface, is standardized and portable message passing system designed by a group of researchers from academia and industry to function on a wide variety of parallel computers. The standard defines the syntax and… … Wikipedia
Exception handling syntax — varies between programming languages to accommodate their overall syntax. Some languages don t call the concept exception handling or they may not have direct facilities for it, but they can still provide means for implementing it. Catalogue of… … Wikipedia
Python syntax and semantics — The syntax of the Python programming language is the set of rules that defines how a Python program will be written and interpreted (by both the runtime system and by human readers). Python was designed to be a highly readable language. It aims… … Wikipedia
C syntax — The syntax of the C programming language is a set of rules that specifies whether the sequence of characters in a file is conforming C source code. The rules specify how the character sequences are to be chunked into tokens (the lexical grammar) … Wikipedia
Compilation error — refers to a state when a compiler fails to compile a piece of computer program source code, either due to errors from the compiler itself, or syntax errors in the code. A compilation error message often helps programmers debugging the source code … Wikipedia
Bad command or file name — is a common error message in Microsoft s MS DOS and some other operating systems.In command.com, the message Bad command or file name indicates a syntax error message, which had its origins in the BASIC interpreters of the 1980s.Fact|date=April… … Wikipedia
Super Expander 64 — The Super Expander 64 was a cartridge based extension to the built in BASIC V2 interpreter of the then immensely popular Commodore 64 home computer: Since the 64 was developed in a hurry, Commodore simply adapted the BASIC V2 from the PET line of … Wikipedia
Communications protocol — For other senses of this word, see Protocol. A communications protocol is a system of digital message formats and rules for exchanging those messages in or between computing systems and in telecommunications. A protocol may have a formal… … Wikipedia
C++11 — C++11, also formerly known as C++0x,[1] is the name of the most recent iteration of the C++ programming language, replacing C++TR1, approved by the ISO as of 12 August 2011.[2] The name is derived from the tradition of naming language versions by … Wikipedia