SlideShare a Scribd company logo
1 of 54
Operating SystemsOperating Systems
and File Managementand File Management
Chapter 4: Operating Systems and File Management 2
Operating System BasicsOperating System Basics
• Operating System Activities
• User Interfaces
• The Boot Process
Chapter 4: Operating Systems and File Management 3
Operating System Activities
• An operating system is a type of system
software that acts as the master controller for
all activities that take place within a computer
system
Chapter 4: Operating Systems and File Management 4
Operating System Activities
Chapter 4: Operating Systems and File Management 5
Operating System Activities
• Multitasking provides process and memory management services that
allow two or more tasks, jobs, or programs to run simultaneously
• Within a single program, multithreading allows multiple parts, or threads,
to run simultaneously
• An operating system’s multiprocessing capability supports a division of
labor among all the processing units
Chapter 4: Operating Systems and File Management 6
Operating System Activities
• Operating System Categories
– Single-user operating system
– Multiuser operating system
– Server operating system
– Desktop operating system
Chapter 4: Operating Systems and File Management 7
User Interfaces
• The combination of hardware and software
that helps people and computers
communicate with each other
Chapter 4: Operating Systems and File Management 8
User Interfaces
• Menus, submenus, and dialog boxes
Chapter 4: Operating Systems and File Management 9
The Boot Process
• During the boot process, the operating system kernel is loaded into RAM
– The kernel provides essential operating system services
• Your computer’s small bootstrap program is built into special ROM
circuitry housed in the computer’s system unit
Chapter 4: Operating Systems and File Management 10
The Boot Process
Chapter 4: Operating Systems and File Management 11
Today’s Operating SystemsToday’s Operating Systems
• Microsoft Windows
• Mac OS
• UNIX and Linux
• DOS
• Handheld Operating Systems
Chapter 4: Operating Systems and File Management 12
Microsoft Windows
Chapter 4: Operating Systems and File Management 13
Mac OS
You can tell when you’re using
Mac OS by the Apple logo that
appears on the menu bar. The
Mac OS X interface includes all
the standard elements of a GUI,
including icons, menus,
windows, and taskbars.
Chapter 4: Operating Systems and File Management 14
Mac OS
On a Macintosh
computer with Boot
Camp, you can boot
into Mac OS X or
into Windows.
Chapter 4: Operating Systems and File Management 15
Mac OS
• Mac OS X on an Intel Mac offers the ability to
run Windows and Windows application
software in addition to software designed for
the Macintosh
– Dual boot
Chapter 4: Operating Systems and File Management 16
UNIX and Linux
• Several Web sites offer a Linux distribution,
which is a package that contains the Linux
kernel, system utilities, applications, and an
installation routine
Chapter 4: Operating Systems and File Management 17
UNIX and Linux
Linux users can choose from
several graphical interfaces.
Pictured here is the popular
KDE graphical desktop.
Chapter 4: Operating Systems and File Management 18
DOS
• Disk Operating System
• First operating system that many used
Chapter 4: Operating Systems and File Management 19
Handheld Operating Systems
Chapter 4: Operating Systems and File Management 20
File BasicsFile Basics
• File Names and Extensions
• File Directories and Folders
• File Formats
Chapter 4: Operating Systems and File Management 21
File Names and Extensions
• You must adhere to file-naming conventions
when saving files
– Maximum length
– Prohibited characters
– No reserved words
– Case sensitivity
• File extensions are usually
related to the file format
– Native file format
Chapter 4: Operating Systems and File Management 22
File Directories and Folders
• An operating system maintains a directory for each disk, tape,
CD, DVD, or USB flash drive
– Root directory
– Subdirectory
• Depicted as folders
• A computer’s file location is defined by a file specification, or
path
Chapter 4: Operating Systems and File Management 23
File Formats
• Windows uses a file association list to link a file extension to its
corresponding application software
• Although a file extension is a good indicator of a file’s format, it does not
really define the format
– A file header is a section of data at the beginning of a file that contains
information about a file
Chapter 4: Operating Systems and File Management 24
File Formats
• A software application can open files that
exist in its native file format, plus several
additional file formats
Chapter 4: Operating Systems and File Management 25
File Formats
An easy way to convert a file
from one format to another is
to open it with an application
that supports both file formats,
and then use the Save As dialog
box to select an alternative
file format.
Chapter 4: Operating Systems and File Management 26
File ManagementFile Management
• Application-based File Management
• File Management Utilities
• File Management Metaphors
• Windows Explorer
• File Management Tips
• Physical File Storage
Chapter 4: Operating Systems and File Management 27
Application-based File Management
• Applications typically provide a way to open
files and save them in a specific folder on a
storage device
Chapter 4: Operating Systems and File Management 28
Application-based File Management
The Save As dialog box
of most Windows applications
uses the
operating system’s file
management utility, so
you can carry out a wide
variety of file and folder
tasks such as creating,
renaming, and deleting
files.
Chapter 4: Operating Systems and File Management 29
File Management Utilities
• File management
utilities show you the
files stored on your
disks and help you work
with them
Chapter 4: Operating Systems and File Management 30
File Management Metaphors
• Storage metaphors help you visualize and
mentally organize the files on your disks
– Logical storage models
Chapter 4: Operating Systems and File Management 31
Windows Explorer
Windows Explorer
makes it easy to drill
down through the
levels of the directory
hierarchy to locate a
folder or file.
Chapter 4: Operating Systems and File Management 32
Windows Explorer
• Windows Explorer allows you to manipulate
files and folders in the following ways:
– Rename
– Copy
– Move
– Delete
Chapter 4: Operating Systems and File Management 33
File Management Tips
• Use descriptive names
• Maintain file extensions
• Group similar files
• Organize your folders from the top down
• Consider using the default folders
• Do not mix data files and program files
Chapter 4: Operating Systems and File Management 34
File Management Tips
• Don’t store files in the root directory
• Access files from the hard disk
• Follow copyright rules
• Delete or archive files you no longer need
• Be aware of storage locations
• Back up
Chapter 4: Operating Systems and File Management 35
Physical File Storage
• The physical storage model describes what
happens on the disks and in the circuits when
files are stored
– Storage media must be formatted before it can
store files
• Formatting utilities divide the disk into tracks and
sectors
Chapter 4: Operating Systems and File Management 36
Physical File Storage
CDs and DVDs can be
created using mastering or
packet-writing techniques.
Mastering creates disks that
can be used more reliably
on a wide variety
of computers and
standalone players. Packet
writing is more flexible for
disks that you plan to
use only on your own
computer.
Chapter 4: Operating Systems and File Management 37
Physical File Storage
• The file system keeps track of the
names and locations of files
– NTFS
• Master File Table (MFT)
– FAT32
• File Allocation Table (FAT)
Chapter 4: Operating Systems and File Management 38
Physical File Storage
• Deleting a file changes the status of that file’s clusters to empty and
removes the file name from the index file
– The file’s data is still there
– File shredder software overwrites “empty” sectors with random 1s
and 0s
• Files in the Windows Recycle Bin and similar utilities can be undeleted
Chapter 4: Operating Systems and File Management 39
Physical File Storage
• Fragmented files are stored in noncontiguous
clusters and decrease performance
• Defragmentation utilities rearrange files so
that they are stored in contiguous clusters
Chapter 4: Operating Systems and File Management 40
Backup SecurityBackup Security
• Backup Basics
• Data File Backup
• System Backup
• Boot and Recovery Disks
Chapter 4: Operating Systems and File Management 41
Backup Basics
• A backup stores the files needed to recover
data that’s been wiped out by operator error,
viruses, or hardware failures
Chapter 4: Operating Systems and File Management 42
Backup Basics
• Your backup schedule depends on how much
data you can afford to lose
• You should run an up-to-date virus check as the
first step in your backup routine
• The backup device you select depends on the
value of your data, your current equipment, and
your budget
Backup Basics
Chapter 4: Operating Systems and File Management 43
Chapter 4: Operating Systems and File Management 44
Data File Backup
• Most computers are equipped with a writable CD or DVD
drive with adequate storage capacity for a typical
computer owner’s data files
• Store all files to be backed up in the same location
• Back up Internet connection information, e-mail folders,
e-mail address book, favorite URLs, downloads and
validation codes, and other configuration information
Chapter 4: Operating Systems and File Management 45
Data File Backup
• To restore from a data file backup, you simply
copy files from your backup to your hard disk
Chapter 4: Operating Systems and File Management 46
System Backup
• To make a backup, you can use backup
software
• Backup software is supplied with most tape
drives and other backup devices
Chapter 4: Operating Systems and File Management 47
System Backup
Chapter 4: Operating Systems and File Management 48
System Backup
• A full backup makes a fresh copy of every file in the folders
you’ve specified for the backup
• A differential backup makes a backup of only those files that
were added or changed since your last full backup session
• An incremental backup makes a backup of the files that were
added or changed since the last backup—not necessarily the
files that changed from the last full backup
• Most experts recommend that you keep more than one set of
backups
Chapter 4: Operating Systems and File Management 49
System Backup
Restore points back up personal
preferences and configuration
settings stored in the Windows
Registry. You can manually
create restore points or let
Windows create them
automatically whenever you
add new software or hardware.
Chapter 4: Operating Systems and File Management 50
Boot and Recovery Disks
• A boot disk is a removable storage medium
containing the operating system files needed
to boot your computer without accessing the
hard disk
– Windows
Installation CD
Chapter 4: Operating Systems and File Management 51
Boot and Recovery Disks
• A recovery disk loads hardware drivers and user
settings as well as the operating system
– Sometimes included with new computer systems
– Available on the Web
• Recovery partition
Boot and Recovery Disks
52
Chapter 4: Operating Systems and File Management 53
Boot and Recovery Disks
• You can create a custom recovery CD that contains your computer’s
current settings and device drivers
• Norton Ghost is a product of Symantec, which also provides a more
specialized recovery disk called the Symantec Recovery Disk
• Certain PC manufacturers have pre-installed Norton Ghost and the
recovery environment on some of their computers
OS File Mgmt Ch 4

