SlideShare a Scribd company logo
1 of 16
Practical
Examples for
Different types of
Operating system
Operating system
 An operating system (OS) is a collection of
programs that facilitates execution of user
programs and use of resources.
 There are 5 types of operating system.
 Batch processing operating system
 Multiprogramming operating system
 Time sharing operating system
 Real time operating system
 Distributed operating system
2
Batch Processing OS
 They do not interact with the
computer directly.
 There is an operator which takes
similar jobs having the same
requirement and group them into
batches.
 Examples:
Payroll System, Bank Statements,
Daily Report, Research Segment,
Billing System and etc.
3
Payroll system
 The payroll is usually processed once a week or once a month (depending
upon how often the business pays its employees).
 This means that batch-processing is ideal for payroll processing:
 Working hours data is collected into a batch
 The data can be processed in one go at the end of the week/month
 The same calculations will be performed on all the data
 No user input is required during the processing
 The processing can be done during quiet times when the computer
system is not being used for other things (e.g. at night)
4
Batch Invoice Process
 The batching of accounts payable
is the process of aggregating
invoices to be paid into groups,
or batches.
 Making one entry in the accounting
records for the entire batch of
invoices.
 Batching is a common technique
used to reduce journal entries.
 it helps the accounting information
system operate more efficiently.
5
 Transactions Process
In the bank sectors, use batch system for every transactions process, and
mostly implement the international money transfers system.
Billing System
Every telecom operators' organizations uses the batch system for processing
the all millions call detail records including calculate rates.
6
Multiprogramming OS
 The multi-programming is interleaved execution of multiple jobs by the
same Computer.
 when one program is waiting for I/O transfer; there is another program ready to
utilize the CPU. So, it is possible for several jobs to share the time of the CPU.
 A simple process of multi-programming is shown in figure
7
 One real life example: User can use MS-Excel, download apps, transfer data from one point to
another point, Firefox or Google chrome browser, and more at a same time.
 we listen to music and do internet browsing at the same time (they execute
parallelly).
8
Time-Sharing Operating
Systems
 Each task is given some time to execute so that all the tasks work smoothly.
 Multitasking Operating system
 The task can be from a single user or different users also.
 The time that each task gets to execute is called Quantum.
 After this time interval is over OS switches over to the next task.
 Examples :
Multics, UNIX, etc.
9
Unix
 Multi-user & Multi-tasking operating system.
 Over 30 Years Old - UNIX is over 30 years old and it's popularity and use is still
high.
 Large Number of Applications – there are an enormous amount of
applications available for UNIX operating systems. They range from commercial
applications such as CAD, Maya, WordPerfect, to many free applications.
 Free Applications and Even a Free Operating System
 Less Resource Intensive - in general, most UNIX installations tend to be
much less demanding on system resources.
 Internet Development - Much of the backbone of the Internet is run by UNIX
servers.
 Many of the more general web servers run UNIX with the Apache web server -
10
Features of UNIX
 Each user grabs dedicated time for all
operations.
 Multiple online users can use same computer
at same time.
 End users make feel that they monopolize
the computer system.
 Better interaction in between users and
computers.
 User’s request can be made in small time
respond.
 It does not need longer have to wait for last
task to end to get processor.
 It has ability to make quick processing with
lot of tasks.
11
Real time OS
 These types of OS’s serve real-time
systems.
 time interval to process and respond
to inputs is very small. This time
interval is called response time.
 Real-time systems are used when
there are time requirements that are
very strict
 Example: missile systems, air traffic
control systems, robots, etc.
12
Air Traffic control system
 Air traffic control (ATC) is a service
provided by ground-based controllers
who direct aircraft on the ground and
through controlled airspace and can
provide advisory services to aircraft in
non-controlled airspace.
 The primary purpose :
to prevent collisions, organize and
expedite the flow of traffic, and provide
information and other support for
pilots .
 ATC plays a security or defensive role
or is operated by the military.
13
Distributing Operating System
 A collection of software that manages
computer hardware resources and provides
common services for computer programs.
 Processors communicate with each other
through various communication lines are
known as loosely coupled systems or
distributed systems.
 In a DOS the following occurs:
 All software and hardware compounds are
located remotely.
 Resource sharing: Resources are managed
by servers and clients use these resources.
14
World Wide
Web
 Distributed client-server
service.
 A client can access the services
from a server using a browser.
 These services are usually
distributed over many locations
called sites and websites.
 They are linked together using
hypertext.
 Hypertext is a word or words
that contain a link to a
website.
15
Thank you
16

More Related Content

What's hot

Shell and its types in LINUX
Shell and its types in LINUXShell and its types in LINUX
Shell and its types in LINUXSHUBHA CHATURVEDI
 
