Chapter 3 - Computer Software

Slides:



Advertisements
Similar presentations
Chapter 8: Operating Systems and Utility Programs
Advertisements

Chapter 1 Introduction to Computer Operating System.
Objectives Overview Define an operating system
Chapter 8 Operating Systems and Utility Programs
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
Chapter 8 Operating Systems and Utility Programs.
System Software: Operating Systems and Utility Programs
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
Chapter 8 Operating Systems and Utility Programs.
Operating Systems: Software in the Background
1 Pertemuan 6 Understanding Operating Systems Matakuliah: J0282 / Pengantar Teknologi Informasi Tahun: 2005 Versi: 02/02.
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
LECTURE 14 Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
System Software: Operating Systems and Utility Programs Chapter 5.
OPERATING SYSTEMS AND SYSTEMS SOFTWARE. SYSTEMS SOFTWARE Systems software consists of the programs that control the operations of the computer and its.
Living in a Digital World Discovering Computers 2010.
SOFTWARE.
System Software: Operating Systems and Utility Programs
Lesson 4 Computer Software
Operating Systems.
Operating Systems Operating System
IT Introduction to Information Technology CHAPTER 08 – Operating System.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter 8 Operating Systems and Utility Programs
Chapter Three OPERATING SYSTEMS.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Lesson 6 Operating Systems and Software
Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.
BUSINESS COMPUTER APPLICATION University of Palestine College of Business Instructor: Mr. Ahmed Abumosameh.
Computer Software What is system software?
Understanding Computers1 Chapter 5 System Software: Operating Systems and Utilities.
Component 4: Introduction to Information and Computer Science Unit 4: Application and System Software 1 Health IT Workforce Curriculum Version 1.0/Fall.
Chapter 4 System Software.
Operating Systems  A collection of programs that  Coordinates computer usage among users  Manages computer resources  Handle Common Tasks.
Software 1. Software is divided into parts System software Operating system Utility software Application software 2.
University of Management & Technology 1 Operating Systems & Utility Programs.
What is system software and what are its parts? Programs that control operation of computer Two parts are operating systems utility programs.
Explain the purpose of an operating system
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Chapter 7 Operating Systems and Utility Programs.
System Software Provides GUI Manages the resources of the computer system Defines the Software Platform Components of System Software Operating system.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Kuliah 4 Pengantar Teknologi Informasi Oleh Coky Fauzi Alfi cokyfauzialfi.wordpress.com Software.
Understanding Computers Ch.61 Chapter 6 System Software: Operating Systems and Utilities.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Chapter 8 Operating Systems. Objectives Identify the types of system software Summarize the startup process on a personal computer Describe the functions.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Chapter 9 Operating Systems Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
System Software: Operating Systems and Utility Programs
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
Computer Operating Systems And Software applications.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Systems Software / The Operating System CSC October 14, 2010.
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Software.
Discovering Computers 2012: Chapter 8
Operating System Review
Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs.
Computer Software.
Chapter 7 Operating Systems and Utility Programs
Chapter 4 The Power behind the Power
5 SYSTEM SOFTWARE CHAPTER
Operating System Review
Operating System Review
5 SYSTEM SOFTWARE CHAPTER
Chapter 4 The Power behind the Power
Presentation transcript:

Chapter 3 - Computer Software System Software

Learning Objectives Explain system software and operating systems Identify operating systems for desktop PCs Identify operating systems for handheld PCs and larger computers Discuss utility programs

System Software The programs that control and maintain the operation of the computer and its devices The two parts of system software are the Operating System (OS) and utility programs. Operating system (OS) (sometimes called the platform) coordinates all activities among computer hardware resources, applications and the user. Utility programs are used to maintain the health of the operating system.

Operating System Functions start up the computer provide user interface manage memory schedule jobs and configure devices control a network administer security Provide file management and other utilities monitor performance

Processing Techniques for Increased Efficiency One way computers operate more efficiently is to multitask. Operating systems that support multithreading have the ability to rotate between multiple threads. If a computer has two or more CPUs, techniques that perform operations simultaneously are possible. Multiprocessing Parallel processing CMPTR Chapter 3: Computer Software

Processing Techniques for Increased Efficiency Simultaneous vs. sequential processing CMPTR Chapter 3: Computer Software

Processing Techniques for Increased Efficiency Another key function of the operating system is memory management, which involves optimizing the use of main memory (RAM). A buffer is an area in RAM or on the hard drive designated to hold input and output on their way into or out of the system. The process of placing items in a buffer so they can be retrieved by the appropriate device when needed is called spooling. CMPTR Chapter 3: Computer Software

Processing Techniques for Increased Efficiency Virtual memory (VM) management allocates portion of hard disk to function like RAM This occurs when the amount of information that needs to be accessed by the CPU exceeds the amount of memory the PC contains.

Differences Among Operating Systems Most operating systems today use a graphical user interface (GUI), in which users can click icons or commands on the screen to issue instructions to the computer. The older DOS operating system and some versions of the UNIX and Linux operating systems use a command line interface, which requires users to type commands to issue instructions to the computer.

Operating Systems – Configuring Hardware When the OS starts up it must find and configure all of the hardware attached to the PC It does this by using device drivers This is a small program that tells the operating system how to configure and communicate with each peace of hardware. Each device attached to a PC has a unique driver These drivers are either found in the OS system or come with the hardware on a CD/DVD disk.

Operating System - Drivers device driver

Operating System Start-up cold boot Process of turning on a computer after it has been powered off completely warm boot Process of restarting a computer that is already powered on

How a Desktop PC Boots Step 1: Power supply sends signal to components in system unit Processor Step 2: The processor accesses BIOS to start computer BIOS

