SlideShare a Scribd company logo
1 of 23
Prof. B. I. Khodanpur
     HOD – Dept. of CSE
 R. V. College of Engineering.
EmailID:  bi.khodanpur@gmail.com


 Subject: Operating Systems (For EDUSAT)
   Common Paper for BA / B.Com / B.Sc
              Code: CS-54
Application Software
(contd…):
 Spreadsheets:         The spreadsheet packages are
 designed to use numbers and formulas to do
 calculations with ease. Examples of spreadsheets
 include:
          Budgets
          Payrolls
          Grade Calculations
          Address Lists

 The most commonly used spreadsheet programs are
 Microsoft Excel and Lotus 123.
Application Software
(contd…):
 Graphic Presentations:           The presentation
 programs can be easier using overhead
 projectors. Other uses include:
         Slide Shows
         Repeating Computer Presentations on a
           computer monitor
         Using Sound and animation in slide shows



 The most recognized graphic presentation programs are
 Microsoft PowerPoint and Harvard Graphics.
Application Software
(contd…):
    Database Management System (DBMS):
   A DBMS is a software tool that allows multiple users to
    store, access, and process data into useful information.
   Database programs are designed for these types of
    applications:
              Membership lists
              Student lists
              Grade reports
              Instructor schedules
    All of these have to be maintained so you can find what
    you need quickly and accurately.

   Example:Microsoft Access, dBASE, Oracle.
Contents
   Today's Topic: Introduction to Operating Systems

   We will learn
       1.   What is Operating System?
       2.   What OS does?
       3.   Structure of OS
       4.   Evolution of OS
              Batch Processing, Multiprogramming, Time
               sharing systems
       5.   Operating System Functions
       6.   Main Funtions of OS
       7.   Types of OS
              Single User, Multi User systems
Operating Systems
What is OS?
   Operating System is a software, which makes a
    computer to actually work.

   It is the software the enables all the programs we use.

   The OS organizes and controls the hardware.

   OS acts as an interface between the application
    programs and the machine hardware.

   Examples: Windows, Linux, Unix and Mac OS, etc.,
What OS does?

 An operating system performs basic tasks such as,

      controlling and allocating memory,
      prioritizing system requests,
      controlling input and output devices,
      facilitating networking and
      managing file systems.
Structure of Operating System:
           Application Programs

              System Programs

          Software (Operating System)

                HARDWARE




                                        (Contd…)
Structure of Operating System
(Contd…):
   The structure of OS consists of 4 layers:
         1. Hardware
             Hardware consists of CPU, Main memory, I/O
            Devices, etc,

         2.   Software (Operating System)
              Software includes process management
              routines, memory management routines, I/O
              control routines, file management routines.

                                               (Contd…)
Structure of Operating System
(Contd…):

     3.   System programs
          This layer consists of compilers, Assemblers,
          linker etc.

     4.   Application programs
          This is dependent on users need. Ex. Railway
          reservation system, Bank database
          management etc.,
Evolution of OS:

   The evolution of operating systems went through seven
    major phases.

   Six of them significantly changed the ways in which
    users accessed computers through the open shop, batch
    processing, multiprogramming, timesharing, personal
    computing, and distributed systems.

   In the seventh phase the foundations of concurrent
    programming were developed and demonstrated in
    model operating systems.
                                         (Contd…)
Evolution of OS (contd..):
Major         Technical               Operating
Phases        Innovations             Systems
Open Shop     The idea of OS          IBM 701 open shop
                                      (1954)

Batch         Tape batching,          BKS system (1961)
              First-in, first-out
Processing    scheduling.

Multi-        Processor multiplexing, Atlas supervisor
              Indivisible operations, (1961),
programming   Demand paging,
              Input/output spooling,
                                      Exec II system (1966)
              Priority scheduling,
              Remote job entry

                                            (Contd…)
Evolution of OS (contd..):
Timesharing   Simultaneous user
              interaction,
                                          Multics file system
                                          (1965),
              On-line file systems        Unix (1974)

Concurrent    Hierarchical systems,
              Extensible kernels,
                                          RC 4000 system (1969),
                                          13 Venus system
Programming   Parallel programming        (1972),
              concepts, Secure parallel   14 Boss 2 system
              languages                   (1975).

