About 50 results
Open links in new tab
  1. Operating System - Overview - Online Tutorials Library

    An Operating System (OS) is an interface between a computer user and computer hardware. An operating system is a software which performs all the basic tasks like file management, memory …

  2. Basics of Computer Operating System - Online Tutorials Library

    Some popular Operating Systems include Linux, Windows, VMS, OS/400, AIX, z/OS, Mac etc. Today, Operating system is found almost in every device like mobile phones, personal computers, …

  3. Operating System - Structure

    Sun Solaris OS is one of the example of Modular structured operating system. Advantages Following are advantages of a modular operating system structure. High Customizable - Being modular, each …

  4. Basics of Computers - Types of OS - Online Tutorials Library

    Here we discuss some common types of OS based on their working techniques and some popularly used OS as well. GUI OS GUI is the acronym for Graphical User Interface. An operating system that …

  5. Operating System - Online Tutorials Library

    Elements of Windows OS Following are the significant element of W indows O perating S ystem (WOS) − Graphical User Interface Icons (pictures, documents, application, program icons, etc.) Taskbar …

  6. Types of Operating System - Online Tutorials Library

    Examples of network operating systems include Microsoft Windows Server 2003, Microsoft Windows Server 2008, UNIX, Linux, Mac OS X, Novell NetWare, and BSD. The advantages of network …

  7. Operating System Tutorial - Online Tutorials Library

    An Operating System (OS) is a collection of software that manages computer hardware resources and provides common services for computer programs. When you start using a Computer System then …

  8. Operating System - Quick Guide

    An Operating System (OS) is an interface between a computer user and computer hardware. An operating system is a software which performs all the basic tasks like file management, memory …

  9. Operating Systems - Process Control Block

    When a new process requests resources, the OS searches the allocated processes in the PCBs, checks whether they are shareable or not and allocates the resources accordingly.

  10. Operating System - FCFS Scheduling Algorithm

    Salient Features of FCFS Algorithm FCFS is a non-preemptive scheduling algorithm. The process that arrives in the ready queue first is allocated to execute in the CPU first. Implementation is easy since …