Computer Science, asked by sabit4318, 1 year ago

Difference between batch operating system and time sharing system

Answers

Answered by devanshyadav692
4

In batch systems

the jobs or work is keep in order and jobs are run one after the other. Batch system is good for large jobs which don’t need user interaction. Batch systems were started in older days( near 1950’s). The system is always busy by using buffering, spooling and multiprogramming. The name batch comes from the batch files that user give to the system and data is processed in batches. Batch processing is also used nowadays in printing, updating databases(not online databases), changing format of files in bulk, image editing.

In time sharing systems

the tasks are given specific time and operating system switches between different tasks. The switching is as fast that the computer user don’t see any changes in the program he is running. In contrast to batch systems the user interaction is involved in the processing. For example if some thing went wrong with batch processing then user cannot solve the problem while in time sharing system problem can be solved during the processing. The jobs is better managed in time sharing system by the cpu. Time sharing operating systems was first introduced in 1971. Dos and unix are the most famous examples of systems which uses time sharing. The user gives command to the system to do the job and system responds by displaying any message on the command window. If some thing happen wrong user will know about it. And if the job is done successfully then user can assign the system a new job. If some thing went wrong then user will solve that problem and do debugging and finally problem will be solved.

Answered by numenius
5

Answer:

 Time sharing system:

 The time sharing system is one of the technique that enable the users to locate at the different terminal so that they all can use the computer system at similar time. The time sharing system is also known as multi-tasking system and it is the expansion of logical programming. In this system multiple users can use the computer system simultaneously.

Batch operating system:

In the batch operating system, the users maximize the use of processor. The batch operating system does not interacting directly with the computer system. This type of the OS (Operating system) are basically responsible to sort the operator according the requirement of the operating system.

Similar questions