More Related Content

What's hot

Windows file system
Windows file systemWindows file system
Windows file systemsumitjain2013
 
Windows File Systems
Windows File SystemsWindows File Systems
Windows File Systemsprimeteacher32
 
File system of windows xp
File system of windows xpFile system of windows xp
File system of windows xpEhtisham Ali
 
File Management in Operating Systems
File Management in Operating SystemsFile Management in Operating Systems
File Management in Operating Systemsvampugani
 
File management
File managementFile management
File managementMohd Arif
 
File System in Operating System
File System in Operating SystemFile System in Operating System
File System in Operating SystemMeghaj Mallick
 
Windows File Systems
Windows File SystemsWindows File Systems
Windows File Systemsprimeteacher32
 
directory structure and file system mounting
directory structure and file system mountingdirectory structure and file system mounting
directory structure and file system mountingrajshreemuthiah
 
NTFS file system
NTFS file systemNTFS file system
NTFS file systemRavi Yasas
 
file system in operating system
file system in operating systemfile system in operating system
file system in operating systemtittuajay
 
File System Implementation - Part1
File System Implementation - Part1File System Implementation - Part1
File System Implementation - Part1Amir Payberah
 
File system
File systemFile system
File systemsonu riyana
 
Operating system file system
Operating system file systemOperating system file system
Operating system file systemAnil Pokhrel
 
