Multiple choice

What is a thread?

  1. It is used for sewing

  2. It is the smallest sequence of programmed instructions

  3. It is the measurement of the computer memory

  4. 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.