ilovepdf_merged
ilovepdf_merged
ilovepdf_merged
• The batch operating system grouped jobs that perform similar functions. These job groups
are treated as a batch and executed simultaneously.
• A computer system with this operating system performs the following batch processing
activities:
1. A job is a single unit that consists of a preset sequence of commands, data, and programs.
2. Processing takes place in the order in which they are received, i.e., first come, first serve.
3. These jobs are stored in memory and executed without the need for manual information.
4. When a job is successfully run, the operating system releases its memory
• A time-sharing operating system (TSOS) allows multiple users to access and use a computer's
resources at the same time
• It does this by dividing the processor's time into small slices and giving each user a turn to
use the computer.
• The quick switching between users creates the illusion that each task is running
simultaneously, allowing users to multitask or work on the same project without
interference.
Advantages
Disadvantages
1. Reliability problem.
2. One must have to take of the security and integrity of user programs and data.
5. Explain RTOS
• A real-time operating system (RTOS) is a special kind of operating system designed to handle
tasks that need to be completed quickly and on time.
• It offers improved responsiveness, resource management, and reduced system overhead,
which can lead to better system performance
• Application:
o Defense systems like RADAR
o Air traffic control system.
o Networked multimedia systems.
o Medical devices like pacemakers.
o Stock trading applications.
Advantages:
o Maximum Consumption
o Task Shifting
o Focus On Application
o Error Free
• A multiprocessor operating system (OS) uses multiple central processing units (CPUs) in a
single system to distribute work among them.
• This allows multiple processes to run simultaneously on different processing units, which
can improve system performance and reliability
• Advantages
o Failure of one processor does not affect the functioning of other processors.
7. Explain OS Services
Operating System services are functions that the OS provides to manage hardware resources and
offer a user-friendly interface for running applications. These services make it easier for both
users and applications to interact with the system.
1. Process Management:
2. Memory Management:
4. Device Management:
o Controls hardware devices and manages their communication with the system.
o Manages input and output operations between the computer and external devices.
• Process Control
• File Management
• Device Management
• Information Maintenance
• Communication]
Key Points:
• Order: Tasks are executed in the exact sequence they are given.
• Simplicity: This method is straightforward but can be less efficient if tasks could be
done in parallel.
4. Let it cool.