Posts

CONCEPTS OF OPERATING SYSTEMS

Image
  In this article, we will be going through some of the basics of Operating System . You can learn about Operating systems services , components and it’s modes . WHAT IS AN OPERATING SYSYTEM? A program that acts as an intermediary between a user of a computer and the computer hardware or in other words it is an interface between computer system and hardware . An operating system is a software which performs all the basic tasks like file management, memory management, process management, handling input and output, and controlling peripheral devices such as disk drivers and printers. OVERVIEW OF OPERATING SYSTEM: ·         Operating system goals ·         Operating system services ·         System Calls ·         Operating system design and implementation ·         Operating system structures ·   ...