Process is basically a program that is currently under execution by one or more threads. It is a very important part of the modern-day OS.
Thread is a lightweight process and forms the basic unit of CPU utilisation. A process can perform more than one task at the same time by including multiple threads.