Answer:
The correct answer is B. In terms of system thinking, process is the computer program that processes the data.
Step-by-step explanation:
In computer science, the process is a program running on a computer. Each process usually has its own memory space and other resources that other processes cannot access. Most operating systems maintain this information in the process table. Various processes can communicate with each other in a number of ways.
Modern operating systems can handle multi-run, that is, several program processes at the same time. It also happens that a program consists of several simultaneous processes, which are either run on multiple computers in a distributed system, or on the same machine through multi-run.