answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the similarities a computer process and thread?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between a computer process and thread in microprocessor?

A thread is a sub process in other words one process can contain multiple threads.


How does a thread work in a CPU?

A thread in a CPU is a line of information that the CPU must process. You can look at the threads in your computer by hitting ctrl+alt+Del and going into the process tab.


Can a thread be called a process or vise versa?

No. A thread is a part of a process, but a process can not be part of a thread. Processes are always "at the top."


What is the difference between a process and thread?

The same metaphor: the difference of a person (thread) and a family (process) A process has at least 1 thread and may have many threads, while 1 thread must live within a process


Can a thread create a process?

No, a thread can't create aprocess, because the environment of the thread is a part of a process which created this thread.


What is a thread in computers?

Execution context within a process is called Thread. Threads run, process does not. Every process starts with one thread.


If a process terminates will its thread also terminate?

yes, because if process is terminated then its related thread has no work. After completion of process the kernel generates a thread that will cancelled the thread in order to save the time and memory of CPU.


What is a thread in c?

A thread is basically a lightweight process.


What is the Different between batch thread and process?

In the computer language a batch process is the method adapted by computers to execute a task instantly, without further influence from the user. This can include the printing of a document. On other hand, thread process are processes which contain several steps within the batch.


What process does cotton go through to become yar or thread?

what process turn the yarn into thread


What single task process requests from the kernel?

A thread.


If a process terminates will its thread also terminates?

Yes, the thread will also terminate if the process it is running in terminates. The thread is dependent upon the processes it is running. If the processes die the thread dies.