ITFT_File system interface in Operating System
ITFT_File system interface in Operating SystemITFT_File system interface in Operating System
ITFT_File system interface in Operating SystemSneh Prabha
 

What's hot (20)

File system
File systemFile system
File system
 
9781111306366 ppt ch5
9781111306366 ppt ch59781111306366 ppt ch5
9781111306366 ppt ch5
 
Windows file system
Windows file systemWindows file system
Windows file system
 
Windows File Systems
Windows File SystemsWindows File Systems
Windows File Systems
 
File system of windows xp
File system of windows xpFile system of windows xp
File system of windows xp
 
Os
OsOs
Os
 
File Management in Operating Systems
File Management in Operating SystemsFile Management in Operating Systems
File Management in Operating Systems
 
File management
File managementFile management
File management
 
File System in Operating System
File System in Operating SystemFile System in Operating System
File System in Operating System
 
Windows File Systems
Windows File SystemsWindows File Systems
Windows File Systems
 
9781111306366 ppt ch2
9781111306366 ppt ch29781111306366 ppt ch2
9781111306366 ppt ch2
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
File system
File systemFile system
File system
 
directory structure and file system mounting
directory structure and file system mountingdirectory structure and file system mounting
directory structure and file system mounting
 
NTFS file system
NTFS file systemNTFS file system
NTFS file system
 