Personal      Graphic user interfaces     OS 6 (1972)
                                          Pilot system (1980)
Computing
Distributed   Remote servers              WFS file server (1979)
                                          Unix United RPC (1982)
Systems                                   24 Amoeba system
                                          (1990)
Batch Processing:
   In Batch processing same type of jobs batch (BATCH- a
    set of jobs with similar needs) together and execute at a
    time.
   The OS was simple, its major task was to transfer control
    from one job to the next.
   The job was submitted to the computer operator in form
    of punch cards. At some later time the output appeared.
   The OS was always resident in memory. (Ref. Fig. next
    slide)
   Common Input devices were card readers and tape
    drives.
Batch Processing (Contd…):
   Common output devices were line printers, tape drives,
    and card punches.
   Users did not interact directly with the computer
    systems, but he prepared a job (comprising of the
    program, the data, & some control information).
                        OS


                       User
                       program
                       area
Multiprogramming:

   Multiprogramming is a technique to execute number of
    programs simultaneously by a single processor.
   In Multiprogramming, number of processes reside in
    main memory at a time.
   The OS picks and begins to executes one of the jobs in
    the main memory.
   If any I/O wait happened in a process, then CPU
    switches from that job to another job.
   Hence CPU in not idle at any time.
Multiprogramming (Contd…):
    OS     • Figuredipicts the layout of
           multiprogramming system.
   Job 1
           • The main memory consists of 5
   Job 2   jobs at a time, the CPU executes
           one by one.
   Job 3
           Advantages:
   Job 4   •Efficient memory utilization

   Job 5   •Throughput increases
           •CPU is never idle, so
           performance increases.
Time Sharing Systems:

   Time sharing, or multitasking, is a logical extension of
    multiprogramming.
   Multiple jobs are executed by switching the CPU
    between them.
   In this, the CPU time is shared by different processes, so
    it is called as “Time sharing Systems”.
   Time slice is defined by the OS, for sharing CPU time
    between processes.
   Examples: Multics, Unix, etc.,
Operating Systems functions:

   The main functions of operating systems are:

    1. Program creation
    2. Program execution
    3. Input/Output operations
    4. Error detection
    5. Resource allocation
    6. Accounting
    7. protection
Types of OS:

Operating System can also be classified as,-

   Single User Systems

   Multi User Systems
Single User Systems:

   Provides a platform for only one user at a
    time.

   They are popularly associated with Desk Top
    operating system which run on standalone
    systems where no user accounts are
    required.
   Example: DOS
Multi-User Systems:

   Provides regulated access for a number of users by
    maintaining a database of known users.

   Refers to computer systems that support two or more
    simultaneous users.

   Another term for multi-user is time sharing.

   Ex: All mainframes and are multi-user systems.
   Example: Unix

More Related Content

What's hot

Introduction to Operating System
Introduction to Operating SystemIntroduction to Operating System
Introduction to Operating SystemAiman Hafeez
 
OPERATING SYSTEMS DESIGN AND IMPLEMENTATION
OPERATING SYSTEMSDESIGN AND IMPLEMENTATIONOPERATING SYSTEMSDESIGN AND IMPLEMENTATION
OPERATING SYSTEMS DESIGN AND IMPLEMENTATION sathish sak
 
Bba i-introduction to computer-u-3-functions operating systems
Bba  i-introduction to computer-u-3-functions operating systemsBba  i-introduction to computer-u-3-functions operating systems
Bba i-introduction to computer-u-3-functions operating systemsRai University
 
lecture:Operating Syste Ms
lecture:Operating Syste Mslecture:Operating Syste Ms
lecture:Operating Syste Msyeswanth reddy
 
Operating System
Operating SystemOperating System
Operating SystemRaja Adapa
 
Ch01 introducing operating systems
Ch01 introducing operating systemsCh01 introducing operating systems
Ch01 introducing operating systemsJacob Cadeliña
 
Architecture of operating system
Architecture of operating systemArchitecture of operating system
Architecture of operating systemSupriya Kumari
 
MODERN OPERATING SYSTEM
MODERN OPERATING SYSTEMMODERN OPERATING SYSTEM
MODERN OPERATING SYSTEMkhanz2012
 
Functions Of Operating Systems
Functions Of Operating SystemsFunctions Of Operating Systems
Functions Of Operating SystemsAkshay Kurup
 
