Multiple choice technology programming languages A thread is a process True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation A thread is a lightweight subprocess within a process, sharing resources but having its own execution path. A process is a standalone program with separate memory space. Threads exist within processes, making them distinct concepts.