FUNDAMENTALS OF COMPUTER

OPERATING SYSTEMS FOR COMPUTERS

COMPUTER OPERATING SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A system usually designed to handle large volumes of data periodically such as calculating tax payable is an example of what kind of system?
A
single user
B
batch
C
multi user
D
muli tasking
Explanation: 

Detailed explanation-1: -Batch Processing is Ideal for processing large volumes of data/transaction. It also increases efficiency rather than processing each individually.

Detailed explanation-2: -A good example of batch processing is how credit card companies do their billing. When customers get their credit card bills, it isn’t a separate bill for each transaction; rather, there is one bill for the entire month. That bill is created using batch processing.

Detailed explanation-3: -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-4: -Common examples of real-time systems include air traffic control systems, process control systems, and autonomous driving systems.

Detailed explanation-5: -Normally, several batch jobs can be processed concurrently. In most cases, you are not required to attend the system during processing of the job. In online processing (also called interactive processing), the system processes data as it is being entered.

There is 1 question to complete.