Operating systems
Operating systemsOperating systems
Operating systemsanishgoel
 
Operating System- Services,types.Batch files and DOS history
Operating System- Services,types.Batch files and DOS historyOperating System- Services,types.Batch files and DOS history
Operating System- Services,types.Batch files and DOS historySURBHI SAROHA
 
Operating System a Case Study
Operating System a Case StudyOperating System a Case Study
Operating System a Case Studyijtsrd
 
Evolution of operating system
Evolution of operating systemEvolution of operating system
Evolution of operating systemArshad khan
 
Operating systems Basics
Operating systems BasicsOperating systems Basics
Operating systems BasicsSherif Mousa
 
Bba203 unit 2 operating system concepts
Bba203   unit 2 operating system conceptsBba203   unit 2 operating system concepts
Bba203 unit 2 operating system conceptskinjal patel
 

What's hot (20)

Operating System
Operating SystemOperating System
Operating System
 
Introduction to Operating System
Introduction to Operating SystemIntroduction to Operating System
Introduction to Operating System
 
OPERATING SYSTEMS DESIGN AND IMPLEMENTATION
OPERATING SYSTEMSDESIGN AND IMPLEMENTATIONOPERATING SYSTEMSDESIGN AND IMPLEMENTATION
OPERATING SYSTEMS DESIGN AND IMPLEMENTATION
 
Bba i-introduction to computer-u-3-functions operating systems
Bba  i-introduction to computer-u-3-functions operating systemsBba  i-introduction to computer-u-3-functions operating systems
Bba i-introduction to computer-u-3-functions operating systems
 
Operating system
Operating systemOperating system
Operating system
 
lecture:Operating Syste Ms
lecture:Operating Syste Mslecture:Operating Syste Ms
lecture:Operating Syste Ms
 
Operating System
Operating SystemOperating System
Operating System
 
Ch01 introducing operating systems
Ch01 introducing operating systemsCh01 introducing operating systems
Ch01 introducing operating systems
 
Architecture of operating system
Architecture of operating systemArchitecture of operating system
Architecture of operating system
 
Operating System
Operating SystemOperating System
Operating System
 
MODERN OPERATING SYSTEM
MODERN OPERATING SYSTEMMODERN OPERATING SYSTEM
MODERN OPERATING SYSTEM
 
Functions Of Operating Systems
Functions Of Operating SystemsFunctions Of Operating Systems
Functions Of Operating Systems
 
Operating systems
Operating systemsOperating systems
Operating systems
 
Operating System- Services,types.Batch files and DOS history
Operating System- Services,types.Batch files and DOS historyOperating System- Services,types.Batch files and DOS history
Operating System- Services,types.Batch files and DOS history
 
Operating System a Case Study
Operating System a Case StudyOperating System a Case Study
Operating System a Case Study
 
OS Structure
OS StructureOS Structure
OS Structure
 
Evolution of operating system
Evolution of operating systemEvolution of operating system
Evolution of operating system
 
Operating systems Basics
Operating systems BasicsOperating systems Basics
Operating systems Basics
 
Os Linux
Os LinuxOs Linux
Os Linux
 
Bba203 unit 2 operating system concepts
Bba203   unit 2 operating system conceptsBba203   unit 2 operating system concepts
Bba203 unit 2 operating system concepts
 

Viewers also liked

The+dark+knight+opening+analysis+hanan fix this up
The+dark+knight+opening+analysis+hanan fix this upThe+dark+knight+opening+analysis+hanan fix this up
The+dark+knight+opening+analysis+hanan fix this uphma1
 
UX Presentation 0411 Re-Caffeine
UX Presentation 0411 Re-CaffeineUX Presentation 0411 Re-Caffeine
UX Presentation 0411 Re-CaffeineHoryun Song
 

Viewers also liked (6)

The+dark+knight+opening+analysis+hanan fix this up
The+dark+knight+opening+analysis+hanan fix this upThe+dark+knight+opening+analysis+hanan fix this up
The+dark+knight+opening+analysis+hanan fix this up
 
7 ideas poligrow_es
7 ideas poligrow_es7 ideas poligrow_es
7 ideas poligrow_es
 
Green
GreenGreen
Green
 
Disipador de calor
Disipador de calorDisipador de calor
Disipador de calor
 
