SlideShare una empresa de Scribd logo
1 de 23
Mayank Thanki
     TM @ CIPL Delhi
    www.gujrattinfo.com
EmailID:  mthanki89@gmail.com


Subject: Operating Systems (For EDUSAT)
  Common Paper for BA / B.Com / B.Sc
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
       1.   Operating System Functions
       2.   Main Funtions of OS
       3.   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

Más contenido relacionado

La actualidad más candente

Operating system.ppt (1)
Operating system.ppt (1)Operating system.ppt (1)
Operating system.ppt (1)
Vaibhav Bajaj
 
Secondary storage management in os
Secondary storage management in osSecondary storage management in os
Secondary storage management in os
Sumant Diwakar
 

La actualidad más candente (20)

Operating system presentation
Operating system presentationOperating system presentation
Operating system presentation
 
types of operating system
types of operating systemtypes of operating system
types of operating system
 
Operating system
Operating systemOperating system
Operating system
 
Function of Operating system
Function of Operating systemFunction of Operating system
Function of Operating system
 
Introduction to Operating Systems
Introduction to Operating SystemsIntroduction to Operating Systems
Introduction to Operating Systems
 
Operating system overview concepts ppt
Operating system overview concepts pptOperating system overview concepts ppt
Operating system overview concepts ppt
 
Operating system basics
Operating system basicsOperating system basics
Operating system basics
 
operating system
operating systemoperating system
operating system
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
 
introduction to Operating system. (windows)
introduction to Operating system. (windows)introduction to Operating system. (windows)
introduction to Operating system. (windows)
 
Types of Operating System
Types of Operating SystemTypes of Operating System
Types of Operating System
 
Operating system.ppt (1)
Operating system.ppt (1)Operating system.ppt (1)
Operating system.ppt (1)
 
Os ppt
Os pptOs ppt
Os ppt
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
 
Chapter 2 operating systems
Chapter 2 operating systemsChapter 2 operating systems
Chapter 2 operating systems
 
Secondary storage management in os
Secondary storage management in osSecondary storage management in os
Secondary storage management in os
 
Operating system || Chapter 1: Introduction
Operating system || Chapter 1: IntroductionOperating system || Chapter 1: Introduction
Operating system || Chapter 1: Introduction
 
Introduction to Operating Systems
Introduction to Operating SystemsIntroduction to Operating Systems
Introduction to Operating Systems
 
Types of operating system unit 1 by Ram K Paliwal
Types of operating system  unit 1 by Ram K PaliwalTypes of operating system  unit 1 by Ram K Paliwal
Types of operating system unit 1 by Ram K Paliwal
 
Operating systems Overview
Operating systems OverviewOperating systems Overview
Operating systems Overview
 

Destacado (10)

Jaguar
JaguarJaguar
Jaguar
 
Unix tutorial-08
Unix tutorial-08Unix tutorial-08
Unix tutorial-08
 
Johari Window
Johari WindowJohari Window
Johari Window
 
Presentation1 linux os
Presentation1 linux osPresentation1 linux os
Presentation1 linux os
 
Introduction_to_Computer
Introduction_to_ComputerIntroduction_to_Computer
Introduction_to_Computer
 
Evolution of Microsoft windows operating systems
Evolution of Microsoft windows operating systemsEvolution of Microsoft windows operating systems
Evolution of Microsoft windows operating systems
 
Features of windows operating system
Features of windows operating systemFeatures of windows operating system
Features of windows operating system
 
Introduction to linux ppt
Introduction to linux pptIntroduction to linux ppt
Introduction to linux ppt
 
Windows operating system presentation
Windows operating system presentationWindows operating system presentation
Windows operating system presentation
 
Mac OS(Operating System)
Mac OS(Operating System)Mac OS(Operating System)
Mac OS(Operating System)
 

Similar a Operating Systems Presentation

Operating systems11 9-07
Operating systems11 9-07Operating systems11 9-07
Operating systems11 9-07
anishamca
 
Operating systems11 9-07
Operating systems11 9-07Operating systems11 9-07
Operating systems11 9-07
ainfara
 
Operating systems11 9-07
Operating systems11 9-07Operating systems11 9-07
Operating systems11 9-07
phazeddl
 

Similar a Operating Systems Presentation (20)

Operating systems11 9-07
Operating systems11 9-07Operating systems11 9-07
Operating systems11 9-07
 
Operating systems11 9-07
Operating systems11 9-07Operating systems11 9-07
Operating systems11 9-07
 
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 systems
Operating systemsOperating systems
Operating systems
 
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 systems
Operating systemsOperating systems
Operating systems
 
OPERATING SYSTEM
OPERATING SYSTEMOPERATING SYSTEM
OPERATING SYSTEM
 
Introduction to Operating System
Introduction to Operating SystemIntroduction to Operating System
Introduction to 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
 
Operating System
Operating SystemOperating System
Operating System
 
Network operating systems
Network operating systems Network operating systems
Network operating systems
 

Último

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 

Último (20)

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 

Operating Systems Presentation

  • 1. Mayank Thanki TM @ CIPL Delhi www.gujrattinfo.com EmailID:  mthanki89@gmail.com Subject: Operating Systems (For EDUSAT) Common Paper for BA / B.Com / B.Sc
  • 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 1. Operating System Functions 2. Main Funtions of OS 3. 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