file system in operating system
file system in operating systemfile system in operating system
file system in operating system
 
File System Implementation - Part1
File System Implementation - Part1File System Implementation - Part1
File System Implementation - Part1
 
File system
File systemFile system
File system
 
Operating system file system
Operating system file systemOperating system file system
Operating system file system
 
ITFT_File system interface in Operating System
ITFT_File system interface in Operating SystemITFT_File system interface in Operating System
ITFT_File system interface in Operating System
 

Similar to OS File Mgmt Ch 4

Operating Systems.pptx
Operating Systems.pptxOperating Systems.pptx
Operating Systems.pptxjguuhxxxfp
 
file management.ppt
file management.pptfile management.ppt
file management.pptChemOyasan1
 
CNIT 121: 13 Investigating Mac OS X Systems
CNIT 121: 13 Investigating Mac OS X SystemsCNIT 121: 13 Investigating Mac OS X Systems
CNIT 121: 13 Investigating Mac OS X SystemsSam Bowne
 
CNIT 152: 13 Investigating Mac OS X Systems
CNIT 152: 13 Investigating Mac OS X SystemsCNIT 152: 13 Investigating Mac OS X Systems
CNIT 152: 13 Investigating Mac OS X SystemsSam Bowne
 
UNIT 4-UNDERSTANDING VIRTUAL MEMORY.pptx
UNIT 4-UNDERSTANDING VIRTUAL MEMORY.pptxUNIT 4-UNDERSTANDING VIRTUAL MEMORY.pptx
UNIT 4-UNDERSTANDING VIRTUAL MEMORY.pptxLeahRachael
 
Managing windows xp file systems and storage.2012.university duhok.bioloy.das...
Managing windows xp file systems and storage.2012.university duhok.bioloy.das...Managing windows xp file systems and storage.2012.university duhok.bioloy.das...
Managing windows xp file systems and storage.2012.university duhok.bioloy.das...Dashty Rihany
 
Report blocking ,management of files in secondry memory , static vs dynamic a...
Report blocking ,management of files in secondry memory , static vs dynamic a...Report blocking ,management of files in secondry memory , static vs dynamic a...
Report blocking ,management of files in secondry memory , static vs dynamic a...NoorMustafaSoomro
 
Computer Software - Lecture D
Computer Software - Lecture DComputer Software - Lecture D
Computer Software - Lecture DCMDLearning
 
Computer Software | Lecture 4D
Computer Software | Lecture 4DComputer Software | Lecture 4D
Computer Software | Lecture 4DCMDLMS
 
CNIT 152 13 Investigating Mac OS X Systems
CNIT 152 13 Investigating Mac OS X SystemsCNIT 152 13 Investigating Mac OS X Systems
CNIT 152 13 Investigating Mac OS X SystemsSam Bowne
 
