0% found this document useful (0 votes)
68 views1 page

HS - 4 - Lesson - 1 - Function - of - Operating - System

The document discusses the four basic functions of an operating system: controlling hardware access through device drivers, managing files and folders with a file system, providing a user interface, and managing applications. It also covers operating system concepts like multi-user capability, multitasking, multiprocessing, and multithreading. Common operating modes like real mode, protected mode, virtual real mode, and compatibility mode are defined. Finally, it provides examples of desktop operating systems like Windows, Linux, and Mac OS.

Uploaded by

Ilex Aradillos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views1 page

HS - 4 - Lesson - 1 - Function - of - Operating - System

The document discusses the four basic functions of an operating system: controlling hardware access through device drivers, managing files and folders with a file system, providing a user interface, and managing applications. It also covers operating system concepts like multi-user capability, multitasking, multiprocessing, and multithreading. Common operating modes like real mode, protected mode, virtual real mode, and compatibility mode are defined. Finally, it provides examples of desktop operating systems like Windows, Linux, and Mac OS.

Uploaded by

Ilex Aradillos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

HS 4 o Direct X

Function of operating system  It is a library of APIs that


LESSON 1 are related to multimedia
task designed for MS
 Modern Operating System windows
o Every computer has it
o Without it the user wouldn’t be able to interact with  Operating System Concepts
an application hardware or peripheral device or o Better understanding the capabilities of the
another user. operating system.

 Four Basic Function of an Operating System o Multiuser


o Control Hardware Access  Capability of having more than one user
 Is the manager of the interaction/ who who can access the programs and files on a
mange the interaction between an single computer.
application and hardware device. o Multitasking
 In order for the computer to access and  Capability of operating multiple
communicate with a hardware device applications simultaneously
 Device Drivers o Multiprocessing
 Is a small program that supplied with  Capability of having multiple processors
the hardware components and that application can share
contains the information required for o Multithreading
interaction  Capability of multitasking in individual
 Most of it is integrated in the hardware programs.

o Manage files and folders  Common Modes of Operations


 A file system is created by the operating o Real Mode
system located in the hard disk drive so  Operation is capable of executing one
data will be stores program or applications and addressing
 A file system is made up of numerous IMB system data
programs and data files which are usually o Protected Mode
grouped together by program in a  Capable of accessing the entire memory to
directory or in folders emulate the RAM
 A directory may consist of other  Multiple application
subdirectories and subfolders o Virtual Real Mode
 Made of operation is capable of running a
o User interface real mode application in a protected made
 Allows to interact with software and operating system.
hardware o Compatibility Mode
 Types of User Interface  Mode of operation is cable of recreating the
 Command-Line Interface environment of previous operating system
o CMD for application that are not compatible with
o The user interacts with the the current OS.
computer using a series of
commands  Desktop Operating Systems
 Graphical User Interface o Desktop Systems
o The user interacts with the  Intended for home and office use that
computer through the use of involves a limited number of users
menus, buttons, and icons  Types
 Windows 7
o Applications Management  Windows 8
 Located and loaded into the RAM by the  Windows 10
operating system for it to be used and  Linux
accessed by the user  Mac OS
 The OS makes sure that every application
has sufficient system requirements.
 Application Programming Interface (API)
 Set of guidelines ensures that the
application is compatible with the
operating system.
 Examples:
o Open Graphics Library
 Cross platform standard
specification designed
multimedia graphics

You might also like