SlideShare ist ein Scribd-Unternehmen logo
1 von 26
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Chapter 2
Operating Systems
By
Liang
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Operating System
• The most important or core program that runs
on every computer. It is use to manages all
other programs on the machine.
• No matter how. Each and every computer
need to have one to run all the applications
and programs.
2
Liang LINCOLN UNIVERSITY COLLGE
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Functions of Operating systems
Liang LINCOLN UNIVERSITY COLLGE
3
Operating
System
Device configuration
Controls peripheral devices connected to the computer
File management
Transfers files between main memory and secondary
storage, manages file folders, allocates the secondary
storage space, and provides file protection and
recovery
Memory management
Allocates the use of random access memory (RAM) to
requesting processes
Interface platform(GUI)
Allows the computer to run other applications
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Functions of computer(con’t)
• Security
– Preventing unauthorized access to programs and data.
• Control over system performance
– Recording delays between request for a service and
response from the system.
• Job accounting
– Keeping track of time and resources used by various jobs
and users.
Liang LINCOLN UNIVERSITY COLLGE
4
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Functions of computer(con’t)
• Error detecting aids
– Production of dumps, traces, error messages and other
debugging and error detecting aids.
• Coordination between other softwares and users
– Coordination and assignment of compilers, interpreters,
assemblers and other software to the various users of the
computer systems.
5
Liang LINCOLN UNIVERSITY COLLGE
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Functions of computer(con’t)
• Booting
– Process of starting or restarting a computer is
called booting
6
Cold boot
• Turning on a computer that
has been powered off
completely
Warm boot
• Using the operating system to
restart a computer
Liang LINCOLN UNIVERSITY COLLGE
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College 7
Liang LINCOLN UNIVERSITY COLLGE
Types of operating systems
• Single-user, single-task
– This type of operating system manages the
computer so that one user can effectively do one
thing at a time.
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Types of operating systems(cont’)
• Single-user, Multi-tasking
– This is the type of operating system most people
use on their desktop and laptop computer
nowadays.
8
Liang LINCOLN UNIVERSITY COLLGE
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Types of operating systems(cont’)
• Multi-user, multi-task
– A multi-user operating system allows many
different users to take advantages on the
computer resources simultaneously.
9
Liang LINCOLN UNIVERSITY COLLGE
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Types of operating systems(cont’)
• Real Time Operating System(RTOS)
– RTOS are used to control machinery, scientific instruments,
and industrial systems.
– Normally, there are typically very little user interface
capability
– Resources are managed so that
a particular operation executes
precisely the same every time.
10
Liang LINCOLN UNIVERSITY COLLGE
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Types of operating systems(cont’)
Liang LINCOLN UNIVERSITY COLLGE
11
• Embedded operating system
– Found on most mobile computers, PDAs and other
small devices
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Utility Programs
• System software that performs maintenance-
type tasks
Liang LINCOLN UNIVERSITY COLLGE
12
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Utility Programs(cont’)
• A search utility is a program that attempts to
locate a file on your computer based on
criteria you specify
13
Liang LINCOLN UNIVERSITY COLLGE
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Utility Programs(cont’)
14
• An image viewer allows
users to display, copy,
and print the contents of
a graphics file
• An uninstaller removes a
program, as well as any
associated entries in the
system files Liang LINCOLN UNIVERSITY COLLGE
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Utility Programs(cont’)
• A disk cleanup utility searches for and removes
unnecessary files
– Downloaded program
files
– Temporary Internet
files
– Deleted files
– Unused program
files
15
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Utility Programs(cont’)
• A disk defragmenter reorganizes the files and
unused space on a computer’s hard disk so
that the operating system accesses data more
quickly and programs run faster
– Defragmenting
16
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Utility Programs(cont’)
17
• A backup utility allows
users to copy files to
another storage medium
• A restore utility reverses
the process and returns
backed up files to their
original form
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Utility Programs(cont’)
18
• A screen saver causes a
display device’s screen
to show a moving image
or blank screen if no
activity occurs for a
specified time
• A personal firewall
detects and protects a
personal computer from
unauthorized intrusions
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Utility Programs(cont’)
• A file compression utility shrinks the size of a file(s)
– Compressing files frees up room on the storage media
– Two types of compression
• Lossy
– only part of the file can be recovered when the file is
uncompressed. Used to compressed audio, video and images.
• Lossless
– all original data can be recovered when the file is
uncompressed. Used to compressed text and data files in
bank.
• Compressed files sometimes are called zipped files
– Can be uncompressed
19
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Utility Programs(cont’)
• A media player allows you to view images and
animation, listen to audio, and watch video
files on your computer
20
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Utility Programs(cont’)
• Disc burning software writes text, graphics,
audio, and video files on a recordable or
rewritable optical disc
21
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Utility Programs(cont’)
• A personal computer maintenance utility
identifies and fixes operating system
problems, detects and repairs disk problems,
and includes the capability of improving a
computer’s performance
22
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Windows’s Component
Components Explanation
Desktop The primary screen of a graphical user interface which has
various icons represent files, groups of files, programs which can
be moved, accessed, added to, put away, or thrown away.
Start-Menu Serves as the central launching point for applications. It provides
a customizable, nested list of programs for the user to launch, as
well as a list of most recently opened documents, a way to find
files and get help, and access to the system settings. By default,
the Start Button is visible at all times in the lower left-hand
corner of the screen.
Control Panel Allows users to view and change basic system settings and
controls, such as adding hardware, adding and removing
software, controlling user accounts and changing accessibility
options
23
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Windows’s Component(cont’)
Component Explation
Recycle Bins Use to keeps the files that are remove by the user
for the first time in case the user wants to restore
them, but can be "emptied" from time to time to
save disk space.
Printer and mouse settings For user to change the properties of printer and
mouse
Maximizing and minimizing Use to control the size of the screen
Restoring of windows Restore the window back when problem occur.
Window Explorer Provides an interface for accessing the file system
launching applications, and performing common
tasks such as viewing and printing pictures
24
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
Windows’s Component(cont’)
Components Explanation
Accessories It is the commonly recognized name of a special folder in
Microsoft Windows, allocated to help users store their personal
data files.
My Computer Allow user to access different drive.
My Documents It is commonly recognized name of a special folder in
Microsoft Windows, allocated to help users store their personal
data files.
25
Subject Name Code Credit Hours
Copyright @ 2016 Lincoln University College
The End
Questions?
26

