Computer Science, asked by Vikashzeus233, 11 months ago

Difference between serial processing operating system and batch operating system

Answers

Answered by sahilku656
0

serial processing operating system

Answer . A program contains a series of routines and subroutines, which together are called an Application. An Operating System contains routines and processes. Applications and the Operating System use processes to perform operations that are native to the machine that it is being executed on.\n. \nFor example, let's say that I write a program to print my name on a printer. I might write one routine to capture my name on the screen and another routine to print it on the printer. I might write one subroutine to rearrange the first and last names from the screen in the screen routine. I might write another subroutine to convert the captured letters to fancy script to be printed.\n. \nIn retrieving this information from the screen, I need to tell the Operating System that I need this data. The OS will in turn spawn a process that gets the data for me. Why does the Operating System spawn the process to do this for me? Because he is the guy who knows what type of terminal and keyboard that I have. My program only knows that it wants to retrieve the data from a terminal and to print it to a printer. The OS always knows what devices are attached.\n. \nIn printing the data, it's the same thing. Eventually the OS is sent a command to spawn a process to print the data. \n. \nLike to know what programs (Applications) are running on your machine right now? Simply hold down the and keys together and tap the key with them. A window will appear. Click on the "Applications" key and the programs (applications) currently running will appear. The application that you are curently running will be highlighted. Click on the "Processes" tab and you will see the processes currently running. The process that you are currently running will be highlighted. When you are finished looking, just click the "X" to close the task. DO NOT click anything else or you may kill a necessary process ad need to restart Windows!\n. \nHope this helps! Take care.


batch operating system

I think depends on how you used it? Basically they are the same. Batch is widely use in transaction while lot is use for stocks (small item, large quantity). Batch can also be use for stock in different warehouse process. Eg. 1: This batch of transactions contains lot ### to lot ###. 2: This transaction contains this batch of items ( usually larger items, smaller quantity, serialized). Better answer, anyone? =) Yes, I think I have a better answer or at least more complete.... A "batch" is (in mathematical/statistical terms) a "set" - in English it is an item/product that is made under (preparer) defined criteria under certain conditions (e.g controlled materials/ingredients, under a controlled temperature, for a controlled time frame, for a certain quantity, volume or time period) A "lot" is very similar to a batch, but it is a sub set of a batch. There can be many "lots" in a single batch, but a single lot can contain only one batch. (e.g. a batch is the full quantity defined by the preparer, and the batch may be separated into many lots. The "lot" should be traceable to a batch, and therefore made under the same criteria of the batch. Example Company X make batch of 1234 cookies, there are 10000 cookies in this batch, in order to sell them they break the "batch" into 1000 "lots" of 10 cookies each.




Answered by StaceeLichtenstein
1

Difference between serial processing operating system and batch operating system is given below

Explanation:

  • In the serial processing operating system the task is executed in a serial manner They have followed the policy FIFO(first in first out) it means the task that comes first in the executed cycle they executed first.
  • In the batch, operating system tasks of the same kind are batched together for implementation. The main advantage of the batch operating system it  is comparatively quicker than the conventional System. Payroll System is the example of a batch operating system.

Learn More:

  • https://brainly.in/question/1616135
  • https://brainly.in/question/9064483
Similar questions