File Management & Access Control
File Management & Access Control File Management & Access Control
File Management & Access Control YuvrajWadavale
 
KMSUnix and Linux.pptx
KMSUnix and Linux.pptxKMSUnix and Linux.pptx
KMSUnix and Linux.pptxGanesh Bhosale
 
Unit 4 File and Data Management
Unit 4 File and Data ManagementUnit 4 File and Data Management
Unit 4 File and Data ManagementSoushilove
 
Unit 4 file and data management
Unit 4 file and data managementUnit 4 file and data management
Unit 4 file and data managementSoushilove
 
Unit 4 File and Data Management
Unit 4 File and Data ManagementUnit 4 File and Data Management
Unit 4 File and Data ManagementSoushilove
 
File management in OS
File management in OSFile management in OS
File management in OSBhavik Vashi
 

Similar to OS File Mgmt Ch 4 (20)

Operating Systems.pptx
Operating Systems.pptxOperating Systems.pptx
Operating Systems.pptx
 
file management.ppt
file management.pptfile management.ppt
file management.ppt
 
9781111306366 ppt ch11
9781111306366 ppt ch119781111306366 ppt ch11
9781111306366 ppt ch11
 
CNIT 121: 13 Investigating Mac OS X Systems
CNIT 121: 13 Investigating Mac OS X SystemsCNIT 121: 13 Investigating Mac OS X Systems
CNIT 121: 13 Investigating Mac OS X Systems
 
CNIT 152: 13 Investigating Mac OS X Systems
CNIT 152: 13 Investigating Mac OS X SystemsCNIT 152: 13 Investigating Mac OS X Systems
CNIT 152: 13 Investigating Mac OS X Systems
 
UNIT 4-UNDERSTANDING VIRTUAL MEMORY.pptx
UNIT 4-UNDERSTANDING VIRTUAL MEMORY.pptxUNIT 4-UNDERSTANDING VIRTUAL MEMORY.pptx
UNIT 4-UNDERSTANDING VIRTUAL MEMORY.pptx
 
Managing windows xp file systems and storage.2012.university duhok.bioloy.das...
Managing windows xp file systems and storage.2012.university duhok.bioloy.das...Managing windows xp file systems and storage.2012.university duhok.bioloy.das...
Managing windows xp file systems and storage.2012.university duhok.bioloy.das...
 
Report blocking ,management of files in secondry memory , static vs dynamic a...
Report blocking ,management of files in secondry memory , static vs dynamic a...Report blocking ,management of files in secondry memory , static vs dynamic a...
Report blocking ,management of files in secondry memory , static vs dynamic a...
 
Computer Software - Lecture D
Computer Software - Lecture DComputer Software - Lecture D
Computer Software - Lecture D
 
Computer Software | Lecture 4D
Computer Software | Lecture 4DComputer Software | Lecture 4D
Computer Software | Lecture 4D
 
CNIT 152 13 Investigating Mac OS X Systems
CNIT 152 13 Investigating Mac OS X SystemsCNIT 152 13 Investigating Mac OS X Systems
CNIT 152 13 Investigating Mac OS X Systems
 
INT 1010 04-5.pdf
INT 1010 04-5.pdfINT 1010 04-5.pdf
INT 1010 04-5.pdf
 
File Management & Access Control
File Management & Access Control File Management & Access Control
File Management & Access Control
 
KMSUnix and Linux.pptx
KMSUnix and Linux.pptxKMSUnix and Linux.pptx
KMSUnix and Linux.pptx
 
Unit 4 File and Data Management
Unit 4 File and Data ManagementUnit 4 File and Data Management
Unit 4 File and Data Management
 
Unit 4 file and data management
Unit 4 file and data managementUnit 4 file and data management
Unit 4 file and data management
 
