Sign in
|
English
|
Terms of Use
Dictionary
Forum
Contacts
Terms for subject
Programming
containing
Program Operations
|
all forms
English
Russian
A sequential application is a sequential program that consists of passive objects and has only one thread of control. When an object invokes an operation in another object, control is passed from the calling operation to the called operation. When the called operation finishes executing, control is passed back to the calling operation. In a sequential application, only synchronous message communication
procedure call or method invocation
is support
Последовательное приложение это последовательная программа, которая состоит из пассивных объектов и имеет только один поток управления. Когда один объект вызывает операцию другого объекта, управление передаётся от вызвавшей операции к вызванной. После того как вызванная операция завершает выполнение, управление возвращается вызвавшей операции. В последовательном приложении существует только синхронная передача сообщений
вызов процедуры или метода
(см.
Software Modeling and Design by Hassan Gomaa
2011
ssn
)
program performance when the program needs frequent file I/O operations, each for small amount of data
производительность программы при частом обмене небольшими порциями данных с файлом
(
ssn
)
set of operations of the program organization unit
набор операций программного компонента
(
ssn
)
the use of buffers can improve program performance when the program needs frequent file I/O operations, each for small amount of data
Применение буферов может повысить производительность программы при частом обмене небольшими порциями данных с файлом
writing programs in terms of the operations for manipulating abstract data types
написание программ в терминах операторов управления абстрактными типами данных
(
ssn
)
Get short URL