Weitere ähnliche Inhalte

Was ist angesagt?

Introduction To operating System:
Introduction To operating System:Introduction To operating System:
Introduction To operating System:Munazza-Mah-Jabeen
 
Computer Operating system
Computer Operating systemComputer Operating system
Computer Operating systemYogeshSorot
 
Ge6151 computer programming notes
Ge6151 computer programming notesGe6151 computer programming notes
Ge6151 computer programming notesshanmura
 
Computer memory, Types of programming languages
Computer memory, Types of programming languagesComputer memory, Types of programming languages
Computer memory, Types of programming languagesInfinity Tech Solutions
 
BCS 100: Introduction to Computer Science Lesson 1
BCS 100: Introduction to Computer Science Lesson 1BCS 100: Introduction to Computer Science Lesson 1
BCS 100: Introduction to Computer Science Lesson 1Ndubi Amos
 
PST SC015 Chapter 1 Intro. to IT 2017/2018
PST SC015 Chapter 1 Intro. to IT 2017/2018PST SC015 Chapter 1 Intro. to IT 2017/2018
PST SC015 Chapter 1 Intro. to IT 2017/2018Fizaril Amzari Omar
 
Operating Systems
Operating SystemsOperating Systems
Operating Systemscostavo
 
Introduction to Java and computers
Introduction to Java and computersIntroduction to Java and computers
Introduction to Java and computersPankaj Kumar
 