Unit 4 File and Data Management
Unit 4 File and Data ManagementUnit 4 File and Data Management
Unit 4 File and Data Management
 
IS100 Week 4
IS100 Week 4IS100 Week 4
IS100 Week 4
 
File management in OS
File management in OSFile management in OS
File management in OS
 
Lecture 6
Lecture 6Lecture 6
Lecture 6
 

Recently uploaded

What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
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
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxabhijeetpadhi001
 
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
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
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
 
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
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
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
 

Recently uploaded (20)

What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
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
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.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🔝
 
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
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
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
 
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
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
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 🔝✔️✔️
 

OS File Mgmt Ch 4

  • 1. Operating SystemsOperating Systems and File Managementand File Management
  • 2. Chapter 4: Operating Systems and File Management 2 Operating System BasicsOperating System Basics • Operating System Activities • User Interfaces • The Boot Process
  • 3. Chapter 4: Operating Systems and File Management 3 Operating System Activities • An operating system is a type of system software that acts as the master controller for all activities that take place within a computer system
  • 4. Chapter 4: Operating Systems and File Management 4 Operating System Activities
  • 5. Chapter 4: Operating Systems and File Management 5 Operating System Activities • Multitasking provides process and memory management services that allow two or more tasks, jobs, or programs to run simultaneously • Within a single program, multithreading allows multiple parts, or threads, to run simultaneously • An operating system’s multiprocessing capability supports a division of labor among all the processing units
  • 6. Chapter 4: Operating Systems and File Management 6 Operating System Activities • Operating System Categories – Single-user operating system – Multiuser operating system – Server operating system – Desktop operating system
  • 7. Chapter 4: Operating Systems and File Management 7 User Interfaces • The combination of hardware and software that helps people and computers communicate with each other
  • 8. Chapter 4: Operating Systems and File Management 8 User Interfaces • Menus, submenus, and dialog boxes
  • 9. Chapter 4: Operating Systems and File Management 9 The Boot Process • During the boot process, the operating system kernel is loaded into RAM – The kernel provides essential operating system services • Your computer’s small bootstrap program is built into special ROM circuitry housed in the computer’s system unit
  • 10. Chapter 4: Operating Systems and File Management 10 The Boot Process
  • 11. Chapter 4: Operating Systems and File Management 11 Today’s Operating SystemsToday’s Operating Systems • Microsoft Windows • Mac OS • UNIX and Linux • DOS • Handheld Operating Systems
  • 12. Chapter 4: Operating Systems and File Management 12 Microsoft Windows
  • 13. Chapter 4: Operating Systems and File Management 13 Mac OS You can tell when you’re using Mac OS by the Apple logo that appears on the menu bar. The Mac OS X interface includes all the standard elements of a GUI, including icons, menus, windows, and taskbars.
  • 14. Chapter 4: Operating Systems and File Management 14 Mac OS On a Macintosh computer with Boot Camp, you can boot into Mac OS X or into Windows.
  • 15. Chapter 4: Operating Systems and File Management 15 Mac OS • Mac OS X on an Intel Mac offers the ability to run Windows and Windows application software in addition to software designed for the Macintosh – Dual boot
  • 16. Chapter 4: Operating Systems and File Management 16 UNIX and Linux • Several Web sites offer a Linux distribution, which is a package that contains the Linux kernel, system utilities, applications, and an installation routine
  • 17. Chapter 4: Operating Systems and File Management 17 UNIX and Linux Linux users can choose from several graphical interfaces. Pictured here is the popular KDE graphical desktop.
  • 18. Chapter 4: Operating Systems and File Management 18 DOS • Disk Operating System • First operating system that many used
  • 19. Chapter 4: Operating Systems and File Management 19 Handheld Operating Systems
  • 20. Chapter 4: Operating Systems and File Management 20 File BasicsFile Basics • File Names and Extensions • File Directories and Folders • File Formats
  • 21. Chapter 4: Operating Systems and File Management 21 File Names and Extensions • You must adhere to file-naming conventions when saving files – Maximum length – Prohibited characters – No reserved words – Case sensitivity • File extensions are usually related to the file format – Native file format
  • 22. Chapter 4: Operating Systems and File Management 22 File Directories and Folders • An operating system maintains a directory for each disk, tape, CD, DVD, or USB flash drive – Root directory – Subdirectory • Depicted as folders • A computer’s file location is defined by a file specification, or path
  • 23. Chapter 4: Operating Systems and File Management 23 File Formats • Windows uses a file association list to link a file extension to its corresponding application software • Although a file extension is a good indicator of a file’s format, it does not really define the format – A file header is a section of data at the beginning of a file that contains information about a file
  • 24. Chapter 4: Operating Systems and File Management 24 File Formats • A software application can open files that exist in its native file format, plus several additional file formats
  • 25. Chapter 4: Operating Systems and File Management 25 File Formats An easy way to convert a file from one format to another is to open it with an application that supports both file formats, and then use the Save As dialog box to select an alternative file format.
  • 26. Chapter 4: Operating Systems and File Management 26 File ManagementFile Management • Application-based File Management • File Management Utilities • File Management Metaphors • Windows Explorer • File Management Tips • Physical File Storage
  • 27. Chapter 4: Operating Systems and File Management 27 Application-based File Management • Applications typically provide a way to open files and save them in a specific folder on a storage device
  • 28. Chapter 4: Operating Systems and File Management 28 Application-based File Management The Save As dialog box of most Windows applications uses the operating system’s file management utility, so you can carry out a wide variety of file and folder tasks such as creating, renaming, and deleting files.
  • 29. Chapter 4: Operating Systems and File Management 29 File Management Utilities • File management utilities show you the files stored on your disks and help you work with them
  • 30. Chapter 4: Operating Systems and File Management 30 File Management Metaphors • Storage metaphors help you visualize and mentally organize the files on your disks – Logical storage models
  • 31. Chapter 4: Operating Systems and File Management 31 Windows Explorer Windows Explorer makes it easy to drill down through the levels of the directory hierarchy to locate a folder or file.
  • 32. Chapter 4: Operating Systems and File Management 32 Windows Explorer • Windows Explorer allows you to manipulate files and folders in the following ways: – Rename – Copy – Move – Delete
  • 33. Chapter 4: Operating Systems and File Management 33 File Management Tips • Use descriptive names • Maintain file extensions • Group similar files • Organize your folders from the top down • Consider using the default folders • Do not mix data files and program files
  • 34. Chapter 4: Operating Systems and File Management 34 File Management Tips • Don’t store files in the root directory • Access files from the hard disk • Follow copyright rules • Delete or archive files you no longer need • Be aware of storage locations • Back up
  • 35. Chapter 4: Operating Systems and File Management 35 Physical File Storage • The physical storage model describes what happens on the disks and in the circuits when files are stored – Storage media must be formatted before it can store files • Formatting utilities divide the disk into tracks and sectors
  • 36. Chapter 4: Operating Systems and File Management 36 Physical File Storage CDs and DVDs can be created using mastering or packet-writing techniques. Mastering creates disks that can be used more reliably on a wide variety of computers and standalone players. Packet writing is more flexible for disks that you plan to use only on your own computer.
  • 37. Chapter 4: Operating Systems and File Management 37 Physical File Storage • The file system keeps track of the names and locations of files – NTFS • Master File Table (MFT) – FAT32 • File Allocation Table (FAT)
  • 38. Chapter 4: Operating Systems and File Management 38 Physical File Storage • Deleting a file changes the status of that file’s clusters to empty and removes the file name from the index file – The file’s data is still there – File shredder software overwrites “empty” sectors with random 1s and 0s • Files in the Windows Recycle Bin and similar utilities can be undeleted
  • 39. Chapter 4: Operating Systems and File Management 39 Physical File Storage • Fragmented files are stored in noncontiguous clusters and decrease performance • Defragmentation utilities rearrange files so that they are stored in contiguous clusters
  • 40. Chapter 4: Operating Systems and File Management 40 Backup SecurityBackup Security • Backup Basics • Data File Backup • System Backup • Boot and Recovery Disks
  • 41. Chapter 4: Operating Systems and File Management 41 Backup Basics • A backup stores the files needed to recover data that’s been wiped out by operator error, viruses, or hardware failures
  • 42. Chapter 4: Operating Systems and File Management 42 Backup Basics • Your backup schedule depends on how much data you can afford to lose • You should run an up-to-date virus check as the first step in your backup routine • The backup device you select depends on the value of your data, your current equipment, and your budget
  • 43. Backup Basics Chapter 4: Operating Systems and File Management 43
  • 44. Chapter 4: Operating Systems and File Management 44 Data File Backup • Most computers are equipped with a writable CD or DVD drive with adequate storage capacity for a typical computer owner’s data files • Store all files to be backed up in the same location • Back up Internet connection information, e-mail folders, e-mail address book, favorite URLs, downloads and validation codes, and other configuration information
  • 45. Chapter 4: Operating Systems and File Management 45 Data File Backup • To restore from a data file backup, you simply copy files from your backup to your hard disk
  • 46. Chapter 4: Operating Systems and File Management 46 System Backup • To make a backup, you can use backup software • Backup software is supplied with most tape drives and other backup devices
  • 47. Chapter 4: Operating Systems and File Management 47 System Backup
  • 48. Chapter 4: Operating Systems and File Management 48 System Backup • A full backup makes a fresh copy of every file in the folders you’ve specified for the backup • A differential backup makes a backup of only those files that were added or changed since your last full backup session • An incremental backup makes a backup of the files that were added or changed since the last backup—not necessarily the files that changed from the last full backup • Most experts recommend that you keep more than one set of backups
  • 49. Chapter 4: Operating Systems and File Management 49 System Backup Restore points back up personal preferences and configuration settings stored in the Windows Registry. You can manually create restore points or let Windows create them automatically whenever you add new software or hardware.
  • 50. Chapter 4: Operating Systems and File Management 50 Boot and Recovery Disks • A boot disk is a removable storage medium containing the operating system files needed to boot your computer without accessing the hard disk – Windows Installation CD
  • 51. Chapter 4: Operating Systems and File Management 51 Boot and Recovery Disks • A recovery disk loads hardware drivers and user settings as well as the operating system – Sometimes included with new computer systems – Available on the Web • Recovery partition
  • 52. Boot and Recovery Disks 52
  • 53. Chapter 4: Operating Systems and File Management 53 Boot and Recovery Disks • You can create a custom recovery CD that contains your computer’s current settings and device drivers • Norton Ghost is a product of Symantec, which also provides a more specialized recovery disk called the Symantec Recovery Disk • Certain PC manufacturers have pre-installed Norton Ghost and the recovery environment on some of their computers

Editor's Notes

  1. Figures 4-7 and 4-8
  2. Figures 4-10 and 4-11
  3. Figure 4-13
  4. Figure 4-14
  5. Figures 4-17
  6. Figure 4-19
  7. Figure 4-20
  8. Figure 4-21
  9. Figure 4-22
  10. Figure 4-23
  11. Figure 4-24
  12. Figure 4-32 (movie)
  13. Figures 4-33 and 4-34
  14. Figure 4-35
  15. Figure 4-36
  16. Figures 4-37 and 4-38
  17. Figure 4-39
  18. Figure 4-40
  19. Figure 4-42
  20. Figure 4-43
  21. Figure 4-44
  22. Figure 4-45
  23. Figure 4-46
  24. Figure 4-48
  25. Figure 4-51
  26. Figure 4-52
  27. Figure 4-53
  28. Figure 4-55