Posts

Showing posts from October, 2024

what are the Types Of Operating Systems And what Their its Key Features?

  Types Of Operating Systems And Their Key Features:-   1. Batch Operating System Definition : Used primarily in older mainframe computers, batch OS processes tasks in batches with no user interaction during execution. Key Features : Sequential Execution : Jobs are processed one after the other without user interaction. Job Scheduling : Organizes jobs for efficient processing, minimizing idle time. Data Collection : Efficiently handles large volumes of data processing tasks, common in payroll or transaction processing. 2. Time-Sharing Operating System Definition : Allows multiple users to access the system concurrently by allocating specific time slots. Key Features : Multitasking : Supports simultaneous task execution for multiple users. Interactive Interface : Provides direct interaction with the system, improving responsiveness. User Access Management : Each user is given a time slice, ...

what is batch processing?

  Batch processing is a method of running a series of tasks or jobs on a computer without manual intervention, processing them in groups (or "batches") sequentially. It’s commonly used for tasks that don’t require immediate feedback, like payroll processing or data analysis, maximizing efficiency by processing large volumes of data at once.