may be understood as the process of dividing the amount of work that a computer has to do between two or more computers so that more work gets done in the same amount of time. code example
Example: parrarel code
cobegin
X := X + 1;
X := Y + 1;
coend