What is multi-tasking, multi-programming,multi-threading?
Answer Posted / sharad bhaskar
Multithreading:Take an example of a download process,we are
doing five downloads at once.Every download is a process,
the processor executes(downloads) each small part of every
process one-by-one.This is an example of multithreading.If
you are pausing a download, the execution of threads for
that process will stop.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the pros and cons of using circuit switching?
Does grep ignore case?
Suppose if we have a variable 'I' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
Explain pcb.
When would you choose Top-down methodology?
Define page fault interrupt?
Why do we use semaphore?
What is the purpose of the command interpreter? Why is it usually separate from the kernel?
What are types of file?
How much ram can a 32 bit os use?
What are the major differences between Thread and Process?
What is monolithic kernel?
What is GRUB?
How much cpu usage is normal?
Give some benefits of multithreaded programming.