49
Living in a Digital World Discovering Computers 2010

System Software

  • Upload
    bly

  • View
    31

  • Download
    0

Embed Size (px)

DESCRIPTION

System Software. What is System software ? consists of the programs that control or maintain the operations of the computer and its devices. There are two types of system software:. Pages 398 - 399. Operating Systems. - PowerPoint PPT Presentation

Citation preview

Page 1: System Software

Living in a Digital World

Discovering Computers 2010

Page 2: System Software

2

System Software

• What is System software?– consists of the programs that control or maintain the

operations of the computer and its devices.– There are two types of system software:

Operating systems

Utility Programs

Page 3: System Software

3

Operating Systems

• An operating system (OS) is software that coordinate all the activities among computer hardware resources.

• Pages 398 - 399

Start and shut down a

computer

Provide a user interface

Manage programs

Manage memory

Coordinate tasks

Configure devices

Establish an Internet

connection

Monitor performance

Provide utilities Automatically update

Control a network

Administer security

Page 4: System Software

4

Operating Systems

administer security

start the computer

monitor performance

control a network

provide a user interfacemanage programs

provide file management and other utilities

establish an Internet connection schedule jobs and

configure devices

Page 5: System Software

5

Operating System Functions

• The process of starting or restarting a computer is called booting.

Cold boot

• Turning on a computer that has been powered off completely

Warm boot

• Using the operating system to restart a computer

Page 6: System Software

6

Operating System Functions

Page 7: System Software

7

Operating System Functions

A boot drive is the drive from which your computer starts.

• You can boot from a boot disk, which contains a few system files that will start the computer.– Also called a recovery disk

Page 8: System Software

Operating System Functions

• An operating system includes various shut down options:

8• Page 402

Sleep mode saves any open documents and programs to RAM, turns off all unneeded functions, and then places the computer in a low-power state.

Hibernate saves any open documents and programs to a hard disk before removing power from the computer.

Page 9: System Software

9

Operating System Functions

• What is a user interface?– controls how you enter data and instructions and how

information is displayed on the screen.– There are two main types of user interfaces:

• GUI – graphical user interface• Command Line

Page 10: System Software

10

Operating System Functions

• A graphical user interface (GUI) allows the user to interact with menus and visual images.

Page 11: System Software

11

Operating System Functions

• With a command-line interface, a user uses the keyboard to enter data and instructions.

• They are difficult to use because they require exact spelling, grammar, and punctuation.

Page 12: System Software

12

Operating System Functions

• How an operating system handles programs directly affects your productivity

Single user and multiuser

Single tasking and

multitasking

Foreground and background

Multiprocessing

Page 13: System Software

13

Operating System Functions

• What is multi-tasking?– Working on two or more

programs that reside in memory at same time.

– Foreground• Contains programs you are

currently using.– Background

• Contains programs that are running, but not currently in use.

Page 14: System Software

14

Operating System Functions

• A multiprocessing operating system that is capable of supporting and using more than one processor.

• A multiuser operating system is capable of supporting more than one user at a time.– Many operating systems only service one user at a time. – Some operating systems must handle requests from many users

at the same time.• Web servers, Database servers, DNS servers, File servers, etc…

• Windows Server & Unix operating systems can do both functions.

Page 15: System Software

15

Operating System Functions

• Memory management optimizes the use of RAM.• Virtual memory refers to an operating system borrowing

space from the hard drive when it runs out of space in RAM memory.

Page 16: System Software

16

Operating System Functions

A driver is a small program that tells the operating system how to communicate with a

specific device.

Plug and Play automatically

configures new devices as you install them.

Page 17: System Software

17

Operating System Functions

• Operating systems typically provide a means to establish connections to the Internet, wireless network or other networks.

Page 18: System Software

18

Operating System Functions

• A performance monitor is a program that assesses and reports information about various computer resources and devices.

Page 19: System Software

19

Operating System Functions

• MAC OS X – Activity Monitor

Page 20: System Software

20

Operating System Functions

• Operating systems often provide tools for:

Managing files Searching for files

Viewing images

Securing a computer

Uninstalling programs

Cleaning up disks

Defragmenting disks

Diagnosing problems

Backing up files and disks

Setting up screen savers

Page 21: System Software

21

Types of Operating Systems

• Three categories of operating systems:

Stand-alone

Embedded Network

Page 22: System Software

22

Types of Operating Systems

Page 23: System Software

23

Stand-Alone Operating Systems

• A stand-alone operating system is a complete operating system that works on a desktop computer, notebook computer, or mobile computing device.

Windows Vista Mac OS X

