How do we define the term Thread?
A
Device that controls input
B
Variable that controls movement
C
Controlled execution of applications
D
Device that controls input & Variable that controls movement
Correct Answer: Controlled execution of applications
Threads are sequential units of controlled execution for applications. A thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler, which is typically a part of the operating system.