What is the Difference between a process and a thread?
Answer / Lalan Babu
A process is an instance of a program that is currently being executed. It consists of its own memory space, set of open files, environment variables, etc. A thread, on the other hand, is a lightweight sub-process within a single program sharing the same memory space and resources as its parent process. Threads are used to execute multiple tasks simultaneously within the same process.
| Is This Answer Correct ? | 0 Yes | 0 No |
List advantages and disadvantages of dynamic memory allocation vs. static memory allocation.?
What is the best way of communication in multi process environment? ex: getting log from different applications from multi servers?
How does swapping result in better memory management?
Can you fix blue screen of death?
Explain about paged segmentation and segment paging?
Explain the Functionality of Operating System?
What are the advantages of multiprocessor system?
What is the Translation Lookaside Buffer (TLB)?
What is the difference between chkdsk r and f?
What is long term scheduler in operating system (os)?
What is Scheduling algorithm?
What is the resident set and working set of a process?