English Dictionary
◊ PRECESS
precess
v : move in a gyrating fashion; "the poles of the Earth precess
at a right angle to the force that is applied"
English Computing Dictionary
◊ DID YOU MEAN PROCESS?
process
An executing {program}. A
process consists of the program {code} (which may be shared
with other processes which are executing the same program),
and some private data. It may have other associated resources
such as a {process identifier}, open files, {CPU time} limits,
{shared memory}, {child processes}, and {signal handlers}.
A {multitasking} {operating system} can run multiple processes
{concurrently} or in {parallel}.
(1996-12-09)