Computer system and it class 1
Computer system and it class 1Computer system and it class 1
Computer system and it class 1Sajib Mahmood
 
Software artitchteure
Software artitchteureSoftware artitchteure
Software artitchteuressusere50573
 
Report-computer hardware,system, and software
Report-computer hardware,system, and softwareReport-computer hardware,system, and software
Report-computer hardware,system, and softwareKarl John Piocos
 

Was ist angesagt? (19)

Uc14 chap13
Uc14 chap13Uc14 chap13
Uc14 chap13
 
Introduction To operating System:
Introduction To operating System:Introduction To operating System:
Introduction To operating System:
 
Unit1
Unit1Unit1
Unit1
 
Office 2010 session 1
Office 2010 session 1Office 2010 session 1
Office 2010 session 1
 
Computer and Information Technology
Computer and Information TechnologyComputer and Information Technology
Computer and Information Technology
 
Computer Operating system
Computer Operating systemComputer Operating system
Computer Operating system
 
Ge6151 computer programming notes
Ge6151 computer programming notesGe6151 computer programming notes
Ge6151 computer programming notes
 
Computer organization
Computer organizationComputer organization
Computer organization
 
Types of computer
Types of computerTypes of computer
Types of computer
 
Computer memory, Types of programming languages
Computer memory, Types of programming languagesComputer memory, Types of programming languages
Computer memory, Types of programming languages
 
Lecture 1 introduction to computing
Lecture 1 introduction to computingLecture 1 introduction to computing
Lecture 1 introduction to computing
 
BCS 100: Introduction to Computer Science Lesson 1
BCS 100: Introduction to Computer Science Lesson 1BCS 100: Introduction to Computer Science Lesson 1
BCS 100: Introduction to Computer Science Lesson 1
 
PST SC015 Chapter 1 Intro. to IT 2017/2018
PST SC015 Chapter 1 Intro. to IT 2017/2018PST SC015 Chapter 1 Intro. to IT 2017/2018
PST SC015 Chapter 1 Intro. to IT 2017/2018
 
9781111306366 ppt ch9
9781111306366 ppt ch99781111306366 ppt ch9
9781111306366 ppt ch9
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
 
Introduction to Java and computers
Introduction to Java and computersIntroduction to Java and computers
Introduction to Java and computers
 
Computer system and it class 1
Computer system and it class 1Computer system and it class 1
Computer system and it class 1
 
Software artitchteure
Software artitchteureSoftware artitchteure
Software artitchteure
 
Report-computer hardware,system, and software
Report-computer hardware,system, and softwareReport-computer hardware,system, and software
Report-computer hardware,system, and software
 

Andere mochten auch

THESIS_Tampere All Bright Ambassador network_Mari Taverne
THESIS_Tampere All Bright Ambassador network_Mari TaverneTHESIS_Tampere All Bright Ambassador network_Mari Taverne
THESIS_Tampere All Bright Ambassador network_Mari TaverneMari Taverne
 
Мята перечная
Мята перечнаяМята перечная
Мята перечнаяDulmabald
 
Comp107 unit 1,2,3 (1)
Comp107 unit 1,2,3 (1)Comp107 unit 1,2,3 (1)
Comp107 unit 1,2,3 (1)Mijanur Rahman
 
Comp unit 9 e commerce
Comp unit 9 e commerceComp unit 9 e commerce
Comp unit 9 e commerceMijanur Rahman
 
Comp 107 unit 7 and 8 (networking, internet and intranet)
Comp 107 unit 7 and 8 (networking, internet and intranet)Comp 107 unit 7 and 8 (networking, internet and intranet)
Comp 107 unit 7 and 8 (networking, internet and intranet)Mijanur Rahman
 
Natural Methods For Stress Management
Natural Methods For Stress ManagementNatural Methods For Stress Management
Natural Methods For Stress ManagementBrian Kramer
 