Ut4 isfv 4 1
Ut4 isfv 4 1Ut4 isfv 4 1
Ut4 isfv 4 1
 
UX Presentation 0411 Re-Caffeine
UX Presentation 0411 Re-CaffeineUX Presentation 0411 Re-Caffeine
UX Presentation 0411 Re-Caffeine
 

Similar to Operating systems11 9-07 (20)

Operating systems for class 9th class
Operating systems for class 9th classOperating systems for class 9th class
Operating systems for class 9th class
 
Operating systems11 9-07
Operating systems11 9-07Operating systems11 9-07
Operating systems11 9-07
 
Operating systems By Awais
Operating systems By AwaisOperating systems By Awais
Operating systems By Awais
 
Operating Systems.pptx
Operating Systems.pptxOperating Systems.pptx
Operating Systems.pptx
 
2522.ppt
2522.ppt2522.ppt
2522.ppt
 
252229.ppt
252229.ppt252229.ppt
252229.ppt
 
Operating systems11 9-07 (1)
Operating systems11 9-07 (1)Operating systems11 9-07 (1)
Operating systems11 9-07 (1)
 
Operating systems11 9-07
Operating systems11 9-07Operating systems11 9-07
Operating systems11 9-07
 
Intro to os
Intro to osIntro to os
Intro to os
 
OPERATING SYSTEM
OPERATING SYSTEMOPERATING SYSTEM
OPERATING SYSTEM
 
Operating systems
Operating systemsOperating systems
Operating systems
 
Operating system
Operating systemOperating system
Operating system
 
os_1.pdf
os_1.pdfos_1.pdf
os_1.pdf
 
Studies
StudiesStudies
Studies
 
Operating system concept
Operating system conceptOperating system concept
Operating system concept
 
Network operating systems
Network operating systems Network operating systems
Network operating systems
 
Unveiling the Maestro: Operating Systems Explained
Unveiling the Maestro: Operating Systems ExplainedUnveiling the Maestro: Operating Systems Explained
Unveiling the Maestro: Operating Systems Explained
 
Computer software
Computer softwareComputer software
Computer software
 
Introduction of operating system
Introduction of operating systemIntroduction of operating system
Introduction of operating system
 
intro.ppt
intro.pptintro.ppt
intro.ppt
 

