DictionaryForumContacts

   English
Terms for subject Programming containing work process | all forms | in specified order only
EnglishRussian
Activity diagrams are a technique to describe procedural logic, business process, and work flow. In many ways, they play a role similar to flowcharts, but the principal difference between them and flowchart notation is that they support parallel behaviorДиаграммы деятельности – это технология, позволяющая описывать логику процедур, бизнес-процессы и потоки операций. Во многих случаях они напоминают блок-схемы, но принципиальная разница между диаграммами деятельности и нотацией блок-схем заключается в том, что первые поддерживают параллельные процессы (см. "UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition" by Martin Fowler 2003 ssn)
Activity diagrams are a technique to describe procedural logic, business process, and work flow. In many ways, they play a role similar to flowcharts, but the principal difference between them and flowchart notation is that they support parallel behaviorДиаграммы деятельности – это технология, позволяющая описывать логику процедур, бизнес-процессы и потоки операций. Во многих случаях они напоминают блок-схемы, но принципиальная разница между диаграммами деятельности и нотацией блок-схем заключается в том, что первые поддерживают параллельные процессы (см. "UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition" by Martin Fowler 2003 ssn)
business' work processрабочий процесс в бизнесе (ssn)
coordination of work between threads and processesкоординация задач между потоками и процессами (ssn)
more processes that work together to performнесколько процессов, работающих совместно над выполнением некоторой задачи (ssn)
process of resolving the status of an indoubt logical unit of workпроцесс разрешения статуса неоднозначной логической единицы работы (ssn)
process that's doing other work concurrentlyпроцесс, выполняющий параллельно другую работу (microsoft.com Alex_Odeychuk)
processes in a concurrent program work togetherсовместная работа процессов параллельной программы (ssn)
Recent work has extended this theory to more general classes of processes, but limitations still existНедавние работы распространили эту теорию на более общие классы процессов, но ограничения всё ещё существуют (ssn)
testing: The process consisting of all lifecycle activities, both static and dynamic, concerned with planning, preparation and evaluation of software products and related work products to determine that they satisfy specified requirements, to demonstrate that they are fit for purpose and to detect defectsтестирование: процесс, содержащий в себе все активности жизненного цикла, как динамические, так и статические, касающиеся планирования, подготовки и оценки программных продуктов и связанных с этим результатов работ с целью определить, что они соответствуют описанным требованиям, показать, что они подходят для заявленных целей и для определения дефектов (см. Standard glossary of terms used in Software Testing ssn)
the process of resolving the status of an indoubt logical unit of work to either the committed or the rollback stateПроцесс разрешения статуса неоднозначной логической единицы работы для выполнения принятия или отката (разрешение неоднозначности)
the processes in a concurrent program work together by communicating with each otherСовместная работа процессов параллельной программы осуществляется с помощью их взаимодействия (см. Foundations of Multithreaded, Parallel, and Distributed Programming 2000 by Gregory R. Andrews)