Gender based violence
Gender based violenceGender based violence
Gender based violenceJoshua Piers
 
Intr. ala mec del medio cont
Intr. ala mec del medio contIntr. ala mec del medio cont
Intr. ala mec del medio contKaarla Izabeel
 
P-COSEL_Home of the American Brave in England
P-COSEL_Home of the American Brave in EnglandP-COSEL_Home of the American Brave in England
P-COSEL_Home of the American Brave in EnglandPamela Cosel
 
경마중계하는곳▨ PLAY70,NET ▩경마배팅사이트온라인 경마사이트hf7
경마중계하는곳▨ PLAY70,NET ▩경마배팅사이트온라인 경마사이트hf7 경마중계하는곳▨ PLAY70,NET ▩경마배팅사이트온라인 경마사이트hf7
경마중계하는곳▨ PLAY70,NET ▩경마배팅사이트온라인 경마사이트hf7 qkrtkdgo121
 
Pravin bhaise 15020448099 crm 1
Pravin bhaise 15020448099 crm 1Pravin bhaise 15020448099 crm 1
Pravin bhaise 15020448099 crm 1Pravin Bhaise
 
Robo fisher หุ่นยนต์นักตกปลา
Robo fisher หุ่นยนต์นักตกปลาRobo fisher หุ่นยนต์นักตกปลา
Robo fisher หุ่นยนต์นักตกปลาKitti Santiparaphop
 
Squire Technologies: Media Gateway Controller Function
Squire Technologies: Media Gateway Controller FunctionSquire Technologies: Media Gateway Controller Function
Squire Technologies: Media Gateway Controller FunctionSquire Technologies
 
İnteraktif Süreçler - Interactive Forms by Adobe
İnteraktif Süreçler - Interactive Forms by Adobeİnteraktif Süreçler - Interactive Forms by Adobe
İnteraktif Süreçler - Interactive Forms by AdobeArtius Consulting
 
Presentation du RespirH@cktion
Presentation du RespirH@cktion  Presentation du RespirH@cktion
Presentation du RespirH@cktion iPocrate
 

Andere mochten auch (19)

THESIS_Tampere All Bright Ambassador network_Mari Taverne
THESIS_Tampere All Bright Ambassador network_Mari TaverneTHESIS_Tampere All Bright Ambassador network_Mari Taverne
THESIS_Tampere All Bright Ambassador network_Mari Taverne
 
Comunicacion social
Comunicacion socialComunicacion social
Comunicacion social
 
Мята перечная
Мята перечнаяМята перечная
Мята перечная
 
Comp107 unit 1,2,3 (1)
Comp107 unit 1,2,3 (1)Comp107 unit 1,2,3 (1)
Comp107 unit 1,2,3 (1)
 
Comp107 unit 5,6
Comp107 unit 5,6Comp107 unit 5,6
Comp107 unit 5,6
 
Comp107 unit 1,2,3
Comp107 unit 1,2,3Comp107 unit 1,2,3
Comp107 unit 1,2,3
 
Comp unit 9 e commerce
Comp unit 9 e commerceComp unit 9 e commerce
Comp unit 9 e commerce
 
Comp 107 unit 7 and 8 (networking, internet and intranet)
Comp 107 unit 7 and 8 (networking, internet and intranet)Comp 107 unit 7 and 8 (networking, internet and intranet)
Comp 107 unit 7 and 8 (networking, internet and intranet)
 
Natural Methods For Stress Management
Natural Methods For Stress ManagementNatural Methods For Stress Management
Natural Methods For Stress Management
 
Gender based violence
Gender based violenceGender based violence
Gender based violence
 
Intr. ala mec del medio cont
Intr. ala mec del medio contIntr. ala mec del medio cont
Intr. ala mec del medio cont
 
P-COSEL_Home of the American Brave in England
P-COSEL_Home of the American Brave in EnglandP-COSEL_Home of the American Brave in England
P-COSEL_Home of the American Brave in England
 
