Glossary
| # | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
- Process
- Process is an instance of a computer program. Every process has one or more threads which are sequentially executed by system.
Operating system shares processor time and other resources between all processes. More information can be found in Process management.