UNIX Linux

Page 24: System Software

24

Stand-Alone Operating Systems

• DOS– Developed in the early 1980s for

personal computers.– Microsoft developed the operating

system for IBM.– No longer used today because it

doesn’t offer a GUI.

Page 25: System Software

25

Stand-Alone Operating Systems

• Windows Vista is Microsoft’s fastest, most efficient operating system to date.– Windows 7 is slated to replace it as Microsoft’s latest

operating system.

Page 26: System Software

26

Stand-Alone Operating Systems

Page 27: System Software

27

Stand-Alone Operating Systems

• The Macintosh operating system has set the standard for operating system ease of use.

• Latest version is Mac OS X named “Snow Leopard”.

Page 28: System Software

28

Stand-Alone Operating Systems

• Unix– Used mainly by power

users because if its flexibility and power.

– Primarily used for servers, but available for computers of all sizes.

– Most versions offer a GUI.

– Developed in the early 1970s.

Page 29: System Software

29

Stand-Alone Operating Systems

• Linux– Popular Unix-type

operating system.– Many versions of Linux

are available and most are free.

– Open-source software: code is available to public.

– Created by Linus Torvalds

Page 30: System Software

30

Server Operating Systems

Windows Server 2008 UNIX

Linux Solaris

Page 31: System Software

31

Server Operating Systems

• Windows Server 2008 is an upgrade to Windows Server 2003.– Operating system used to service the requests of many users.– Web servers, File servers, Database servers, etc…

• Most editions include Hyper-V, a virtualization technology.– Virtualization is the practice of sharing or pooling computing

resources.

Page 32: System Software

32

Embedded Operating Systems

• An embedded operating system resides on a ROM chip on a mobile device or consumer electronic device.

Windows Embedded CE

Windows Mobile Palm OS iPhone OS

Blackberry Embedded Linux Symbian OS

Page 33: System Software

33

Embedded Operating Systems

Page 34: System Software

34

Utility Programs

• A utility program is a type of system software that allows a user to perform maintenance-type tasks.– Also called a utility.

Page 35: System Software

35

Utility Programs

• A file manager is a utility that performs functions related to file management.– Displaying a list of files– Organizing files in folders.– Copying, renaming,

deleting, moving, and sorting files and folders.

– Creating shortcuts.

Page 36: System Software

36

Utility Programs

• A search utility is a program that attempts to locate a file on your computer based on criteria you specify.

Page 37: System Software

37

Utility Programs

• An image viewer allows users to display, copy, and print the contents of a graphics file.

• An uninstaller removes a program, as well as any associated entries in the system files.

Page 38: System Software

38

Utility Programs

• A disk cleanup utility searches for and removes unnecessary files.– Downloaded program

files.– Temporary Internet

files.– Deleted files.– Unused program

files.

Page 39: System Software

39

Utility Programs

• A disk defragmenter reorganizes the files and unused space on a computer’s hard disk so that the operating system accesses data more quickly and programs run faster.– Defragmenting

Page 40: System Software

40

Utility Programs

• Disk defragmenter

Page 41: System Software

41

Utility Programs

• A backup utility allows users to copy files or an entire hard disk to another storage medium.

• A restore utility reverses the process and returns backed up files to their original form.

Page 42: System Software

42

Utility Programs

• A personal firewall detects and protects a personal computer from unauthorized intrusions.

Page 43: System Software

43

Utility Programs

• An anti-virus program detects and protects a computer from computer viruses.

• An anti-spyware program detects and protects a computer from spyware.– Spyware is a program that is placed on a computer without the owner’s

knowledge.

Page 44: System Software

Utility Programs

• Filters are programs that remove or block certain items from being displayed.

44

Web filters

Anti-spam programs

Phishing filters

Pop-up blockers

Page 45: System Software

45

Utility Programs

• A file compression utility shrinks the size of a file(s).– Compressing files frees up room on the storage media.

• Compressed files sometimes are called zipped files– Can be uncompressed.– Software is required to compress and uncompress files.

Page 46: System Software

46

Utility Programs

• A media player allows you to view images and animation, listen to audio, and watch video files on your computer.

Page 47: System Software

47

Utility Programs

• Disc burning software writes text, graphics, audio, and video files on a recordable or rewritable optical disc.

Page 48: System Software

48

Utility Programs

• A personal computer maintenance utility identifies and fixes operating system problems, detects and repairs disk problems, and includes the capability of improving a computer’s performance.

Page 49: System Software

49

Quote of the day…

"Two things are infinite: the universe and humanstupidity; and I'm not sure about the universe."

--Albert Einstein