경마중계하는곳▨ PLAY70,NET ▩경마배팅사이트온라인 경마사이트hf7
경마중계하는곳▨ PLAY70,NET ▩경마배팅사이트온라인 경마사이트hf7 경마중계하는곳▨ PLAY70,NET ▩경마배팅사이트온라인 경마사이트hf7
경마중계하는곳▨ PLAY70,NET ▩경마배팅사이트온라인 경마사이트hf7
 
Pravin bhaise 15020448099 crm 1
Pravin bhaise 15020448099 crm 1Pravin bhaise 15020448099 crm 1
Pravin bhaise 15020448099 crm 1
 
Robo fisher หุ่นยนต์นักตกปลา
Robo fisher หุ่นยนต์นักตกปลาRobo fisher หุ่นยนต์นักตกปลา
Robo fisher หุ่นยนต์นักตกปลา
 
Squire Technologies: Media Gateway Controller Function
Squire Technologies: Media Gateway Controller FunctionSquire Technologies: Media Gateway Controller Function
Squire Technologies: Media Gateway Controller Function
 
İnteraktif Süreçler - Interactive Forms by Adobe
İnteraktif Süreçler - Interactive Forms by Adobeİnteraktif Süreçler - Interactive Forms by Adobe
İnteraktif Süreçler - Interactive Forms by Adobe
 
Gender Based Violence in Bangladesh by Aadil Shaakir
Gender Based Violence in Bangladesh by Aadil ShaakirGender Based Violence in Bangladesh by Aadil Shaakir
Gender Based Violence in Bangladesh by Aadil Shaakir
 
Presentation du RespirH@cktion
Presentation du RespirH@cktion  Presentation du RespirH@cktion
Presentation du RespirH@cktion
 

Ähnlich wie Comp 107 unit 4(operating systems)

Theoritical concept of operating system
Theoritical concept of operating systemTheoritical concept of operating system
Theoritical concept of operating systemchandkec
 
OSmodule1_ppt.pptx
OSmodule1_ppt.pptxOSmodule1_ppt.pptx
OSmodule1_ppt.pptxRADHIKAB20
 
Chp 03 pti - (shared) up
Chp 03   pti - (shared) upChp 03   pti - (shared) up
Chp 03 pti - (shared) upYUSRA FERNANDO
 
Chp 03 - Software PTI - (Shared).pdf
Chp 03 - Software PTI - (Shared).pdfChp 03 - Software PTI - (Shared).pdf
Chp 03 - Software PTI - (Shared).pdfYUSRA FERNANDO
 
DOS Operating System
DOS Operating SystemDOS Operating System
DOS Operating SystemAnjan Mahanta
 
PST SC015 Chapter 2 Computer System (IV) 2017/2018
PST SC015 Chapter 2 Computer System (IV) 2017/2018PST SC015 Chapter 2 Computer System (IV) 2017/2018
PST SC015 Chapter 2 Computer System (IV) 2017/2018Fizaril Amzari Omar
 
PDT DC015 Chapter 2 Computer System 2017/2018 (m)
PDT DC015 Chapter 2 Computer System 2017/2018 (m)PDT DC015 Chapter 2 Computer System 2017/2018 (m)
PDT DC015 Chapter 2 Computer System 2017/2018 (m)Fizaril Amzari Omar
 
Reformat PPT.pptx
Reformat PPT.pptxReformat PPT.pptx
Reformat PPT.pptxLINDYLGERAL
 
Operating System Unit 1
Operating System Unit 1Operating System Unit 1
Operating System Unit 1SanthiNivas
 
What is Operating System, Utility program,virus and anti_virus
What is Operating System, Utility program,virus and anti_virusWhat is Operating System, Utility program,virus and anti_virus
What is Operating System, Utility program,virus and anti_virusmudasserakram
 
