MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

OPERATING SYSTEM

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The ability for an operating system to save and switch context to change processor execution between multiple processes
A
multi-programming
B
multi-tasking
C
multi-processing
D
multi-plying
Explanation: 

Detailed explanation-1: -A context switch is a procedure that a computer’s CPU (central processing unit) follows to change from one task (or process) to another while ensuring that the tasks do not conflict. Effective context switching is critical if a computer is to provide user-friendly multitasking.

Detailed explanation-2: -The correct option is D Multitasking. Multitasking refers to the ability to execute more than one task (or program) at the same time.

Detailed explanation-3: -A context switching is a process that involves switching of the CPU from one process or task to another. In this phenomenon, the execution of the process that is present in the running state is suspended by the kernel and another process that is present in the ready state is executed by the CPU.

Detailed explanation-4: -Multiprocessing is the use of two or more central processing units (CPUs) within a single computer system. The term also refers to the ability of a system to support more than one processor or the ability to allocate tasks between them.

There is 1 question to complete.