Multiple choice What is a thread? It is used for sewing It is the smallest sequence of programmed instructions It is the measurement of the computer memory It is a synonym for linked list Reveal answer Fill a bubble to check yourself B Correct answer Explanation A thread is the smallest unit of execution within a process. It represents a sequence of programmed instructions that can be managed independently by a scheduler.