8 8 votes What is the name of the technique in which the operating system of a computer executes several programs concurrently by switching back and forth between them? Partitioning Multi-tasking Windowing Paging Operating System isro2007 operating-system paging + – go_editor 4.0k views answer comment Share Follow Print See 1 comment 1 1 comment reply ritiksri8 commented Aug 5, 2024 reply Follow flag The technique is called multi-tasking. In multi-tasking, the operating system quickly switches between multiple programs, giving the illusion that they are running simultaneously. This switching occurs in milliseconds or even picoseconds, allowing each program to make progress without waiting for others to finish. This helps in efficiently utilizing the CPU and improves the overall performance of the computer. 1 1 replyShare Please log in or register to add a comment.
Best answer 8 8 votes ans is (b) multitasking is a concept of performing multiple tasks (also known as processes) over a certain period of time by executing them concurrently. New tasks start and interrupt already started ones before they have reached completion, instead of executing the tasks sequentially so each started task needs to reach its end before a new one is started. As a result, a computer executes segments of multiple tasks in an interleaved manner, while the tasks share common processing resources such as central processing units(CPUs) and main memory. Multitasking does not necessarily mean that multiple tasks are executing at exactly the same time (concurrently). In other words, multitasking does not imply parallel execution, but it does mean that more than one task can be part-way through execution at the same time, and that more than one task is advancing over a given period of time kvkumar answered Jun 30, 2016 • selected Apr 25, 2017 by Deepthi_ts kvkumar comment Share Follow 0 reply Please log in or register to add a comment.
5 5 votes B.Multi-tasking Pranabesh Ghosh 1 answered Jun 10, 2016 Pranabesh Ghosh 1 comment Share Follow 0 reply Please log in or register to add a comment.