180k views
5 votes
Which of the following statements accurately compares threads to processes?

Select one:
A. Processes are independent, while threads are part of the same process and cooperate closely.
B. Threads can only access a small area of memory, while processes can access a larger area of memory.
C. Processes can communicate with each other, while threads cannot communicate or share information with other threads.
D. A process can have at most one thread, which inherits all attributes from the process.

1 Answer

1 vote
i think the answer is a.

User Studentu
by
7.5k points