A process

​A computer process is an application running in a computer. Such process may or may not have an interface to interact with a user.

An example of a process that has user interface is text editing application.

An example of a process that doesn’t have user interface is a mail server.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator