SlideShare a Scribd company logo
1 of 70
Download to read offline
Operating Systems
and Windows
What is an Operating System?
•The most important
program that runs on your
computer. It manages all
other programs on the
machine.
•Every PC has to have one to
run other applications or
programs. It’s the first thing
“loaded”.
Operating System
•It performs basic tasks,
such as:
•Recognizing input from the
keyboard or mouse,
•Sending output to the
monitor,
Operating System
•Keeping track of
files and directories
on the disk, and
•Controlling
peripheral devices
such as disk drives
and printers.
Is There More Than One Type of OS?
•Generally, there are four types,
based on the type of computer
they control and the sort of
applications they support.
1.
1.Single-user, single
Single-user, single
task
task
This type manages the
computer so that one user
can effectively do one
thing at a time.
Types of Operating Systems
2. Multi-user, multi-task
2. Multi-user, multi-task
Allows two or more users to run
programs at the same time. Some
operating systems permit hundreds or
even thousands of concurrent users.
Types of Operating Systems
3. Real Time Operating
3. Real Time Operating Systems
Systems
RTOS are used to control machinery,
scientific instruments, and industrial
systems.
There is typically very little user-
interface capability.
Resources are managed so that a
particular operation executes
precisely the same every time.
Types of Operating Systems
4.
4. Single-user, Multi-tasking
Single-user, Multi-tasking
This is the type of operating system most
desktops and laptops use today.
Microsoft’s Windows and Apple’s MacOS are
both examples of operating systems that will
let a single user have several programs in
operation at the same time.
OS’s Manage Applications
•Operating systems provide
a software platform on top
of which other “application”
programs can run.
•The application programs
must be written to run on a
particular operating system.
•So, your choice of operating
system determines what
application software you can
run.
Operating System Functions
•Besides managing
hardware and software
resources on the system,
the OS must manage
resources and memory.
•There are two broad
tasks to be accomplished.
OS - Memory Storage and Management
1. Each process must have
enough memory in which
to execute, and
It can neither run into the
memory space of another
process,
Nor be run into by another
process.
OS - Memory Storage and Management
1. The different types of memory
in the system must be used
properly so that each process
can run most effectively.
Cache Memory
•Cache - A section of a
computer's memory
which temporarily
retains recently
accessed data in order
to speed up repeated
access to the same data.
• It provides rapid
access without having
to wait for systems to
load.
RAM Memory
•Random access
memory (RAM) is the
best known form of
computer memory.
• RAM is considered
"random access" because
you can access any memory
cell directly if you know the
row and column that
intersect at that cell.
RAM Memory
• The more RAM your computer has,
the faster programs can function.
The two main types are called
DRAM and SRAM. SRAM is faster
than DRAM, but, more expensive.
Remember, that if the power is turned off,
then all data left in RAM, that has not been
saved to the hard drive, is lost.
Virtual Memory
•Virtual Memory – a method of using
hard disk space to provide extra
memory. It simulates additional RAM.
•In Windows, the
amount of virtual
memory available,
equals the amount of
free RAM plus the
amount of disk space
allocated to the swap
file.
Virtual Memory – Swap File
A swap file is an area of your hard disk that is
set aside for virtual memory. Swap files can be
either temporary or permanent.
Okay – So Now What?
OS - Wake up call
•When you turn on the power to
a PC, the first program that runs
is a set of instructions kept in
the computer's read-only
memory (ROM).
OS - Wake up Call
•It checks the CPU, memory,
and basic input-output
systems (BIOS) for errors.
•It checks to make sure
everything is functioning
properly.
OS – Wake up Call
•Once successful, the
software will begin to
activate the computer's
disk drives.
•It then finds the first piece
of the operating system:
the bootstrap loader.
OS - Booting the PC
•The bootstrap loader is a
small program that has a
single function: It loads the
operating system into
memory and allows it to
begin operation.
OS - Booting the PC
•The bootstrap loader sets up the
small driver programs that
interface with and control the
various hardware.
•It sets up the divisions of
• memory
• user information, and
• applications.
OS - Booting the PC
•It establishes the data
structures needed to
communicate within
and between the
subsystems and
applications of the
computer.
•Then it turns control of
the computer over to
the operating system.
Windows Desktop
Your Desktop may
look like this…
Windows Desktop
…Or like this.
How Do I Tell The OS What I Want To Do?
•You must continue to give
the operating system
commands that are accepted
and executed.
•The first command was
pushing the “ON” button which
started the “boot” process.
Enter Commands
•Commands can be
entered several ways:
•Through a keyboard.
•Pointing or clicking on
an object with a mouse.
(Graphical User Interface or GUI)
•Sending a command
from another program.
Windows and Mac are GUI’s
•Microsoft Windows and Apple Macintosh
operating systems are “graphical user
interfaces” or GUI’s.
GUI is defined as: A picture used in place of
a word or words to issue commands.
GUI – Standards
• GUI interfaces have standards that
are usually the same or similar in all
systems and applications.
• Standards apply to:
• Pointers and pointing devices
• Icons, desktops, windows and menus
Windows - GUI Pointers
•A pointer or mouse pointer is a
small arrow or other symbol that
moves on the screen as you move
a mouse.
• An I-Beam pointer is used by many
desktop publishing systems and word
processors to mark blocks of text and
move the insertion point.
•GUI uses pictures, symbols, or icons rather
than words to represent some object or
function. For example:
GUI – Cursors / Pointers
•The term
“cursor” typically
is used to show
where your typing
will appear.
Otherwise, the
term “pointer” is
the better choice.
Windows - GUI Icons
• Icon - A small picture that represents a
command, object, file, or window.
•Point and click with a mouse to execute a
command or convert the icon into a window.
•Icons are moveable around the display
screen, just like moving things around on
your desk.
Object Icons & Shortcut Icons
•One type of
icon is an
object icon.
It allows
you to open
applications
and
documents
on your PC.
•You can create
and use a
shortcut icon to
open any
application
quickly. You
don’t have to
use the Start
Menu to access
a program or
document.
Windows - GUI Windows & Desktop
• You can divide the screen into
different areas.
• In each window, you can run a
different program or display a
different file.
• You can move windows around the
display screen, and change their
shape and size at will.
Windows - GUI Menus
•Menu - is an on-screen list
of options for using a
program. It can also be a
list of categories with many
other menu options under
it. Menus can "pop up" or
"pull down."
GUI – Share Data
•Because the formats are well-defined,
different programs that run under a common
GUI can share data. This makes it possible,
for example, to copy a graph created by a
spreadsheet program into a document
created by a word processor.
Parts of the Desktop
Windows - Taskbar
•Taskbar – shows you the windows
or programs that are currently open
on the desktop. You can switch
between windows by clicking on the
applicable button.
Windows – System Tray
•System Tray – shows you running
programs that were started
automatically by the operating
system, like anti-virus programs, the
clock and volume controls. These
programs are running in the
background.
Windows - Quick Launch Toolbar
•Quick Launch Toolbar – contains
one-click buttons, or shortcuts,
which open programs. You can
customize this toolbar however you
like.
Start Button
•The start button allows you to easily
access your computer programs or
configure Windows. By default the
start button is located at the bottom
left side of the screen.
Parts of a Window
Title Bar
•At the top edge of the window, inside
its border, is the title bar which extends
across the width of the window. It
contains the title of the application or
document.
•A small icon in the far left corner of
the title bar represents the object being
viewed in the window.
Minimize, Maximize and Resize Windows
•The title bar contains three little
buttons in the upper right-corner of the
window and are used to manage the
window size or close it altogether.
Minimize - Maximize
•The first button is the minimize
button and it will hide the window.
The window can be opened again
by clicking its button on the
taskbar.
•The second button is maximize,
which makes the window take
up all the screen space. Clicking
again turns the window back to
the size it was. The double-box
image is known as the restore
button.
Close Window
•The last button will
close a window. If it is
the last window of a
certain type of
program, it will exit or
quit that program.
Move a Window
•You can move a window to any
location on the desktop by “clicking
and dragging” the title bar with your
mouse.
•This is also referred to as
“drag and drop”.
•You can also
drag and drop
icons to move
the location of
files or shortcuts.
Menu Bar
•Menu bar - The horizontal bar near the
top of a window that displays the
names of menus from which you can
access features and perform tasks for
the current application.
Types of Menu Items
• Arrow: another menu
will cascade from it.
• Three dots: a dialog
box will open,
containing choices
for you to make.
Types of Menu Items
•Checkmark:
clicking this item
will toggle the
feature on or off.
•If a keyboard
shortcut is shown in
the menu, you can
use those keys to
run the command
without having to
open the menu.
Scroll Bar
•Scroll bar - the narrow
rectangular bar at the far
right of windows.
•Clicking on the up or down
arrow enables you to move
up and down through a
document.
• A movable square
indicates your location in
the document.
Windows Frame & Resizing
•You can also resize a
window by a click and
drag move.
Put the mouse cursor on the
edge of a window (that is not
maximized) and when the
pointer changes to a double
arrow, click and drag for the
new size. Some windows
have a handle on them for
resizing.
Status Bar
•Status bar – is located at the
bottom of a window and contains
information about formatting
options, errors, prompts,
messages, or the status of an
application.
Dialog Boxes
1. List box
2. Spin control box
3. Slide
4. Drop-down list
5. Radio button
6. Checkbox
7. Text box
Windows – Start Menu
• Start Menu – gives you access to all
programs and functions on your PC,
including “help” files and “search”
capabilities.
Windows HELP
Windows 95 HELP menu
•Access
Windows
HELP through
the Start
menu.
Windows HELP
Windows 98 HELP menu
Windows HELP
•Windows XP HELP menu
Windows System Programs
•Windows has a number of internal
programs as part of the operating system
that help keep you organized and your
PC healthy.
•Here are a few:
Windows - My Computer
•My Computer – inside this icon you can find every
folder and file that your PC has access to.
Also known as
the Windows
Explorer
Windows – Recycle Bin
•Recycle Bin – Deleted files and folders go here
first, where they wait to be permanently deleted
by you, or by rules that you set up. This is a
temporary storage area on your hard drive.
Windows – My Docs
•My Documents – a place to store
the documents and files you
create. Clicking on this opens an
explorer window displaying the
detail.
•It’s wise to keep the files you
create separate from the program
files, so when you backup your
data, it’s all located in one
location. You can then backup
just this area of your storage.
My Documents – Explorer Window
Windows – Network Neighborhood
•Network Neighborhood –
serves as a window into the
network resources you have
on your PC.
•If you are connected to a
network you will see all
the other PC’s linked to
your network and you can
share files, printers or
other hardware.
Network Neighborhood
Logoff
•If your have multiple users on a PC
with separate “profiles” or user
logons, use the logoff process to
close out of your profile or to
switch users.
Shutdown Windows
•There is a “graceful” way of
shutting down your PC that will
save your program settings and
files.
•This shutdown process basically puts
the operating system to bed.
Which Explorer?
•Windows Explorer is the
program that lets you explore
things "inside" your own
computer.
•Internet Explorer lets you
explore things "outside" your
computer -- namely things on the
Internet.
•Tip: Don't confuse Windows Explorer
with Internet Explorer.

More Related Content

What's hot

Computer and computation
Computer and computationComputer and computation
Computer and computationUsman Shah
 
Operating systems11 9-07
Operating systems11 9-07Operating systems11 9-07
Operating systems11 9-07ainfara
 
Windows Basic Computer Skills
Windows Basic Computer SkillsWindows Basic Computer Skills
Windows Basic Computer SkillsMarvin Nurse
 
Operating systems By Awais
Operating systems By AwaisOperating systems By Awais
Operating systems By AwaisAwaisch3
 
Types and components of computer system
Types and components of computer systemTypes and components of computer system
Types and components of computer systemhome
 
Operating system &utility program
Operating system &utility programOperating system &utility program
Operating system &utility programDhani Ahmad
 
3 definition of operating systems
3 definition of operating systems3 definition of operating systems
3 definition of operating systemsmyrajendra
 
Digital literacy 1 b operating systems
Digital literacy 1 b operating systemsDigital literacy 1 b operating systems
Digital literacy 1 b operating systemsmrspetty19
 
Operating System-Introduction
Operating System-IntroductionOperating System-Introduction
Operating System-IntroductionShipra Swati
 
Operating System Overview.
Operating System Overview.Operating System Overview.
Operating System Overview.akash726788
 
Bca i-fundamental of computer-u-2- application and system software
Bca  i-fundamental of  computer-u-2- application and system softwareBca  i-fundamental of  computer-u-2- application and system software
Bca i-fundamental of computer-u-2- application and system softwareRai University
 
Different types of operating systems
Different  types  of  operating  systems Different  types  of  operating  systems
Different types of operating systems Mehul Jain
 
Operating system: COMPUTER
Operating system: COMPUTEROperating system: COMPUTER
Operating system: COMPUTERAbhisingh274
 

What's hot (20)

Types of computer
Types of computerTypes of computer
Types of computer
 
Computer and computation
Computer and computationComputer and computation
Computer and computation
 
Operating systems11 9-07
Operating systems11 9-07Operating systems11 9-07
Operating systems11 9-07
 
Windows Basic Computer Skills
Windows Basic Computer SkillsWindows Basic Computer Skills
Windows Basic Computer Skills
 
Types of operating system
Types of operating systemTypes of operating system
Types of operating system
 
Operating systems By Awais
Operating systems By AwaisOperating systems By Awais
Operating systems By Awais
 
Types and components of computer system
Types and components of computer systemTypes and components of computer system
Types and components of computer system
 
Operating system &utility program
Operating system &utility programOperating system &utility program
Operating system &utility program
 
3 definition of operating systems
3 definition of operating systems3 definition of operating systems
3 definition of operating systems
 
Digital literacy 1 b operating systems
Digital literacy 1 b operating systemsDigital literacy 1 b operating systems
Digital literacy 1 b operating systems
 
Operating System-Introduction
Operating System-IntroductionOperating System-Introduction
Operating System-Introduction
 
Pcl3e.ch.05
Pcl3e.ch.05Pcl3e.ch.05
Pcl3e.ch.05
 
Operating System Overview.
Operating System Overview.Operating System Overview.
Operating System Overview.
 
Mac O S X V10
Mac  O S  X V10Mac  O S  X V10
Mac O S X V10
 
Topic 6
Topic 6Topic 6
Topic 6
 
Operating systems
Operating systemsOperating systems
Operating systems
 
Bca i-fundamental of computer-u-2- application and system software
Bca  i-fundamental of  computer-u-2- application and system softwareBca  i-fundamental of  computer-u-2- application and system software
Bca i-fundamental of computer-u-2- application and system software
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
 
Different types of operating systems
Different  types  of  operating  systems Different  types  of  operating  systems
Different types of operating systems
 
Operating system: COMPUTER
Operating system: COMPUTEROperating system: COMPUTER
Operating system: COMPUTER
 

Similar to Operating systems

Operating Systems and windows for students
Operating Systems and windows for studentsOperating Systems and windows for students
Operating Systems and windows for studentspsaramago1
 
Operating Systems and Windows 2
Operating Systems and Windows                                2Operating Systems and Windows                                2
Operating Systems and Windows 2ManojRaghuvanshi2
 
Operating Systems Basics
Operating Systems BasicsOperating Systems Basics
Operating Systems Basicsnishantsri
 
Computer System Software Component Details.pptx
Computer System Software Component Details.pptxComputer System Software Component Details.pptx
Computer System Software Component Details.pptxRoshni814224
 
Operating systems basics (Graphical User Interfaces (GUIs) GUI Tools Applic...
Operating systems basics (Graphical User Interfaces (GUIs)  GUI Tools  Applic...Operating systems basics (Graphical User Interfaces (GUIs)  GUI Tools  Applic...
Operating systems basics (Graphical User Interfaces (GUIs) GUI Tools Applic...Maryam Fida
 
BASIC COMPUTER PUBLIC HEALTH.pptx
BASIC COMPUTER PUBLIC HEALTH.pptxBASIC COMPUTER PUBLIC HEALTH.pptx
BASIC COMPUTER PUBLIC HEALTH.pptxAlimamyGhassan
 
System software and operating system
System software and operating systemSystem software and operating system
System software and operating systemdhruv bhandari
 
BAIT1003 Chapter 6
BAIT1003 Chapter 6BAIT1003 Chapter 6
BAIT1003 Chapter 6limsh
 
System technology: Using a computer
System technology: Using a computerSystem technology: Using a computer
System technology: Using a computerKhensaniPhasha
 
operating system
operating system operating system
operating system emmaoli429
 
PowerPoint Presentation - Operating Systems.pdf
PowerPoint Presentation - Operating Systems.pdfPowerPoint Presentation - Operating Systems.pdf
PowerPoint Presentation - Operating Systems.pdfssuser66bd2b1
 
Operating systems
Operating systemsOperating systems
Operating systemsJoshuaIgo
 
ICT Presentation operating system and types.pptx
ICT Presentation operating system and types.pptxICT Presentation operating system and types.pptx
ICT Presentation operating system and types.pptxShehlafaiz1
 
system software and application software
system software and application softwaresystem software and application software
system software and application softwareTallat Satti
 
Operating systems
Operating systemsOperating systems
Operating systemsJoshuaIgo
 

Similar to Operating systems (20)

Operating Systems and windows for students
Operating Systems and windows for studentsOperating Systems and windows for students
Operating Systems and windows for students
 
ppt_os.pptx
ppt_os.pptxppt_os.pptx
ppt_os.pptx
 
ppt_os.pptx
ppt_os.pptxppt_os.pptx
ppt_os.pptx
 
Operating Systems and Windows 2
Operating Systems and Windows                                2Operating Systems and Windows                                2
Operating Systems and Windows 2
 
Operating Systems Basics
Operating Systems BasicsOperating Systems Basics
Operating Systems Basics
 
Computer System Software Component Details.pptx
Computer System Software Component Details.pptxComputer System Software Component Details.pptx
Computer System Software Component Details.pptx
 
Operating systems basics (Graphical User Interfaces (GUIs) GUI Tools Applic...
Operating systems basics (Graphical User Interfaces (GUIs)  GUI Tools  Applic...Operating systems basics (Graphical User Interfaces (GUIs)  GUI Tools  Applic...
Operating systems basics (Graphical User Interfaces (GUIs) GUI Tools Applic...
 
BASIC COMPUTER PUBLIC HEALTH.pptx
BASIC COMPUTER PUBLIC HEALTH.pptxBASIC COMPUTER PUBLIC HEALTH.pptx
BASIC COMPUTER PUBLIC HEALTH.pptx
 
System software and operating system
System software and operating systemSystem software and operating system
System software and operating system
 
BAIT1003 Chapter 6
BAIT1003 Chapter 6BAIT1003 Chapter 6
BAIT1003 Chapter 6
 
Types of software
Types of softwareTypes of software
Types of software
 
System technology: Using a computer
System technology: Using a computerSystem technology: Using a computer
System technology: Using a computer
 
operating system
operating system operating system
operating system
 
PowerPoint Presentation - Operating Systems.pdf
PowerPoint Presentation - Operating Systems.pdfPowerPoint Presentation - Operating Systems.pdf
PowerPoint Presentation - Operating Systems.pdf
 
Computer basics
Computer basicsComputer basics
Computer basics
 
Operating systems
Operating systemsOperating systems
Operating systems
 
ICT Presentation operating system and types.pptx
ICT Presentation operating system and types.pptxICT Presentation operating system and types.pptx
ICT Presentation operating system and types.pptx
 
Windows environment
Windows environmentWindows environment
Windows environment
 
system software and application software
system software and application softwaresystem software and application software
system software and application software
 
Operating systems
Operating systemsOperating systems
Operating systems
 

Recently uploaded

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
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
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
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
_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
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
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
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
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
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
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
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
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
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 

Recently uploaded (20)

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
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
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
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
_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
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
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
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
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
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
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...
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
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
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 

Operating systems

  • 2. What is an Operating System? •The most important program that runs on your computer. It manages all other programs on the machine. •Every PC has to have one to run other applications or programs. It’s the first thing “loaded”.
  • 3. Operating System •It performs basic tasks, such as: •Recognizing input from the keyboard or mouse, •Sending output to the monitor,
  • 4. Operating System •Keeping track of files and directories on the disk, and •Controlling peripheral devices such as disk drives and printers.
  • 5. Is There More Than One Type of OS? •Generally, there are four types, based on the type of computer they control and the sort of applications they support. 1. 1.Single-user, single Single-user, single task task This type manages the computer so that one user can effectively do one thing at a time.
  • 6. Types of Operating Systems 2. Multi-user, multi-task 2. Multi-user, multi-task Allows two or more users to run programs at the same time. Some operating systems permit hundreds or even thousands of concurrent users.
  • 7. Types of Operating Systems 3. Real Time Operating 3. Real Time Operating Systems Systems RTOS are used to control machinery, scientific instruments, and industrial systems. There is typically very little user- interface capability. Resources are managed so that a particular operation executes precisely the same every time.
  • 8. Types of Operating Systems 4. 4. Single-user, Multi-tasking Single-user, Multi-tasking This is the type of operating system most desktops and laptops use today. Microsoft’s Windows and Apple’s MacOS are both examples of operating systems that will let a single user have several programs in operation at the same time.
  • 9. OS’s Manage Applications •Operating systems provide a software platform on top of which other “application” programs can run. •The application programs must be written to run on a particular operating system. •So, your choice of operating system determines what application software you can run.
  • 10. Operating System Functions •Besides managing hardware and software resources on the system, the OS must manage resources and memory. •There are two broad tasks to be accomplished.
  • 11. OS - Memory Storage and Management 1. Each process must have enough memory in which to execute, and It can neither run into the memory space of another process, Nor be run into by another process.
  • 12. OS - Memory Storage and Management 1. The different types of memory in the system must be used properly so that each process can run most effectively.
  • 13. Cache Memory •Cache - A section of a computer's memory which temporarily retains recently accessed data in order to speed up repeated access to the same data. • It provides rapid access without having to wait for systems to load.
  • 14. RAM Memory •Random access memory (RAM) is the best known form of computer memory. • RAM is considered "random access" because you can access any memory cell directly if you know the row and column that intersect at that cell.
  • 15. RAM Memory • The more RAM your computer has, the faster programs can function. The two main types are called DRAM and SRAM. SRAM is faster than DRAM, but, more expensive. Remember, that if the power is turned off, then all data left in RAM, that has not been saved to the hard drive, is lost.
  • 16. Virtual Memory •Virtual Memory – a method of using hard disk space to provide extra memory. It simulates additional RAM. •In Windows, the amount of virtual memory available, equals the amount of free RAM plus the amount of disk space allocated to the swap file.
  • 17. Virtual Memory – Swap File A swap file is an area of your hard disk that is set aside for virtual memory. Swap files can be either temporary or permanent.
  • 18. Okay – So Now What?
  • 19. OS - Wake up call •When you turn on the power to a PC, the first program that runs is a set of instructions kept in the computer's read-only memory (ROM).
  • 20. OS - Wake up Call •It checks the CPU, memory, and basic input-output systems (BIOS) for errors. •It checks to make sure everything is functioning properly.
  • 21. OS – Wake up Call •Once successful, the software will begin to activate the computer's disk drives. •It then finds the first piece of the operating system: the bootstrap loader.
  • 22. OS - Booting the PC •The bootstrap loader is a small program that has a single function: It loads the operating system into memory and allows it to begin operation.
  • 23. OS - Booting the PC •The bootstrap loader sets up the small driver programs that interface with and control the various hardware. •It sets up the divisions of • memory • user information, and • applications.
  • 24. OS - Booting the PC •It establishes the data structures needed to communicate within and between the subsystems and applications of the computer. •Then it turns control of the computer over to the operating system.
  • 25. Windows Desktop Your Desktop may look like this…
  • 27. How Do I Tell The OS What I Want To Do? •You must continue to give the operating system commands that are accepted and executed. •The first command was pushing the “ON” button which started the “boot” process.
  • 28. Enter Commands •Commands can be entered several ways: •Through a keyboard. •Pointing or clicking on an object with a mouse. (Graphical User Interface or GUI) •Sending a command from another program.
  • 29. Windows and Mac are GUI’s •Microsoft Windows and Apple Macintosh operating systems are “graphical user interfaces” or GUI’s. GUI is defined as: A picture used in place of a word or words to issue commands.
  • 30. GUI – Standards • GUI interfaces have standards that are usually the same or similar in all systems and applications. • Standards apply to: • Pointers and pointing devices • Icons, desktops, windows and menus
  • 31. Windows - GUI Pointers •A pointer or mouse pointer is a small arrow or other symbol that moves on the screen as you move a mouse. • An I-Beam pointer is used by many desktop publishing systems and word processors to mark blocks of text and move the insertion point. •GUI uses pictures, symbols, or icons rather than words to represent some object or function. For example:
  • 32. GUI – Cursors / Pointers •The term “cursor” typically is used to show where your typing will appear. Otherwise, the term “pointer” is the better choice.
  • 33. Windows - GUI Icons • Icon - A small picture that represents a command, object, file, or window. •Point and click with a mouse to execute a command or convert the icon into a window. •Icons are moveable around the display screen, just like moving things around on your desk.
  • 34. Object Icons & Shortcut Icons •One type of icon is an object icon. It allows you to open applications and documents on your PC. •You can create and use a shortcut icon to open any application quickly. You don’t have to use the Start Menu to access a program or document.
  • 35. Windows - GUI Windows & Desktop • You can divide the screen into different areas. • In each window, you can run a different program or display a different file. • You can move windows around the display screen, and change their shape and size at will.
  • 36. Windows - GUI Menus •Menu - is an on-screen list of options for using a program. It can also be a list of categories with many other menu options under it. Menus can "pop up" or "pull down."
  • 37. GUI – Share Data •Because the formats are well-defined, different programs that run under a common GUI can share data. This makes it possible, for example, to copy a graph created by a spreadsheet program into a document created by a word processor.
  • 38. Parts of the Desktop
  • 39. Windows - Taskbar •Taskbar – shows you the windows or programs that are currently open on the desktop. You can switch between windows by clicking on the applicable button.
  • 40. Windows – System Tray •System Tray – shows you running programs that were started automatically by the operating system, like anti-virus programs, the clock and volume controls. These programs are running in the background.
  • 41. Windows - Quick Launch Toolbar •Quick Launch Toolbar – contains one-click buttons, or shortcuts, which open programs. You can customize this toolbar however you like.
  • 42. Start Button •The start button allows you to easily access your computer programs or configure Windows. By default the start button is located at the bottom left side of the screen.
  • 43. Parts of a Window
  • 44. Title Bar •At the top edge of the window, inside its border, is the title bar which extends across the width of the window. It contains the title of the application or document. •A small icon in the far left corner of the title bar represents the object being viewed in the window.
  • 45. Minimize, Maximize and Resize Windows •The title bar contains three little buttons in the upper right-corner of the window and are used to manage the window size or close it altogether.
  • 46. Minimize - Maximize •The first button is the minimize button and it will hide the window. The window can be opened again by clicking its button on the taskbar. •The second button is maximize, which makes the window take up all the screen space. Clicking again turns the window back to the size it was. The double-box image is known as the restore button.
  • 47. Close Window •The last button will close a window. If it is the last window of a certain type of program, it will exit or quit that program.
  • 48. Move a Window •You can move a window to any location on the desktop by “clicking and dragging” the title bar with your mouse. •This is also referred to as “drag and drop”. •You can also drag and drop icons to move the location of files or shortcuts.
  • 49. Menu Bar •Menu bar - The horizontal bar near the top of a window that displays the names of menus from which you can access features and perform tasks for the current application.
  • 50. Types of Menu Items • Arrow: another menu will cascade from it. • Three dots: a dialog box will open, containing choices for you to make.
  • 51. Types of Menu Items •Checkmark: clicking this item will toggle the feature on or off. •If a keyboard shortcut is shown in the menu, you can use those keys to run the command without having to open the menu.
  • 52. Scroll Bar •Scroll bar - the narrow rectangular bar at the far right of windows. •Clicking on the up or down arrow enables you to move up and down through a document. • A movable square indicates your location in the document.
  • 53. Windows Frame & Resizing •You can also resize a window by a click and drag move. Put the mouse cursor on the edge of a window (that is not maximized) and when the pointer changes to a double arrow, click and drag for the new size. Some windows have a handle on them for resizing.
  • 54. Status Bar •Status bar – is located at the bottom of a window and contains information about formatting options, errors, prompts, messages, or the status of an application.
  • 55. Dialog Boxes 1. List box 2. Spin control box 3. Slide 4. Drop-down list 5. Radio button 6. Checkbox 7. Text box
  • 56. Windows – Start Menu • Start Menu – gives you access to all programs and functions on your PC, including “help” files and “search” capabilities.
  • 57. Windows HELP Windows 95 HELP menu •Access Windows HELP through the Start menu.
  • 60. Windows System Programs •Windows has a number of internal programs as part of the operating system that help keep you organized and your PC healthy. •Here are a few:
  • 61. Windows - My Computer •My Computer – inside this icon you can find every folder and file that your PC has access to. Also known as the Windows Explorer
  • 62.
  • 63. Windows – Recycle Bin •Recycle Bin – Deleted files and folders go here first, where they wait to be permanently deleted by you, or by rules that you set up. This is a temporary storage area on your hard drive.
  • 64. Windows – My Docs •My Documents – a place to store the documents and files you create. Clicking on this opens an explorer window displaying the detail. •It’s wise to keep the files you create separate from the program files, so when you backup your data, it’s all located in one location. You can then backup just this area of your storage.
  • 65. My Documents – Explorer Window
  • 66. Windows – Network Neighborhood •Network Neighborhood – serves as a window into the network resources you have on your PC. •If you are connected to a network you will see all the other PC’s linked to your network and you can share files, printers or other hardware.
  • 68. Logoff •If your have multiple users on a PC with separate “profiles” or user logons, use the logoff process to close out of your profile or to switch users.
  • 69. Shutdown Windows •There is a “graceful” way of shutting down your PC that will save your program settings and files. •This shutdown process basically puts the operating system to bed.
  • 70. Which Explorer? •Windows Explorer is the program that lets you explore things "inside" your own computer. •Internet Explorer lets you explore things "outside" your computer -- namely things on the Internet. •Tip: Don't confuse Windows Explorer with Internet Explorer.