User and Operating System Interface

NusratJahan2 756 views 10 slides Feb 06, 2019
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

Presented User and Operating System Interface for my Operating System Course


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.

Choices of Interfaces

THANK YOU!