How a Desktop PC Boots Step 3: BIOS checks components such as mouse, keyboard connectors, and expansion cards CD-ROM drive processor BIOS expansion cards

How a Desktop PC Boots Step 4: Results of POST are compared to data in the CMOS chip CD-ROM drive CMOS processor BIOS expansion cards expansion cards

How a Desktop PC Boots Step 5: BIOS looks for system files in drive C (hard disk), can also look in the CD/DVD drive or USB drive The drive that boots the computer is called the boot drive. floppy disk drive CD-ROM drive CMOS processor hard disk BIOS expansion cards

How a Desktop PC Boots Step 6: Boot program loads kernel of operating system into RAM from boot drive floppy disk drive CD-ROM drive CMOS Operating system in memory takes control of computer processor hard disk (RAM) memory modules BIOS Step 6 expansion cards

How a Desktop PC Boots Step 7: Operating system loads configuration information and displays desktop on screen Step 7 Operating system executes programs in StartUp folder click Start to display list of applications you can run

Differences Among Operating Systems Other types of Operating Systems: Personal operating systems (desktop operating systems) Server operating systems (network operating systems) Mobile operating systems Embedded operating systems CMPTR Chapter 3: Computer Software

Differences Among Operating Systems How operating systems are used in a network environment CMPTR Chapter 3: Computer Software

Operating Systems for Desktop PCs Topics Covered: Windows Windows Server and Windows Home Server Mac OS and Mac OS X Server Unix Linux CMPTR Chapter 3: Computer Software

Windows Microsoft created the original version of Windows (Windows 1.0) in 1985 in an effort to meet the eeds of users frustrated by having to learn and use DOS commands. Other versions of Windows included: Windows 95 & Windows 98: GUI similar to Windows 3.x but supported multitasking, customization, etc. Windows NT: first 32-bit version of Windows Windows Vista: available in 32-bit and 64-bit versions Windows 7 Windows 8

Windows Server and Windows Home Server Windows Server is the version of Windows designed for server use. Windows Server 2008 includes: Internet Information Services 7.0, which is a powerful Web platform for Web applications and Web services Built-in virtualization technologies A variety of new security tools and enhancements Streamlined configuration and management tools CMPTR Chapter 3: Computer Software

Mac OS and Mac OS X Server Mac OS is the proprietary operating system for computers made by Apple Inc. Mac OS X Server is the server version of Mac OS X.

UNIX UNIX was developed in the late 1960s at AT&T Bell Laboratories as an operating system for midrange servers. UNIX is a multiuser, multitasking operating system. Computer systems ranging from microcomputers to mainframes can run UNIX, and it can support a variety of devices from different manufacturers. CMPTR Chapter 3: Computer Software

Linux Linux is an operating system developed by Linus Torvalds in 1991 when he was a student at the University of Helsinki in Finland. Linux was released to the public as open source software; that is, a program whose source code is available to the public and can be modified to improve it or to customize it to a particular application. CMPTR Chapter 3: Computer Software

Linux CMPTR Chapter 3: Computer Software

Operating Systems for Handheld PCs and Larger Computer Topics Covered: Mobile and Embedded Versions of Windows Mobile Phone Operating Systems Operating Systems for Larger Computers CMPTR Chapter 3: Computer Software

Mobile and Embedded Versions of Windows Windows Mobile is the version of Windows designed for mobile phones. Windows Embedded is a family of operating systems based on Windows that is designed primarily for consumer and industrial devices that are not personal computers, such as cash registers, digital photo frames, GPS devices, ATMs, medical devices, and robots. CMPTR Chapter 3: Computer Software

Mobile Phone Operating Systems Android: Linux-based that supports multitasking iPhone OS: designed for Apple mobile phones and mobile devices BlackBerry OS: designed for BlackBerry devices Palm OS: original operating system designed for Pam devices Palm webOS: Linux-based, designed for next-generation Pam mobile phones Symbian OS: supports multithreading and multitasking Embedded Linux: an operating system alternative for mobile phones, GPS devices, portable digital media players, and other mobile devices CMPTR Chapter 3: Computer Software

Operating Systems for Larger Computers Larger computer systems—such as high-end servers, mainframes, and supercomputers—sometimes use operating systems designed solely for that type of system. Larger computer systems may also use a customized operating system based on a conventional operating system. Such as AIX or UNICOS CMPTR Chapter 3: Computer Software

Utility Programs A system software that allows the user to perform maintenance type tasks including Managing the computer Its device Its programs

Command Center Provides status information on; Security Updates Maintenance Troubleshooting

Firewall Detects and protects a computer from unauthorized intrusions

Uninstaller Removes programs from the operating system.

Disk Cleanup A program that scans for unnecessary files It then gives you the option to remove the files.

Disk Fragmantation When a hard drive is new files are stored in sequential blocks of data. When files are deleted space is opened up on the hard drive When new files are saved the bocks they contain fill in the hard drive starting from the front of the drive. The new files is now fragmented on the hard drive

Disk Fragmantation Over time the hard drive on a computer becomes extremely fragmented. This will effect the speed at which the computer will work To correct this problem you must defragment the hard drive.

Disk Defragmenter In Windows 7 this is a scheduled process that occurs once a week.

Backing Up Your Data There are many ways to back up your data You can copy it to a CD/DVD or Blue ray disk. You can copy it to an another internal hard drive You can copy it to an external hard drive. You can copy it to an Internet (cloud) hard drive. How ever you do it, backing up your data should be a regular habit.

Backing Up Your Data Backup utility programs Windows Backup utility Cloud Drives