Operating systems11 9-07

  • 1. Prof. B. I. Khodanpur HOD – Dept. of CSE R. V. College of Engineering. EmailID:  bi.khodanpur@gmail.com Subject: Operating Systems (For EDUSAT) Common Paper for BA / B.Com / B.Sc Code: CS-54
  • 2. Application Software (contd…): Spreadsheets: The spreadsheet packages are designed to use numbers and formulas to do calculations with ease. Examples of spreadsheets include:  Budgets  Payrolls  Grade Calculations  Address Lists The most commonly used spreadsheet programs are Microsoft Excel and Lotus 123.
  • 3. Application Software (contd…): Graphic Presentations: The presentation programs can be easier using overhead projectors. Other uses include:  Slide Shows  Repeating Computer Presentations on a computer monitor  Using Sound and animation in slide shows The most recognized graphic presentation programs are Microsoft PowerPoint and Harvard Graphics.
  • 4. Application Software (contd…): Database Management System (DBMS):  A DBMS is a software tool that allows multiple users to store, access, and process data into useful information.  Database programs are designed for these types of applications:  Membership lists  Student lists  Grade reports  Instructor schedules All of these have to be maintained so you can find what you need quickly and accurately.  Example:Microsoft Access, dBASE, Oracle.
  • 5. Contents  Today's Topic: Introduction to Operating Systems  We will learn 1. What is Operating System? 2. What OS does? 3. Structure of OS 4. Evolution of OS  Batch Processing, Multiprogramming, Time sharing systems 5. Operating System Functions 6. Main Funtions of OS 7. Types of OS  Single User, Multi User systems
  • 7. What is OS?  Operating System is a software, which makes a computer to actually work.  It is the software the enables all the programs we use.  The OS organizes and controls the hardware.  OS acts as an interface between the application programs and the machine hardware.  Examples: Windows, Linux, Unix and Mac OS, etc.,
  • 8. What OS does? An operating system performs basic tasks such as,  controlling and allocating memory,  prioritizing system requests,  controlling input and output devices,  facilitating networking and  managing file systems.
  • 9. Structure of Operating System: Application Programs System Programs Software (Operating System) HARDWARE (Contd…)
  • 10. Structure of Operating System (Contd…):  The structure of OS consists of 4 layers: 1. Hardware Hardware consists of CPU, Main memory, I/O Devices, etc, 2. Software (Operating System) Software includes process management routines, memory management routines, I/O control routines, file management routines. (Contd…)
  • 11. Structure of Operating System (Contd…): 3. System programs This layer consists of compilers, Assemblers, linker etc. 4. Application programs This is dependent on users need. Ex. Railway reservation system, Bank database management etc.,
  • 12. Evolution of OS:  The evolution of operating systems went through seven major phases.  Six of them significantly changed the ways in which users accessed computers through the open shop, batch processing, multiprogramming, timesharing, personal computing, and distributed systems.  In the seventh phase the foundations of concurrent programming were developed and demonstrated in model operating systems. (Contd…)
  • 13. Evolution of OS (contd..): Major Technical Operating Phases Innovations Systems Open Shop The idea of OS IBM 701 open shop (1954) Batch Tape batching, BKS system (1961) First-in, first-out Processing scheduling. Multi- Processor multiplexing, Atlas supervisor Indivisible operations, (1961), programming Demand paging, Input/output spooling, Exec II system (1966) Priority scheduling, Remote job entry (Contd…)
  • 14. Evolution of OS (contd..): Timesharing Simultaneous user interaction, Multics file system (1965), On-line file systems Unix (1974) Concurrent Hierarchical systems, Extensible kernels, RC 4000 system (1969), 13 Venus system Programming Parallel programming (1972), concepts, Secure parallel 14 Boss 2 system languages (1975). Personal Graphic user interfaces OS 6 (1972) Pilot system (1980) Computing Distributed Remote servers WFS file server (1979) Unix United RPC (1982) Systems 24 Amoeba system (1990)
  • 15. Batch Processing:  In Batch processing same type of jobs batch (BATCH- a set of jobs with similar needs) together and execute at a time.  The OS was simple, its major task was to transfer control from one job to the next.  The job was submitted to the computer operator in form of punch cards. At some later time the output appeared.  The OS was always resident in memory. (Ref. Fig. next slide)  Common Input devices were card readers and tape drives.
  • 16. Batch Processing (Contd…):  Common output devices were line printers, tape drives, and card punches.  Users did not interact directly with the computer systems, but he prepared a job (comprising of the program, the data, & some control information). OS User program area
  • 17. Multiprogramming:  Multiprogramming is a technique to execute number of programs simultaneously by a single processor.  In Multiprogramming, number of processes reside in main memory at a time.  The OS picks and begins to executes one of the jobs in the main memory.  If any I/O wait happened in a process, then CPU switches from that job to another job.  Hence CPU in not idle at any time.
  • 18. Multiprogramming (Contd…): OS • Figuredipicts the layout of multiprogramming system. Job 1 • The main memory consists of 5 Job 2 jobs at a time, the CPU executes one by one. Job 3 Advantages: Job 4 •Efficient memory utilization Job 5 •Throughput increases •CPU is never idle, so performance increases.
  • 19. Time Sharing Systems:  Time sharing, or multitasking, is a logical extension of multiprogramming.  Multiple jobs are executed by switching the CPU between them.  In this, the CPU time is shared by different processes, so it is called as “Time sharing Systems”.  Time slice is defined by the OS, for sharing CPU time between processes.  Examples: Multics, Unix, etc.,
  • 20. Operating Systems functions:  The main functions of operating systems are: 1. Program creation 2. Program execution 3. Input/Output operations 4. Error detection 5. Resource allocation 6. Accounting 7. protection
  • 21. Types of OS: Operating System can also be classified as,-  Single User Systems  Multi User Systems
  • 22. Single User Systems:  Provides a platform for only one user at a time.  They are popularly associated with Desk Top operating system which run on standalone systems where no user accounts are required.  Example: DOS
  • 23. Multi-User Systems:  Provides regulated access for a number of users by maintaining a database of known users.  Refers to computer systems that support two or more simultaneous users.  Another term for multi-user is time sharing.  Ex: All mainframes and are multi-user systems.  Example: Unix