What is multi-tasking, multi-programming,multi-threading?
Answer Posted / jaspreet singh
Multiprogramming;-
Multiprogramming is a rudimentary form of parallel
processing in which several programs are run at the same
time on a uniprocessor. Since there is only one processor ,
there can be no true simultaneous execution of different
programs. Instead, the operating system executes part of one
program, then part of another, and so on. To the user it
appears that all programs are executing at the same time.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are real-time systems?
What do you mean by memory leak?
What is a long term scheduler & short term schedulers?
What is risc technology?
Given a Pid, how will you distinguish whether it is a process or a thread?
What is process communication?
What is fcfs?
Explain what is the memory wall problem?
How do I scan a usb drive for errors?
What complications does concurrent processing add to an operating system?
What is the most used operating system in the world?
What is the purpose of system programs?
What are distributed systems?
What is asynchronous task?
Describe system calls and its type