Presented User and Operating System Interface for my Operating System Course
Size: 686.81 KB
Language: en
Added: Feb 06, 2019
Slides: 10 pages
Slide Content
User and Operating-System Interface By Nusrat Jahan Shanta
How do Users interact with the Operating System?
The interface could be: - Command Interpreters - A Graphical User Interface - Non-interactive batch system
Command Interpreters
Command Interpreters User-Specified Commands
Command Interpreters Two Approaches to Implement Commands: 1. It itself contains the code To Execute Command. 2. Implements command through System programs.(used by UNIX)
Command Interpreter The UNIX command to delete a file(2nd Approach): rm file.txt Advantages in this Approach: - Add new commands - size of the program is small
Graphical User Interfaces ON Desktop: a mouse-based windows and menu system as an interface. On Smartphone: A touch Screen Interface.