JULY-DEC_2023_BSCBT_3_SEM_V9_BSCBT301_BSCBT301_Fundamentals_of_IT_Unit_2__Ppt...
JULY-DEC_2023_BSCBT_3_SEM_V9_BSCBT301_BSCBT301_Fundamentals_of_IT_Unit_2__Ppt...JULY-DEC_2023_BSCBT_3_SEM_V9_BSCBT301_BSCBT301_Fundamentals_of_IT_Unit_2__Ppt...
JULY-DEC_2023_BSCBT_3_SEM_V9_BSCBT301_BSCBT301_Fundamentals_of_IT_Unit_2__Ppt...naikayushkumar32
 
BAIT1003 Chapter 6
BAIT1003 Chapter 6BAIT1003 Chapter 6
BAIT1003 Chapter 6limsh
 
System software and its types
System software and its typesSystem software and its types
System software and its typessamina khan
 
Information Computer Technology Handouts (Part I)
Information Computer Technology Handouts (Part I)Information Computer Technology Handouts (Part I)
Information Computer Technology Handouts (Part I)ella dimaiwat
 
Introduction to Operating Systems - Mary Margarat
Introduction to Operating Systems - Mary MargaratIntroduction to Operating Systems - Mary Margarat
Introduction to Operating Systems - Mary MargaratMary Margarat
 
Operating System.ppt
Operating System.pptOperating System.ppt
Operating System.pptVpmv
 

Ähnlich wie Comp 107 unit 4(operating systems) (20)

Theoritical concept of operating system
Theoritical concept of operating systemTheoritical concept of operating system
Theoritical concept of operating system
 
Unit 2.pptx
Unit 2.pptxUnit 2.pptx
Unit 2.pptx
 
Unit 2.pptx
Unit 2.pptxUnit 2.pptx
Unit 2.pptx
 
OSmodule1_ppt.pptx
OSmodule1_ppt.pptxOSmodule1_ppt.pptx
OSmodule1_ppt.pptx
 
Chp 03 pti - (shared) up
Chp 03   pti - (shared) upChp 03   pti - (shared) up
Chp 03 pti - (shared) up
 
Chp 03 - Software PTI - (Shared).pdf
Chp 03 - Software PTI - (Shared).pdfChp 03 - Software PTI - (Shared).pdf
Chp 03 - Software PTI - (Shared).pdf
 
DOS Operating System
DOS Operating SystemDOS Operating System
DOS Operating System
 
PST SC015 Chapter 2 Computer System (IV) 2017/2018
PST SC015 Chapter 2 Computer System (IV) 2017/2018PST SC015 Chapter 2 Computer System (IV) 2017/2018
PST SC015 Chapter 2 Computer System (IV) 2017/2018
 
PDT DC015 Chapter 2 Computer System 2017/2018 (m)
PDT DC015 Chapter 2 Computer System 2017/2018 (m)PDT DC015 Chapter 2 Computer System 2017/2018 (m)
PDT DC015 Chapter 2 Computer System 2017/2018 (m)
 
Reformat PPT.pptx
Reformat PPT.pptxReformat PPT.pptx
Reformat PPT.pptx
 
Operating System Unit 1
Operating System Unit 1Operating System Unit 1
Operating System Unit 1
 
What is Operating System, Utility program,virus and anti_virus
What is Operating System, Utility program,virus and anti_virusWhat is Operating System, Utility program,virus and anti_virus
What is Operating System, Utility program,virus and anti_virus
 
JULY-DEC_2023_BSCBT_3_SEM_V9_BSCBT301_BSCBT301_Fundamentals_of_IT_Unit_2__Ppt...
JULY-DEC_2023_BSCBT_3_SEM_V9_BSCBT301_BSCBT301_Fundamentals_of_IT_Unit_2__Ppt...JULY-DEC_2023_BSCBT_3_SEM_V9_BSCBT301_BSCBT301_Fundamentals_of_IT_Unit_2__Ppt...
JULY-DEC_2023_BSCBT_3_SEM_V9_BSCBT301_BSCBT301_Fundamentals_of_IT_Unit_2__Ppt...
 
