operating systems section a: operating system basics ... · chapter 4: operating systems and file...

12
09.10.2012 1 Operating Systems Operating Systems and File Management and File Management 4 Chapter Contents Section A: Operating System Basics Section B: Today’s Operating Systems Section C: File Basics S ti D Fil M t Chapter 4: Operating Systems and File Management 2 Section D: File Management Section E: Backup Security 4 SECTION A Operating System Basics Operating System Basics Operating System Activities User Interfaces The Boot Process Chapter 4: Operating Systems and File Management 3 4 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 4 Operating System Activities Chapter 4: Operating Systems and File Management 5 4 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 Chapter 4: Operating Systems and File Management 6 multiple parts, or threads, to run simultaneously An operating system’s multiprocessing capability supports a division of labor among all the processing units

Upload: others

Post on 03-Apr-2020

12 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Operating Systems Section A: Operating System Basics ... · Chapter 4: Operating Systems and File Management 10 Your computer’s small bootstrap program is built into special ROM

09.10.2012

1

Operating Systems Operating Systems and File Managementand File Managementgg

4 Chapter Contents

Section A: Operating System Basics

Section B: Today’s Operating Systems

Section C: File Basics

S ti D Fil M t

Chapter 4: Operating Systems and File Management 2

Section D: File Management

Section E: Backup Security

4SECTION A

Operating System BasicsOperating System BasicsOperating System Activities

User Interfaces

The Boot Process

Chapter 4: Operating Systems and File Management 3

4 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

y

4 Operating System Activities

Chapter 4: Operating Systems and File Management 5

4 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

Chapter 4: Operating Systems and File Management 6

multiple parts, or threads, to run simultaneously

An operating system’s multiprocessing capability supports a division of labor among all the processing units

Page 2: Operating Systems Section A: Operating System Basics ... · Chapter 4: Operating Systems and File Management 10 Your computer’s small bootstrap program is built into special ROM

09.10.2012

2

4 Operating System Activities

Operating System Categories– Single-user operating system

– Multiuser operating system

– Server operating system

Chapter 4: Operating Systems and File Management 7

Server operating system

– Desktop operating system

4 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

4 User Interfaces

Menus, submenus, and dialog boxes

Chapter 4: Operating Systems and File Management 9

4 The Boot Process

During the boot process, the operating system kernel is loaded into RAM– The kernel provides essential operating system

services

Chapter 4: Operating Systems and File Management 10

Your computer’s small bootstrap program is built into special ROM circuitry housed in the computer’s system unit

4 The Boot Process

Chapter 4: Operating Systems and File Management 11

4SECTION B

Today’s Operating SystemsToday’s Operating SystemsMicrosoft Windows

Mac OS

UNIX and Linux

DOS

Chapter 4: Operating Systems and File Management 12

DOS

Handheld Operating Systems

Page 3: Operating Systems Section A: Operating System Basics ... · Chapter 4: Operating Systems and File Management 10 Your computer’s small bootstrap program is built into special ROM

09.10.2012

3

4 Microsoft Windows

Chapter 4: Operating Systems and File Management 13

4 Mac OS

You can tell when you’re usingMac OS by the Apple logo thatappears on the menu bar. The

Chapter 4: Operating Systems and File Management 14

Mac OS X interface includes allthe standard elements of a GUI,including icons, menus, windows, and taskbars.

4 Mac OS

On a Macintosh t ith B t

Chapter 4: Operating Systems and File Management 15

computer with Boot Camp, you can boot into Mac OS X or into Windows.

4 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

Chapter 4: Operating Systems and File Management 16

– Dual boot

4 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

4 UNIX and Linux

Linux users can choose from

Chapter 4: Operating Systems and File Management 18

several graphical interfaces.Pictured here is the popularKDE graphical desktop.

Page 4: Operating Systems Section A: Operating System Basics ... · Chapter 4: Operating Systems and File Management 10 Your computer’s small bootstrap program is built into special ROM

09.10.2012

4

4 DOS

Disk Operating System

First operating system that many used

Chapter 4: Operating Systems and File Management 19

4 Handheld Operating Systems

Chapter 4: Operating Systems and File Management 20

4SECTION C

File BasicsFile BasicsFile Names and Extensions

File Directories and Folders

File Formats

Chapter 4: Operating Systems and File Management 21

4 Files and Folders

