OPERATING SYSTEMS FOR COMPUTERS
COMPUTER OPERATING SYSTEMS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Batch Processing
|
|
Device Drivers
|
|
Multitasking
|
|
dynamic memory allocation
|
|
time-sharing
|
Detailed explanation-1: -What is batch processing? Jobs that can run without end user interaction, or can be scheduled to run as resources permit, are called batch jobs. Batch processing is for those frequently used programs that can be executed with minimal human interaction.
Detailed explanation-2: -Batch processing is the method computers use to periodically complete high-volume, repetitive data jobs. Certain data processing tasks, such as backups, filtering, and sorting, can be compute intensive and inefficient to run on individual data transactions.
Detailed explanation-3: -A batch job is a predefined group of processing actions submitted to the system to be performed with little or no interaction between the user and the system. Jobs that do not require user interaction to run can be processed as batch jobs.
Detailed explanation-4: -A batch operating system is a type of operating system that allows multiple users to use it at the same time, without direct communication between them. This is done by having the users submit their jobs to the operating system, which then processes them one at a time.
Detailed explanation-5: -Batch processing is also known as serial, sequential and off line processing. Batch Processing – This is one of the widely used type of data processing which is also known as serial/sequential, tacked/queued of offline processing.