BAIT1003 Chapter 6
BAIT1003 Chapter 6BAIT1003 Chapter 6
BAIT1003 Chapter 6
 
System software and its types
System software and its typesSystem software and its types
System software and its types
 
Operating system
Operating systemOperating system
Operating system
 
Information Computer Technology Handouts (Part I)
Information Computer Technology Handouts (Part I)Information Computer Technology Handouts (Part I)
Information Computer Technology Handouts (Part I)
 
unit1 part1.ppt
unit1 part1.pptunit1 part1.ppt
unit1 part1.ppt
 
Introduction to Operating Systems - Mary Margarat
Introduction to Operating Systems - Mary MargaratIntroduction to Operating Systems - Mary Margarat
Introduction to Operating Systems - Mary Margarat
 
Operating System.ppt
Operating System.pptOperating System.ppt
Operating System.ppt
 

Kürzlich hochgeladen

Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersDamian Radcliffe
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsThierry TROUIN ☁
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$kojalkojal131
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Servicegwenoracqe6
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsstephieert
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Roomdivyansh0kumar0
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...SofiyaSharma5
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Roomdivyansh0kumar0
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girladitipandeya
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts servicesonalikaur4
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceDelhi Call girls
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 

Kürzlich hochgeladen (20)

Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girls
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with Flows
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
 
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girls
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 

