Beginner Operating Systems
Q3 / 100

What is a thread?

Correct! Well done.

Incorrect.

The correct answer is A) A lightweight process that shares address space with other threads in the same process

A

Correct Answer

A lightweight process that shares address space with other threads in the same process

Explanation

Threads (lightweight processes) share code, data, and open files with other threads in the same process but have their own stack and registers.

Progress
3/100