DictionaryForumContacts

   Russian
Terms for subject Programming containing выявляться | all forms | exact matches only
RussianEnglish
виды ошибок, которые должны выявляться при тестированииtypes of errors to be exposed by testing (ssn)
выявлять логические ошибкиdetect logic errors (such as assigning to a variable that is never subsequently referenced or testing a condition that always evaluates to the same true or false value; корпорации AdaCore Alex_Odeychuk)
выявлять неинициализированные переменные во время выполненияdetect uninitialized variables at run-time (корпорации AdaCore Alex_Odeychuk)
выявлять некорректные последовательности вводимых символовdetect illegal input sequences (ssn)
выявлять подозрительные или потенциально некорректные потоки данныхdetect suspicious and potentially incorrect data flows (such as variables read before they are written (uninitialized variables), variables written more than once without being read (redundant assignments), and variables that are written but never read; корпорации AdaCore Alex_Odeychuk)
выявлять потенциальные уязвимостиdetect latent vulnerabilities (корпорации AdaCore Alex_Odeychuk)
выявлять причину дефекта программного обеспеченияchase down a bug (rust-lang.org Alex_Odeychuk)
выявлять скрытые уязвимостиdetect latent vulnerabilities (Alex_Odeychuk)
Конечный автомат выявляет некорректные последовательности вводимых символов одним из двух способов:A FSM detects illegal input sequences in one of two ways: (см. Kip R. Irvine – Assembly Language for x86 Processors 6th – 2010 ssn)
ошибки, которые должны выявляться при тестированииerrors to be exposed by testing (ssn)
Применение принципов системной инженерии к разработке программной системы выявляет операции, задачи и процедуры, называемые системной инженерией программного обеспечения или SwSEthe application of system engineering principles to the development of a computer software system produces activities, tasks, and procedures called software system engineering, or SwSE