What is Difference between thread and process?

Answers were Sorted based on User's Feedback



What is Difference between thread and process?..

Answer / venkatesh.t

thread is an independent flow of control within a process,composed of context and a sequence of instructions to execute.All process consists of at-least one thread
process is a running program,a program under execution.it is an active entity on a machine.A process has a context and a state

Is This Answer Correct ?    0 Yes 0 No

What is Difference between thread and process?..

Answer / rajdeep gupta

Process is the execution of program.

If a program has different state execution then it is know as thread.

We can say that process is also a light weight thread.

ex - we work on MS-WORD then we type char simultaneously auto save the document and spell check , is a good example of thread.

Is This Answer Correct ?    0 Yes 0 No

What is Difference between thread and process?..

Answer / vineet

thread is a light weight process and process is heavy
weight means to say process occurs many threads and
superset of threads and also says threads are sub set of
process

Is This Answer Correct ?    5 Yes 9 No

What is Difference between thread and process?..

Answer / raju

Process is not Thread ,Tread is process.

Is This Answer Correct ?    6 Yes 10 No

What is Difference between thread and process?..

Answer / kammari.krishnaiah

A programm in execution,as mentioned is a process.A time
share user program such as a complier is a process.
A thread is contain a peace of code and each processor
contain the one or more threads.

Is This Answer Correct ?    25 Yes 35 No

What is Difference between thread and process?..

Answer / 6209

simply say thread is a light weight process(flow of
execution throw the process code)....
but process is heavy weight(heavey weight) process

Is This Answer Correct ?    48 Yes 65 No

What is Difference between thread and process?..

Answer / ashish sharma

Process is a seprate one and a thread is pa part of any process .Process can't communicate other processes but thread do it easily

Is This Answer Correct ?    25 Yes 47 No

What is Difference between thread and process?..

Answer / santhi

process
threads

Is This Answer Correct ?    41 Yes 194 No

Post New Answer

More Operating Systems General Concepts Interview Questions

How can multiple threads be controlled simultaneously?

0 Answers  


Why partitioning and formatting is a prerequisite to installing an operating system?

0 Answers  


What are the different types of kernel?

0 Answers  


Describe Recovery from Deadlock?

0 Answers   MaxSolPro,


How the Kernel handles both the page stealer and the fault handler?

0 Answers  






What are necessary conditions which can lead to a deadlock situation in a system?

0 Answers  


What is a bootloader?

0 Answers  


What is the context switch?

0 Answers  


What is the full form of os?

0 Answers  


What are the 7 layers of networking?

0 Answers  


What are the five types of operating system?

0 Answers  


Explain the characteristics of instruction and execution time.

0 Answers  


Categories