143k views
3 votes
Which of the following is true?

Select one:
In general, creation time of a process is faster than creation time of a thread within a program.
In general, communication between two independent processes is faster than communication between two threads.
Parent and child processes share same instruction counter.
Threads of a process can share data via global variables.
In a multithreaded process each thread shares the instruction counter of the process.

User BLKKKBVSIK
by
3.7k points

1 Answer

3 votes

Answer:

2 3 and last one

Step-by-step explanation:

User Jeffrey Roosendaal
by
4.0k points