== Process ==
// TODO: Explain what A process is an instance of a program executed by the computer. Processes are started when programs are initiated, and they can be comprised of one or more threads. On Windows operating systems, you can look at your running processes are in OpenMP (short)on the Task Manager.
== Thread ==