What is multi-tasking, multi-programming,multi-threading?
Answer Posted / anjali
MULTIPROGRAMMING -:
It is the process of loading more than one program into the
memory so that processor can be kept busy by switching
between any of the loaded programs.
Example -:
let us say there are 2 programs waiting in the pool to be
executed by the CPU,so the OS picks the first program and
executes. if the program has some I/O operations
involved,then it puts this program in the queue and picks
the second program and executes,meanwhile the first program
receiving its input.
MULTITASKING -:
It is the ability of a computer to handle a number of jobs
or tasks simultaneously.It is basically for single user
with multiple programs.
Example -:
let us say we are printing a document of 100 pages while
computer is performing that,we can still do other jobs like
typing a new document,so more than one task is performed.
thanks..
| Is This Answer Correct ? | 31 Yes | 4 No |
Post New Answer View All Answers
Explain the execution cycle for a von neumann architecture.
What is trp timing?
Explain about compiler and the functions executed by them?
What is root partition?
Can you install a 32bit program on a 64 bit computer?
What complications does concurrent processing add to an operating system?
Explain the stipulations of c2 level security?
What is the difference between shared memory and distributed memory?
What is Page-Stealer process?
Explain the dual channel architecture?
How to find the number of SIMM Pins
What is the difference between tty and pts?
Mention the steps involved in the execution of a program.
What are different types of interprocess communication methods?
Is a directory a regular file?