Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 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