answersLogoWhite

0

Add your answer:

Earn +20 pts
Q: What is Several popular microcomputer operating systems provide little or no means of concurrent processing. Discuss the major complications that concurrent processing adds to an operating system 6.?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the functions of microcomputer operating system?

What are the functions of microcomputer operating system?


Identify 6 functions on an operating system?

The operating system has a number of function. Some of them are communicating with peripherals, interfacing, coordinating concurrent processing, resource management, accounting and security and memory management.


Can anybody expalin the concept concurrent in verilog hardware description language?

concurrent = operating at same time


Ms dos provides no means of concurrent processing. justify it?

Multiple processors executing process simultaneously to achieve a better performance cane be termed as concurrent processing. But MS-DOS does not provide such processing. Three major complications of concurrent processing: 1. Operating system has to keep the track of main memory address space allocated to each process so that a process does not affect or harm other processes data. 2. Time overhead is another complication which his caused while switching from one process to another process. Time overhead is required to store the current register values and loading the register values of the next process from its Program Control Block (PCB). 3. Another requirement of Time overload is when a running process requires a large space in memory then other process needs to be dumped back to hard disk.


Concurrent process uses in operating system?

haha poopy


What is serial processing in an operating system?

Serial processing in operating system is one of the types of data processing in the computer. The data is read by the CPU, analyzed, processed and then executed in this system.


What is the difference between concurrent and parallel threads?

Its really so easy to distinguish between the concurrent & parallel threads that A parallel thread is the thread maintained the parallel processing system including the process sheduling system is quite murcible. Where as the concurrent threading is the way of manupulation of a thread using simultaneous process threading. It would be be quite better if the book named "Galvin & Siberscartz" book of "Operating System" the chapter process & threads would be followed for maximum details.


Is the operating system part of the systemsoftware?

processing


The operating system is part of the systemsoftware?

processing


What are two advantages of installing more than one operating systems on a stand alone microcomputer?

One advantage of installing multiple operating systems on a stand alone microcomputer is that the computer remains usable even if one OS stops working. Also, if a program does not work on one OS, you have the option of trying it on the other OS's.


Where can an operating system be resided through out processing?

On the harddrive.


Concurrent process uses of operating system?

processes are concurrent if they exist at the same time.concurrent process can function completely indepently to one another. two process are concurrent if their execution can overlap in time; that is, the execution of the secon process starts before the first process completes. concurrent processes generally interact through the following mechanisms: Shared variables Message passing