Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Great explanations of program and process. Is it correct to say a process is created when a program is started no matter if the program consist of only one source file (a simple script) or consist of hundreds or thousands of source files(those big desktop apps)? Commented Jul 25, 2016 at 23:59
  • @s-hunter i'd say yes: you'd always start an execution process. However bear in mind that it's not necessarily an OS process (see special case of interpreted languages) Commented Jul 26, 2016 at 6:39