Types of operating system
Types of operating systemTypes of operating system
Types of operating systemAshikur Rahman
 
Introduction to Gnu/Linux
Introduction to Gnu/LinuxIntroduction to Gnu/Linux
Introduction to Gnu/LinuxRanjith Siji
 
Programming Fundamentals lecture 2
Programming Fundamentals lecture 2Programming Fundamentals lecture 2
Programming Fundamentals lecture 2REHAN IJAZ
 
Operating system overview concepts ppt
Operating system overview concepts pptOperating system overview concepts ppt
Operating system overview concepts pptRajendraPrasad Alladi
 
Computer system organization
Computer system organizationComputer system organization
Computer system organizationSyed Zaid Irshad
 
Linux.ppt
Linux.ppt Linux.ppt
Linux.ppt onu9
 
Introduction to Operating Systems
Introduction to Operating SystemsIntroduction to Operating Systems
Introduction to Operating SystemsMukesh Chinta
 
Operating system presentation
Operating system presentationOperating system presentation
Operating system presentationSonu Vishwakarma
 
Lesson 1 - Introduction to Computer System
Lesson 1 - Introduction to Computer SystemLesson 1 - Introduction to Computer System
Lesson 1 - Introduction to Computer SystemAndy Adovas
 
Basic programming concepts
Basic programming conceptsBasic programming concepts
Basic programming conceptssalmankhan570
 
Introduction to Network and System Administration
Introduction to Network and System AdministrationIntroduction to Network and System Administration
Introduction to Network and System AdministrationDuressa Teshome
 
Windows V/S Linux OS - Comparison
Windows V/S Linux OS - ComparisonWindows V/S Linux OS - Comparison
Windows V/S Linux OS - ComparisonHariharan Ganesan
 
Introduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed ComputingIntroduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed ComputingSayed Chhattan Shah
 
Operating systems (For CBSE School Students)
Operating systems (For CBSE School Students)Operating systems (For CBSE School Students)
Operating systems (For CBSE School Students)Gaurav Aggarwal
 
Programming languages and concepts by vivek parihar
Programming languages and concepts by vivek pariharProgramming languages and concepts by vivek parihar
Programming languages and concepts by vivek pariharVivek Parihar
 

What's hot (20)

Shell and its types in LINUX
Shell and its types in LINUXShell and its types in LINUX
Shell and its types in LINUX
 
Types of operating system
Types of operating systemTypes of operating system
Types of operating system
 
Introduction to Gnu/Linux
Introduction to Gnu/LinuxIntroduction to Gnu/Linux
Introduction to Gnu/Linux
 
Programming Fundamentals lecture 2
Programming Fundamentals lecture 2Programming Fundamentals lecture 2
Programming Fundamentals lecture 2
 
Introduction to software
Introduction to softwareIntroduction to software
Introduction to software
 
Operating system overview concepts ppt
Operating system overview concepts pptOperating system overview concepts ppt
Operating system overview concepts ppt
 
Computer system organization
Computer system organizationComputer system organization
Computer system organization
 
Linux.ppt
Linux.ppt Linux.ppt
Linux.ppt
 
OPERATING SYSTEM
OPERATING SYSTEMOPERATING SYSTEM
OPERATING SYSTEM
 
Programming Fundamentals
Programming FundamentalsProgramming Fundamentals
Programming Fundamentals
 
Introduction to Operating Systems
Introduction to Operating SystemsIntroduction to Operating Systems
Introduction to Operating Systems
 
Operating system presentation
Operating system presentationOperating system presentation
Operating system presentation
 
Lesson 1 - Introduction to Computer System
Lesson 1 - Introduction to Computer SystemLesson 1 - Introduction to Computer System
Lesson 1 - Introduction to Computer System
 
Basic programming concepts
Basic programming conceptsBasic programming concepts
Basic programming concepts
 
Introduction to Network and System Administration
Introduction to Network and System AdministrationIntroduction to Network and System Administration
Introduction to Network and System Administration
 
System programming
System programmingSystem programming
System programming
 
Windows V/S Linux OS - Comparison
Windows V/S Linux OS - ComparisonWindows V/S Linux OS - Comparison
Windows V/S Linux OS - Comparison
 
Introduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed ComputingIntroduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed Computing
 
Operating systems (For CBSE School Students)
Operating systems (For CBSE School Students)Operating systems (For CBSE School Students)
Operating systems (For CBSE School Students)
 
Programming languages and concepts by vivek parihar
Programming languages and concepts by vivek pariharProgramming languages and concepts by vivek parihar
Programming languages and concepts by vivek parihar
 

Similar to Practical examples for different types of operating systems.

