English Reference
Compound

parent process

compound.
C1 Advanced

compound.a computer program that starts another program. The new program it creates is called a child process.

compound.the primary execution unit in a computing environment that spawns one or more subprocesses. It manages the lifecycle and resources of its child processes until they terminate.


SIMPLE

The parent process creates a child process to handle the data.

CONTEXTUAL

When you run a command in the terminal, the shell acts as the parent process for that command.

COMPLEX

If the parent process terminates unexpectedly before its children, the operating system must reassign the orphaned processes to a new supervisor.

Usage

used almost exclusively in technical contexts like computer science and operating systems.

Teaching tip

use the family metaphor (parent/child) to explain the hierarchy of software execution and resource inheritance.

This entry
Level C1 · Advanced
Updated