Answer:
- Operating Systems can be referred to as an event driven
program.
- An event driven programming is when the application runs
constantly and depends on events happening in order to execute code
and functions.
- These events can happen automatically when timed or manually
when the user clicks,types or says something.
- An example of why an operating system can be classed as an
event driven operating system is when you click on the browser icon
to load the browser.
- This example can be used on the majority of operating systems
including Windows, Linux and Android.
For example, when on the android operating system. You tap on
the browser icon and the browser will load. This is an event driven
operating system as it waits for an action to commence.
- This is an example of event driven operating systems. The
desktop screen will remain constant until the user interacts with
the system causing a consequence. Due to the tapping of the chrome
icon in the example, the Chrome Browser will load.
Another example of how operating systems are classed as
event-driven is the downloading/saving of a file. When you click
the save button or the download button on either a browser or on a
local application, it causes the file to be written to a sector in
a hard drive.
- An example of this event happening is shown in the Linux
operating system, Ubuntu. It tells you the file name and location
and gives you the option to cancel the download or add the file to
your computer. If you click the add button then you are triggering
the event of saving the file.
Thank you.