A file, or document, is a collection of data that has a name and is stored in a computer

You organize files by storing them in foldersDisks contain folders that hold documents, or

22

,files– Flash disks– Zip disks– Compact Discs (CDs)– Hard Disks, External HD

Removable disks are inserted into a drive

4 Organizing Files and Folders

23

4 File Names and Extensions

You must adhere to file-naming conventions when saving files– Maximum length– Prohibited characters

Chapter 4: Operating Systems and File Management 24

– No reserved words– Case sensitivity

File extensions are usually related to the file format– Native file format

Page 5: Operating Systems Section A: Operating System Basics ... · Chapter 4: Operating Systems and File Management 10 Your computer’s small bootstrap program is built into special ROM

09.10.2012

5

4 File Directories and Folders

An operating system maintains a directory for each disk, tape, CD, DVD, or USB flash drive– Root directory

– Subdirectory

Chapter 4: Operating Systems and File Management 25

Subdirectory• Depicted as folders

A computer’s file location is defined by a file specification, or path

C:\Music\Reggae\Marley One Love.mp3

4 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

Chapter 4: Operating Systems and File Management 26

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

4 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 27

4 File Formats

An easy way to convert a filefrom one format to another isto open it with an application

Chapter 4: Operating Systems and File Management 28

that supports both file formats,and then use the Save As dialogbox to select an alternativefile format.

4SECTION D

File ManagementFile ManagementApplication-based File Management

File Management Utilities

File Management Metaphors

Wi d E l

Chapter 4: Operating Systems and File Management 29

Windows Explorer

File Management Tips

Physical File Storage

4 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 30

Page 6: Operating Systems Section A: Operating System Basics ... · Chapter 4: Operating Systems and File Management 10 Your computer’s small bootstrap program is built into special ROM

09.10.2012

6

4 Application-based File Management

The Save As dialog boxof most Windows applications uses theoperating system’s file

Chapter 4: Operating Systems and File Management 31

management utility, soyou can carry out a widevariety of file and foldertasks such as creating,renaming, and deletingfiles.

4 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 32

work with them

4 Understanding the Need for Organizing Files and Folders

Windows organizes the folders and files in a hierarchy, or file system

Windows stores folders and important files that it needs when you turn on the computer

33

that it needs when you turn on the computer in the root directory

Folders stored within other folders are called subfolders

4 Understanding the Need for Organizing Files and Folders

34

4 File Management

Storage metaphors help you visualize and mentally organize the files on your disks– Logical storage models

Chapter 4: Operating Systems and File Management 35

4 Developing Strategies for Organizing Files and Folders

The type of disk you use to store files determines how you organize those files

Storing files on removable media allows you to use simpler organization

36

The larger the medium, the more levels of folders you should use

My Documents folderYou should have a backup, or duplicate copy,

of important files

Page 7: Operating Systems Section A: Operating System Basics ... · Chapter 4: Operating Systems and File Management 10 Your computer’s small bootstrap program is built into special ROM

09.10.2012

7

4 Developing Strategies for Organizing Files and Folders

37

4 Exploring Files and Folders

Windows Explorer shows the files, folders, and drives on your computer– Panes

• Explorer bar

38

p

• Folders pane

– Expand icon

– Collapse icon

My Computer shows the drives on your computer

4 Exploring Files and Folders

39

4 Exploring Files and Folders

40

4 Using Windows Explorer

My Documents folder

41

4 Navigating to Your Data Files

The file path is a notation that indicates a file’s location on your computer

A:\FM\Tutorial\Holiday.bmpA: is the drive name

42

– A: is the drive name

– FM is the top-level folder on drive A

– Tutorial is a subfolder in the FM folder

– Holiday.bmp is the full filename with the file extention

Page 8: Operating Systems Section A: Operating System Basics ... · Chapter 4: Operating Systems and File Management 10 Your computer’s small bootstrap program is built into special ROM

09.10.2012

8

4 Navigating to Your Data Files

43

4 Working with Folders and Files

Creating Folders using Windows Explorer– Click File on the menu bar, point to New to

display the submenu, and then click Folder

44

4 Windows Explorer

Windows Explorer allows you to manipulate files and folders in the following ways:– Copy

– Rename

Chapter 4: Operating Systems and File Management 45

Rename

– Move

– Delete

4 Working with Folders and Files

