4 1 operating system activities an operating system is a type of system software that acts as the...

29
4 1 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

Upload: may-baker

Post on 27-Dec-2015

216 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

1

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

Page 2: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

2

Operating System Activities

Page 3: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

3

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

Page 4: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

4

Operating System Activities Operating System Categories

– Single-user operating system– Multiuser operating system– Server operating system– Desktop operating system

Page 5: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

5

User Interfaces The combination of hardware and software that helps people

and computers communicate with each other

Page 6: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

6

User Interfaces Menus, submenus, and dialog boxes

Page 7: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

7

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

Page 8: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4 The Boot Process

8

Page 9: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4 Microsoft Windows

9

Page 10: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

10

Mac OS

You can tell when you’re using Mac OS by the Apple logo that appears on the menu bar. TheMac OS X interface includes all the standard elements of a GUI,including icons, menus, windows, and taskbars.

Page 11: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

11

Mac OS

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

Page 12: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

12

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– Virtual machine

Page 13: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

13

UNIX and Linux The UNIX operating system was developed in 1969 at

AT&T’s Bell Labs– Dependable in multiuser environments

Linux is an operating system distributed along with its source code under the terms of a GPL (General Public License)– A Linux distribution is a download that contains the Linux

kernel, system utilities, applications, and an installation routine

Page 14: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

14

UNIX and Linux

Linux users can choose from several graphical interfaces.Pictured here is the popular Ubuntu graphical desktop.

Page 15: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

15

DOS Disk Operating System First operating system that many used

Page 16: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

16

Handheld Operating Systems

Page 17: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

17

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

Page 18: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4 File Directories and Folders To designate a file’s location, you must first specify the

device where the file is stored– The main hard disk usually is referred to as Drive C

A disk partition is a section of hard disk drive that is treated as a separate storage unit– Partitions can be assigned drive letters– Partitions are not the same as folders

18

Page 19: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

19

File Directories and Folders An operating system maintains a directory for each disk,

tape, CD, DVD, BD, or USB flash drive– Root directory– Subdirectory

• Depicted as folders A computer’s file location is defined by a file specification, or

path

Page 20: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

20

File Formats A file format refers to the organization and layout of data that

is stored in a file The format of a file usually includes a header, data, and

possibly an end-of-file marker– A file header is a section of data at the beginning of a file

that contains information about a file A file extension does not really define the format of a file

Page 21: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

21

File Formats A software application can open files that exist in its native

file format, plus several additional file formats

Page 22: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

22

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 dialogbox to select an alternative file format.

Page 23: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

23

Application-based File Management

Applications typically provide a way to open files and save them in a specific folder on a storage device

Page 24: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

24

The Save As command of most Windows applications uses the operating system’s filemanagement utility, so you can carry out a widevariety of file and folder tasks such as creating,renaming, and deleting files.

Application-based File Management

Page 25: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

25

File Management Utilities File management

utilities show you the files stored on your disks and help you work with them

Page 26: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

26

File Management Metaphors Storage metaphors help you visualize and mentally organize

the files on your disks– Logical storage models

Page 27: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

27

Windows Explorer

Windows Explorer makes it easy to drill down through the levels of the directory hierarchy to locate a folder or file.

Page 28: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

28

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

Page 29: 4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place

4

29

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