Operating system notes
Operating system notesOperating system notes
Operating system notesSANTOSH RATH
 
Operating system
Operating systemOperating system
Operating systemNeha Saxena
 
MYSQL DATABASE Operating System Part2 (1).pptx
MYSQL DATABASE Operating System Part2 (1).pptxMYSQL DATABASE Operating System Part2 (1).pptx
MYSQL DATABASE Operating System Part2 (1).pptxArjayBalberan1
 
Operating system Concepts
Operating system Concepts Operating system Concepts
Operating system Concepts RANVIJAY GAUR
 
Operating System Simple Introduction
Operating System Simple IntroductionOperating System Simple Introduction
Operating System Simple IntroductionDiwash Sapkota
 
Operating system
Operating systemOperating system
Operating systemAmogh Rana
 
Unit 1_Operating system
Unit 1_Operating system Unit 1_Operating system
Unit 1_Operating system JayeshGadhave1
 
Advanced computer architecture lesson 1 and 2
Advanced computer architecture lesson 1 and 2Advanced computer architecture lesson 1 and 2
Advanced computer architecture lesson 1 and 2Ismail Mukiibi
 
Fundamental Operating System Concepts.pptx
Fundamental Operating System Concepts.pptxFundamental Operating System Concepts.pptx
Fundamental Operating System Concepts.pptxUttara University
 
2. Unit 1_Types of Opertaing Systems.pptx
2. Unit 1_Types of Opertaing Systems.pptx2. Unit 1_Types of Opertaing Systems.pptx
2. Unit 1_Types of Opertaing Systems.pptxAishwarya .
 
Operating System Lecture Notes
Operating System Lecture NotesOperating System Lecture Notes
Operating System Lecture NotesFellowBuddy.com
 
Ch 9 types of computer operations
Ch 9 types of computer operationsCh 9 types of computer operations
Ch 9 types of computer operationsKhan Yousafzai
 
Operating system || Chapter 1: Introduction
Operating system || Chapter 1: IntroductionOperating system || Chapter 1: Introduction
Operating system || Chapter 1: IntroductionAnkonGopalBanik
 
Operating system
Operating systemOperating system
Operating systemmarar hina
 
Chapter 1 Introduction to Operating System Concepts
Chapter 1 Introduction to Operating System ConceptsChapter 1 Introduction to Operating System Concepts
Chapter 1 Introduction to Operating System ConceptsMeenalJabde
 
OS.pptx
OS.pptxOS.pptx
OS.pptxNG911
 

Similar to Practical examples for different types of operating systems. (20)

Operating system notes
Operating system notesOperating system notes
Operating system notes
 
Os notes
Os notesOs notes
Os notes
 
Operating system
Operating systemOperating system
Operating system
 
MYSQL DATABASE Operating System Part2 (1).pptx
MYSQL DATABASE Operating System Part2 (1).pptxMYSQL DATABASE Operating System Part2 (1).pptx
MYSQL DATABASE Operating System Part2 (1).pptx
 
Operating system Concepts
Operating system Concepts Operating system Concepts
Operating system Concepts
 
Operating System Simple Introduction
Operating System Simple IntroductionOperating System Simple Introduction
Operating System Simple Introduction
 
Operating system
Operating systemOperating system
Operating system
 
Unit 1_Operating system
Unit 1_Operating system Unit 1_Operating system
Unit 1_Operating system
 
Operating system
Operating systemOperating system
Operating system
 
Advanced computer architecture lesson 1 and 2
Advanced computer architecture lesson 1 and 2Advanced computer architecture lesson 1 and 2
Advanced computer architecture lesson 1 and 2
 
Fundamental Operating System Concepts.pptx
Fundamental Operating System Concepts.pptxFundamental Operating System Concepts.pptx
Fundamental Operating System Concepts.pptx
 
2. Unit 1_Types of Opertaing Systems.pptx
2. Unit 1_Types of Opertaing Systems.pptx2. Unit 1_Types of Opertaing Systems.pptx
2. Unit 1_Types of Opertaing Systems.pptx
 
Introduction to OS 1.ppt
Introduction to OS 1.pptIntroduction to OS 1.ppt
Introduction to OS 1.ppt
 
Operating System Lecture Notes
Operating System Lecture NotesOperating System Lecture Notes
Operating System Lecture Notes
 
Ch 9 types of computer operations
Ch 9 types of computer operationsCh 9 types of computer operations
Ch 9 types of computer operations
 
Operating system || Chapter 1: Introduction
Operating system || Chapter 1: IntroductionOperating system || Chapter 1: Introduction
Operating system || Chapter 1: Introduction
 
Understanding Basics of OS
Understanding Basics of OSUnderstanding Basics of OS
Understanding Basics of OS
 
