1 / 13

Word Processing, Web Browsing, File Access, etc.

Word Processing, Web Browsing, File Access, etc. Window (GUI). Windows Management. Memory Management. File Systems. Device Control. Network Control. Process Management. Windows Operating System (Kernel). Platform Dependent Code. Virtual Memory “Swap”. Block Data Drivers.

jherbst
Download Presentation

Word Processing, Web Browsing, File Access, etc.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Word Processing, Web Browsing, File Access, etc. Window (GUI) Windows Management Memory Management File Systems Device Control Network Control Process Management Windows Operating System (Kernel) Platform Dependent Code Virtual Memory “Swap” Block Data Drivers Character Data Drivers Network Interface Drivers CPU RAM Disk Drives Serial and Parallel Ports Network Interfaces Computer Hardware Computer Hardware

  2. Word Processing, Web Browsing, File Access, etc. Windows Windows Management

  3. The graphical user interface (GUI) is the point and click environment with which you are most familiar when using Windows. The Windows GUI is started early in order to control the input device (keyboard, mouse, etc…) and the output (computer monitor). The Windows Manager allows you to create, move, minimize and transfer between applications on the desktop. Each application is opened in its own window. Windows Manager

  4. Memory Management File Systems Device Control Network Control Process Management Windows Operating System Platform Dependent Code Virtual Memory “Swap” Block Data Drivers Character Data Drivers Network Interface Drivers

  5. The Kernel is the “core” of a Windows operating system. Without it you have a box with useless hardware that generates heat. The purpose of the Kernel is to manage all hardware, programs and control all system communications. The Kernel refers to a running program as a process. The Kernel, starts/stops all processes, manages all communications and coordinates all hardware access. Windows KERNEL

  6. Memory Management File Systems Device Control Network Control Process Management Windows Operating System Platform Dependent Code Virtual Memory “Swap” Block Data Drivers Character Data Drivers Network Interface Drivers

  7. One primary function of the Operating System is memory management. That includes not only physical memory (RAM) but also the virtual memory swap area. When a process is started, its program instructions are loaded into RAM as pages by memory management so the program can run. As RAM fills with additional processes, memory management moves the code for less active processes to the hard drive swap area. Windows - Memory

  8. Memory Management File Systems Device Control Network Control Process Management Windows Operating System Platform Dependent Code Virtual Memory “Swap” Block Data Drivers Character Data Drivers Network Interface Drivers

  9. The file system manager provides read and write functions between the various disk drives and active applications. The file system manager interfaces with you, the user, via the application called “Windows Explorer” to allow you to find, open, print, rename, copy, paste, move and delete application (program) files. Windows – File System

  10. Memory Management File Systems Device Control Network Control Process Management Windows Operating System Platform Dependent Code Virtual Memory “Swap” Block Data Drivers Character Data Drivers Network Interface Drivers

  11. Hardware management is the process of controlling communications between the Operating System and a hardware device. Windows – Hardware This communication is facilitated with the use of an additional bit of software known as a device driver that is specifically designed for the particular hardware it supports.

  12. The Operating System communicates with all device drivers over the internal bus and depends on the device driver to do the conversion needed to communicate with its particular hardware device. Windows – Hardware Device drivers transmit and receive data to and from the hardware device in these formats: Character - data passed one character at a time. Block - data passed as blocks of multiple characters. Network – data passed as multiple character packets with control characters.

  13. Software

More Related