ch 2.0_alina

download ch 2.0_alina

of 22

Transcript of ch 2.0_alina

  • 8/6/2019 ch 2.0_alina

    1/22

    2.0 Basic OS ConceptManagement

  • 8/6/2019 ch 2.0_alina

    2/22

    Types of Interfaces

    1. Command Interface

    2. Menu Interface

    3. Graphical User Interface

    4. Voice-actuated interface

    5. Web-form interface

  • 8/6/2019 ch 2.0_alina

    3/22

    Types of Interface :1) Command Interface

  • 8/6/2019 ch 2.0_alina

    4/22

    Types of Interface :1) Command Interface cont

    y An interface that accepts types commands, one lineat a time from the user

    y Contras with a menu driven interface

    y

    E.g.: MS-DOS , UNIX operating system

  • 8/6/2019 ch 2.0_alina

    5/22

    Types of Interface :1) Command Interfacecont

  • 8/6/2019 ch 2.0_alina

    6/22

    Types of Interface :2) Menu Interface

  • 8/6/2019 ch 2.0_alina

    7/22

    Types of Interface :2) Menu Interfacecont

    y An interface that accept instructions that userchoose from menu of valid choice

    y User often use mouse to point & click on the choseninstruction

    y Contrast with a command-driven interface

    y E.g.: Windows 2000

  • 8/6/2019 ch 2.0_alina

    8/22

    Types of Interface :2) Menu Interfacecont

  • 8/6/2019 ch 2.0_alina

    9/22

    Types of Interface :3) Graphical User Interface

  • 8/6/2019 ch 2.0_alina

    10/22

    Types of Interface :3) Graphical User Interfacecont

    y Auser interface that allows the user to activate OScommand by clicking on a desktop icon usingpointing device such as mouse or touch screen.

    y GUIs evolved from command driven userinterface.

    y User often use mouse to point & click on the chosen

  • 8/6/2019 ch 2.0_alina

    11/22

    Types of Interface :3) Graphical User Interfacecont

  • 8/6/2019 ch 2.0_alina

    12/22

    Types of Interface :4) Voice-Actuated Interface

    y Enables a user to use simple voice command tocontrol physical environmental.

    y E.g.: The computer includes a voice card &associated voice recognition & training software forinterpreting & translating voice input into digitalinformation readable by controller card for

    operating equipments @ control the environment.

  • 8/6/2019 ch 2.0_alina

    13/22

    Types of Interface :5) Web-form Interface

  • 8/6/2019 ch 2.0_alina

    14/22

    Types of Interface :5) Web-form Interfacecont

    y Allow user to enter data that is send to a server forprocessing

    y Web form interface resembles paper form becauseuser need to fill out the form using web formelements

  • 8/6/2019 ch 2.0_alina

    15/22

    Types of Interface :5) Web-form Interfacecont

  • 8/6/2019 ch 2.0_alina

    16/22

    Basic Functions Perform byOS User Interface

    1. Enable user to interact with the system

    2. How to interact? By perform the user command

    interface /instructions from various types ofinterfaces.

    3. Medium are used ; display screen, keyboard,

    mouse, light pen, the appearance of a desktop,illuminated characters or help messages.

  • 8/6/2019 ch 2.0_alina

    17/22

    Boot Process

    y Booting up is a bootstrapping process that starts OS whenthe user turns on a computer system

    y Booting is the process of starting or restarting a computer

  • 8/6/2019 ch 2.0_alina

    18/22

    Type of Boot Process

    1. Cold Boot

    2. Warm Boot

  • 8/6/2019 ch 2.0_alina

    19/22

    Type of Boot Process : Cold Boot

    y When turning on a computer that has beenpowered off completely.

    y Example : by press power button.

  • 8/6/2019 ch 2.0_alina

    20/22

    Type of Boot Process :Warm Boot

    y Is the process of restarting a computer that alreadyis powered on.

    y Example : In Windows XP, warm boot can beperform by : pressing combination of (CTRL + ALT +DEL)

    selecting a button or an option from a list in a

    dialog box pressing the reset button on the computer

  • 8/6/2019 ch 2.0_alina

    21/22

    How a PC Boots Up

    1. The power supplysend a signal to the component s inthe system unit

    2. The processor finds the ROM chip(s) that contain theBIOS (basic input output system)

    3. The BIOS performs the POST(power-on self test),which checks components such as mouse, keyboard

    and adapter cards.

    4. The results of the POST are compared with data in aCMOS chip

  • 8/6/2019 ch 2.0_alina

    22/22

    5. The BIOS looks for the system file in drive A(floppydisk drive), sometimes a CD or DVD drive & thendrive C (hard disk)

    6. The system file and the kernel of the OS load intomemory (RAM) from storage (hard disk)

    7. The OS loads configuration information, mayrequest user information & display the desktop onthe screen.