answersLogoWhite

0

What else can I help you with?

Related Questions

Should real time operating system be necessarily multiprogrammed?

MULTIPROGRAMING .................. The term multiprograming denotes an operating system that,in addtion to supporting multitasking. In multiprograming more than one jobs are active in memory.Within a very small period more than one jobs are executed simultaneously. MULTITASKING ............... In general multiprogramming implies multitasking,but multitasking does not imply multiprogramming. A multitasking operating system is distinguished by its ability to support concurrent execution of two or more active processes. as discussed actually both multitasking and multiprogramming are same no other answer mentioned are justifiable.....


Example of multiprogramming operating system?

Windows, Linux, Unix.


What operating system uses an enhanced version of cooperative multitasking?

Windows 95, Windows 98, Windows ME


Does Windows 7 supports only cooperative multitasking?

false it does support "pre-emptive multitasking" though.


Which Microsoft operating system first supported preemptive multitasking?

Windows 95


Windows XP supports only cooperative multitasking True or false?

False. Windows XP is a preemptive multitasking system. All contemporary operating systems are designed to use preemptive multitasking.


Distinguish between multiprogramming operating system and time sharing operating system?

time sharing operating system is user interactive, but multiprogramming operating system need not be user interactive


Can you have two Paint program sessions up at once?

Yes, Windows is a multitasking operating system.


What is the most popular multitasking UNIX type operating system?

the most popular operating system multitasking is kernel


Full diagram of multiprogramming operating system?

DIAGRAM


Is UNIX multiprogramming programming operating system?

yes


When we say a system is a multiprogramming system?

Multiprogramming is collecting several jobs in a job pool and the OS selects the job from the pool so that the CPU has one job to execute , in case of any IO request for the job in execution the CPU switches to another job here switching is less compared to multitasking.So a computer system which allows such type of switching in between jobs is called a multiprogramming system. Please make note that multitasking is done by user but multiprogramming is done by operating system only.