0% found this document useful (0 votes)
22 views

Classification of Operating System

The document discusses different types of operating systems including multiprocessing operating systems, multi-tasking operating systems, and real-time operating systems. Multiprocessing operating systems divide work into subtasks that are assigned to separate CPUs using communication between processors. Multi-tasking operating systems allow a single CPU to switch between executing different programs rapidly using time slices. Real-time operating systems are used for applications like industrial control where events must be processed within tight deadlines measured in tenths of seconds.

Uploaded by

Kyle Cada
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Classification of Operating System

The document discusses different types of operating systems including multiprocessing operating systems, multi-tasking operating systems, and real-time operating systems. Multiprocessing operating systems divide work into subtasks that are assigned to separate CPUs using communication between processors. Multi-tasking operating systems allow a single CPU to switch between executing different programs rapidly using time slices. Real-time operating systems are used for applications like industrial control where events must be processed within tight deadlines measured in tenths of seconds.

Uploaded by

Kyle Cada
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

CAINTA CATHOLIC COLLEGE

Cainta, Rizal

JUNIOR HIGH SCHOOL DEPARTMENT


S.Y. 2021-2022

NAME: Cada, Kyle DATE: February 2, 2022


GRADE and SECTION: IX- Albert the Great

 MULTI-PROCESSING  MULTI-TASKING
Operating systems (OSs) for multiprocessors accomplish the same This operating system allows a single CPU to
tasks as single-processor OSs. In order to accomplish user-initiated execute what appears to be multiple programs at
activities, they plan and monitor processes and calculations. The the same time. However, only one program is
distinction is that multiprocessing operating systems divide the being executed at a time internally. The CPU
work into subtasks, which are subsequently assigned to separate switches its attention between programs as it
central processing units (CPUs). To do this, multiprocessing receives requests for processing, executing
employs a unique communication architecture. A multiprocessing statements from one program, and then from
operating system requires a way for processors to communicate another, using the concept of giving each
with one another as they schedule and coordinate operations. application a data frame.
Multiprocessing operating systems rely on parallel processing.

 MULTI-TASKING  REAL TIME

This operating system allows a single CPU to Real-time operating systems are employed in situations
execute what appears to be multiple programs at the where a great number of events, most of which are external
same time. However, only one program is being to the computer system, must be accepted and processed
executed at a time internally. The CPU switches its quickly or under tight deadlines. Industrial control,
attention between programs as it receives requests telephone switching equipment, aircraft control, and real-
for processing, executing statements from one time simulations are examples of such uses. The processing
program, and then from another, using the concept time of an Real time operating system is measured in tenths
of giving each application a time slice. of seconds. This system is time-limited and has a set end
date. In this form of system, processing must take place
within the limits set out. Otherwise, the system will be
brought to a halt.

You might also like