Comp 107 unit 4(operating systems)

  • 1. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Chapter 2 Operating Systems By Liang
  • 2. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Operating System • The most important or core program that runs on every computer. It is use to manages all other programs on the machine. • No matter how. Each and every computer need to have one to run all the applications and programs. 2 Liang LINCOLN UNIVERSITY COLLGE
  • 3. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Functions of Operating systems Liang LINCOLN UNIVERSITY COLLGE 3 Operating System Device configuration Controls peripheral devices connected to the computer File management Transfers files between main memory and secondary storage, manages file folders, allocates the secondary storage space, and provides file protection and recovery Memory management Allocates the use of random access memory (RAM) to requesting processes Interface platform(GUI) Allows the computer to run other applications
  • 4. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Functions of computer(con’t) • Security – Preventing unauthorized access to programs and data. • Control over system performance – Recording delays between request for a service and response from the system. • Job accounting – Keeping track of time and resources used by various jobs and users. Liang LINCOLN UNIVERSITY COLLGE 4
  • 5. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Functions of computer(con’t) • Error detecting aids – Production of dumps, traces, error messages and other debugging and error detecting aids. • Coordination between other softwares and users – Coordination and assignment of compilers, interpreters, assemblers and other software to the various users of the computer systems. 5 Liang LINCOLN UNIVERSITY COLLGE
  • 6. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Functions of computer(con’t) • Booting – Process of starting or restarting a computer is called booting 6 Cold boot • Turning on a computer that has been powered off completely Warm boot • Using the operating system to restart a computer Liang LINCOLN UNIVERSITY COLLGE
  • 7. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College 7 Liang LINCOLN UNIVERSITY COLLGE Types of operating systems • Single-user, single-task – This type of operating system manages the computer so that one user can effectively do one thing at a time.
  • 8. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Types of operating systems(cont’) • Single-user, Multi-tasking – This is the type of operating system most people use on their desktop and laptop computer nowadays. 8 Liang LINCOLN UNIVERSITY COLLGE
  • 9. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Types of operating systems(cont’) • Multi-user, multi-task – A multi-user operating system allows many different users to take advantages on the computer resources simultaneously. 9 Liang LINCOLN UNIVERSITY COLLGE
  • 10. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Types of operating systems(cont’) • Real Time Operating System(RTOS) – RTOS are used to control machinery, scientific instruments, and industrial systems. – Normally, there are typically very little user interface capability – Resources are managed so that a particular operation executes precisely the same every time. 10 Liang LINCOLN UNIVERSITY COLLGE
  • 11. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Types of operating systems(cont’) Liang LINCOLN UNIVERSITY COLLGE 11 • Embedded operating system – Found on most mobile computers, PDAs and other small devices
  • 12. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Utility Programs • System software that performs maintenance- type tasks Liang LINCOLN UNIVERSITY COLLGE 12
  • 13. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Utility Programs(cont’) • A search utility is a program that attempts to locate a file on your computer based on criteria you specify 13 Liang LINCOLN UNIVERSITY COLLGE
  • 14. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Utility Programs(cont’) 14 • An image viewer allows users to display, copy, and print the contents of a graphics file • An uninstaller removes a program, as well as any associated entries in the system files Liang LINCOLN UNIVERSITY COLLGE
  • 15. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Utility Programs(cont’) • A disk cleanup utility searches for and removes unnecessary files – Downloaded program files – Temporary Internet files – Deleted files – Unused program files 15
  • 16. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Utility Programs(cont’) • A disk defragmenter reorganizes the files and unused space on a computer’s hard disk so that the operating system accesses data more quickly and programs run faster – Defragmenting 16
  • 17. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Utility Programs(cont’) 17 • A backup utility allows users to copy files to another storage medium • A restore utility reverses the process and returns backed up files to their original form
  • 18. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Utility Programs(cont’) 18 • A screen saver causes a display device’s screen to show a moving image or blank screen if no activity occurs for a specified time • A personal firewall detects and protects a personal computer from unauthorized intrusions
  • 19. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Utility Programs(cont’) • A file compression utility shrinks the size of a file(s) – Compressing files frees up room on the storage media – Two types of compression • Lossy – only part of the file can be recovered when the file is uncompressed. Used to compressed audio, video and images. • Lossless – all original data can be recovered when the file is uncompressed. Used to compressed text and data files in bank. • Compressed files sometimes are called zipped files – Can be uncompressed 19
  • 20. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Utility Programs(cont’) • A media player allows you to view images and animation, listen to audio, and watch video files on your computer 20
  • 21. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Utility Programs(cont’) • Disc burning software writes text, graphics, audio, and video files on a recordable or rewritable optical disc 21
  • 22. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Utility Programs(cont’) • A personal computer maintenance utility identifies and fixes operating system problems, detects and repairs disk problems, and includes the capability of improving a computer’s performance 22
  • 23. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Windows’s Component Components Explanation Desktop The primary screen of a graphical user interface which has various icons represent files, groups of files, programs which can be moved, accessed, added to, put away, or thrown away. Start-Menu Serves as the central launching point for applications. It provides a customizable, nested list of programs for the user to launch, as well as a list of most recently opened documents, a way to find files and get help, and access to the system settings. By default, the Start Button is visible at all times in the lower left-hand corner of the screen. Control Panel Allows users to view and change basic system settings and controls, such as adding hardware, adding and removing software, controlling user accounts and changing accessibility options 23
  • 24. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Windows’s Component(cont’) Component Explation Recycle Bins Use to keeps the files that are remove by the user for the first time in case the user wants to restore them, but can be "emptied" from time to time to save disk space. Printer and mouse settings For user to change the properties of printer and mouse Maximizing and minimizing Use to control the size of the screen Restoring of windows Restore the window back when problem occur. Window Explorer Provides an interface for accessing the file system launching applications, and performing common tasks such as viewing and printing pictures 24
  • 25. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College Windows’s Component(cont’) Components Explanation Accessories It is the commonly recognized name of a special folder in Microsoft Windows, allocated to help users store their personal data files. My Computer Allow user to access different drive. My Documents It is commonly recognized name of a special folder in Microsoft Windows, allocated to help users store their personal data files. 25
  • 26. Subject Name Code Credit Hours Copyright @ 2016 Lincoln University College The End Questions? 26