Computer Science, asked by kococoblingsell6366, 1 year ago

Explain essential properties of batch system in os

Answers

Answered by Anonymous
3

Batch processing

Batch processing is a technique in which an Operating System collects the programs and data together in a batch before processing starts. An operating system does the following activities related to batch processing −

The OS defines a job which has predefined sequence of commands, programs and data as a single unit.

The OS keeps a number a jobs in memory and executes them without any manual information.

Jobs are processed in the order of submission, i.e., first come first served fashion.

When a job completes its execution, its memory is released and the output for the job gets copied into an output spool for later printing or processing.

Advantages

Batch processing takes much of the work of the operator to the computer.

Increased performance as a new job get started as soon as the previous job is finished, without any manual intervention.

Disadvantages

Difficult to debug program.

A job could enter an infinite loop.

Due to lack of protection scheme, one batch job can affect pending jobs.

Multitasking

Multitasking is when multiple jobs are executed by the CPU simultaneously by switching between them. Switches occur so frequently that the users may interact with each program while it is running. An OS does the following activities related to multitasking −

The user gives instructions to the operating system or to a program directly, and receives an immediate response.

The OS handles multitasking in the way that it can handle multiple operations/executes multiple programs at a time.

Multitasking Operating Systems are also known as Time-sharing systems.

These Operating Systems were developed to provide interactive use of a computer system at a reasonable cost.

A time-shared operating system uses the concept of CPU scheduling and multiprogramming to provide each user with a small portion of a time-shared CPU.

Each user has at least one separate program in memory.

Answered by StaceeLichtenstein
1

Following are the essential properties of batch system in os is given below.

Explanation:

  • In the batch operating system the programs and data are gathered in a pool before begin the processing.
  • In the batch operating system it establishes a job as a separate unit with a pre determined series of commands, programs, and data.
  • In the batch operating system retains in memories an amount of jobs, and implements them without any procedural information.
  • In the batch operating system jobs are entered in the first in first out fashion.

Learn More :

  • brainly.in/question/9046236
Similar questions