Operating system
Operating systemOperating system
Operating system
 
Chapter 1 Introduction to Operating System Concepts
Chapter 1 Introduction to Operating System ConceptsChapter 1 Introduction to Operating System Concepts
Chapter 1 Introduction to Operating System Concepts
 
OS.pptx
OS.pptxOS.pptx
OS.pptx
 

Recently uploaded

Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 

Recently uploaded (20)

Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 

Practical examples for different types of operating systems.

  • 2. Operating system  An operating system (OS) is a collection of programs that facilitates execution of user programs and use of resources.  There are 5 types of operating system.  Batch processing operating system  Multiprogramming operating system  Time sharing operating system  Real time operating system  Distributed operating system 2
  • 3. Batch Processing OS  They do not interact with the computer directly.  There is an operator which takes similar jobs having the same requirement and group them into batches.  Examples: Payroll System, Bank Statements, Daily Report, Research Segment, Billing System and etc. 3
  • 4. Payroll system  The payroll is usually processed once a week or once a month (depending upon how often the business pays its employees).  This means that batch-processing is ideal for payroll processing:  Working hours data is collected into a batch  The data can be processed in one go at the end of the week/month  The same calculations will be performed on all the data  No user input is required during the processing  The processing can be done during quiet times when the computer system is not being used for other things (e.g. at night) 4
  • 5. Batch Invoice Process  The batching of accounts payable is the process of aggregating invoices to be paid into groups, or batches.  Making one entry in the accounting records for the entire batch of invoices.  Batching is a common technique used to reduce journal entries.  it helps the accounting information system operate more efficiently. 5
  • 6.  Transactions Process In the bank sectors, use batch system for every transactions process, and mostly implement the international money transfers system. Billing System Every telecom operators' organizations uses the batch system for processing the all millions call detail records including calculate rates. 6
  • 7. Multiprogramming OS  The multi-programming is interleaved execution of multiple jobs by the same Computer.  when one program is waiting for I/O transfer; there is another program ready to utilize the CPU. So, it is possible for several jobs to share the time of the CPU.  A simple process of multi-programming is shown in figure 7
  • 8.  One real life example: User can use MS-Excel, download apps, transfer data from one point to another point, Firefox or Google chrome browser, and more at a same time.  we listen to music and do internet browsing at the same time (they execute parallelly). 8
  • 9. Time-Sharing Operating Systems  Each task is given some time to execute so that all the tasks work smoothly.  Multitasking Operating system  The task can be from a single user or different users also.  The time that each task gets to execute is called Quantum.  After this time interval is over OS switches over to the next task.  Examples : Multics, UNIX, etc. 9
  • 10. Unix  Multi-user & Multi-tasking operating system.  Over 30 Years Old - UNIX is over 30 years old and it's popularity and use is still high.  Large Number of Applications – there are an enormous amount of applications available for UNIX operating systems. They range from commercial applications such as CAD, Maya, WordPerfect, to many free applications.  Free Applications and Even a Free Operating System  Less Resource Intensive - in general, most UNIX installations tend to be much less demanding on system resources.  Internet Development - Much of the backbone of the Internet is run by UNIX servers.  Many of the more general web servers run UNIX with the Apache web server - 10
  • 11. Features of UNIX  Each user grabs dedicated time for all operations.  Multiple online users can use same computer at same time.  End users make feel that they monopolize the computer system.  Better interaction in between users and computers.  User’s request can be made in small time respond.  It does not need longer have to wait for last task to end to get processor.  It has ability to make quick processing with lot of tasks. 11
  • 12. Real time OS  These types of OS’s serve real-time systems.  time interval to process and respond to inputs is very small. This time interval is called response time.  Real-time systems are used when there are time requirements that are very strict  Example: missile systems, air traffic control systems, robots, etc. 12
  • 13. Air Traffic control system  Air traffic control (ATC) is a service provided by ground-based controllers who direct aircraft on the ground and through controlled airspace and can provide advisory services to aircraft in non-controlled airspace.  The primary purpose : to prevent collisions, organize and expedite the flow of traffic, and provide information and other support for pilots .  ATC plays a security or defensive role or is operated by the military. 13
  • 14. Distributing Operating System  A collection of software that manages computer hardware resources and provides common services for computer programs.  Processors communicate with each other through various communication lines are known as loosely coupled systems or distributed systems.  In a DOS the following occurs:  All software and hardware compounds are located remotely.  Resource sharing: Resources are managed by servers and clients use these resources. 14
  • 15. World Wide Web  Distributed client-server service.  A client can access the services from a server using a browser.  These services are usually distributed over many locations called sites and websites.  They are linked together using hypertext.  Hypertext is a word or words that contain a link to a website. 15