Moving and Copying Files and Folders– Moving a file removes it from its current location

and places it in a new location you specify

– Copying places the file in both locations

46

py g p

4 Working with Folders and Files

Naming and Renaming Files– Filenames provide important information about

the file, including its contents and purpose• Main part of the filename

47

• Dot

• File extension

– A filename extension identifies the file’s type and indicates the program in which the file was created

4 Working with Folders and Files

Deleting Files and Folders– The Recycle Bin is an area on your hard disk that

holds deleted files until you remove them permanently

48

Page 9: Operating Systems Section A: Operating System Basics ... · Chapter 4: Operating Systems and File Management 10 Your computer’s small bootstrap program is built into special ROM

09.10.2012

9

4 Working with Compressed Files

Files stored in a compressed (zipped) folder take up less disk space– Allows you to transfer files more quickly

Extracting a file creates an uncompressed

49

gcopy of the file in a folder you specify, while the original file remains in the compressed folder

Compression programs– WinZip– PKZip

4 File Management Tips

Use descriptive names

Maintain file extensions

Group similar files

O i f ld f th t d

Chapter 4: Operating Systems and File Management 50

Organize your folders from the top down

Consider using the default folders

Do not mix data files and program files

4 File Management Tips

Don’t store files in the root directory

Access files from the hard disk

Follow copyright rules

D l t hi fil l d

Chapter 4: Operating Systems and File Management 51

Delete or archive files you no longer need

Be aware of storage locations

Back up

4 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

Chapter 4: Operating Systems and File Management 52

Storage media must be formatted before it can store files

• Formatting utilities divide the disk into tracks and sectors

4 Physical File Storage

CDs and DVDs can be created using mastering or packet-writing techniques. Mastering creates disks that can be used more

Chapter 4: Operating Systems and File Management 53

reliably on a wide varietyof computers and standalone players. Packet writing is more flexible for disks that you plan touse only on your own computer.

4 Physical File Storage

The file system keeps track of the names and locations of files

Chapter 4: Operating Systems and File Management 54

– NTFS• Master File Table

(MFT)

– FAT32• File Allocation Table

(FAT)

Page 10: Operating Systems Section A: Operating System Basics ... · Chapter 4: Operating Systems and File Management 10 Your computer’s small bootstrap program is built into special ROM

09.10.2012

10

4 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

Chapter 4: Operating Systems and File Management 55

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

4 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 56

that they are stored in contiguous clusters

4SECTION E

Backup SecurityBackup SecurityBackup Basics

Data File Backup

System Backup

B d R Di k

Chapter 4: Operating Systems and File Management 57

Boot and Recovery Disks

4 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 58

4 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

Chapter 4: Operating Systems and File Management 59

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

4 Backup Basics

Chapter 4: Operating Systems and File Management 60

Page 11: Operating Systems Section A: Operating System Basics ... · Chapter 4: Operating Systems and File Management 10 Your computer’s small bootstrap program is built into special ROM

09.10.2012

11

4 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

Chapter 4: Operating Systems and File Management 61

Back up Internet connection information, e-mail folders, e-mail address book, favorite URLs, downloads and validation codes, and other configuration information

4 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 62

4 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 63

drives and other backup devices

4 System BackupA full backup makes a fresh copy of every file in the

folders you’ve specified for the backupA differential backup makes a backup of only those

files that were added or changed since your last full backup session

Chapter 4: Operating Systems and File Management 64

backup sessionAn 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

4 System Backup

Restore points back up personalpreferences and configuration settings stored in the Windows

Chapter 4: Operating Systems and File Management 65

Registry. You can manually create restore points or let Windows create them automatically whenever youadd new software or hardware.

4 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

Chapter 4: Operating Systems and File Management 66

– Windows Installation CD

Page 12: Operating Systems Section A: Operating System Basics ... · Chapter 4: Operating Systems and File Management 10 Your computer’s small bootstrap program is built into special ROM

09.10.2012

12

4 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

Chapter 4: Operating Systems and File Management 67

Recovery partition

4 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

Chapter 4: Operating Systems and File Management 68

the Symantec Recovery Disk

Certain PC manufacturers have pre-installed Norton Ghost and the recovery environment on some of their computers

Chapter 4 CompleteChapter 4 Complete

Operating Systems Operating Systems and File Managementand File Management