Multiple choice What of the following can be referred to as a lightweight process(LWP)? Socket Operating system Thread Kernel Inter-process communication Reveal answer Fill a bubble to check yourself C Correct answer Explanation A thread of execution is the smallest sequence of programmed instructions that can be managed independently by an operating system. It is sometimes called a lightweight process. It is a basic unit of CPU utilization.