English Dictionary
◊ PROGRESS
progress
n 1: gradual improvement or growth or development: "advancement
of knowledge"; "great progress in the arts"; "their
research and development gave them an advantagte" [syn:
{advancement}]
2: the act of moving forward toward a goal [syn: {progression},
{advance}, {advancement}, {forward motion}, {onward
motion}]
3: a movement forward; "he listened for the progress of the
troops" [syn: {progression}, {advance}]
v 1: make progress; "He progressed well in school" [syn: {come on},
{come along}, {advance}, {get on}, {get along}, {shape
up}] [ant: {regress}]
2: move forward, also in the metaphorical sense: "Time marches
on" [syn: {advance}, {pass on}, {move on}, {march on}, {go
on}] [ant: {recede}]
3: form steadily; "Resistance to the manager's plan built up
quickly" [syn: {build up}, {work up}, {build}]
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)