Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.

Slides:



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

COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
Chapter 8 Operating Systems and Utility Programs
Chapter 5 System Software.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
System Software Chapter 5 McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved.
System Software Chapter Describe the differences between system software and application software Discuss the four types of system software Discuss.
Operating Systems: Software in the Background
55 CHAPTER SYSTEM SOFTWARE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 5-2 Competencies Describe the differences between system software.
1 Chapter 2 Operating Systems: Software in the Background.
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
McGraw-Hill/Irwin Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 System Software.
Software. Application Software performs useful work on general-purpose tasks such as word processing and data analysis. The user interacts with the application.
Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER System Software computing ESSENTIALS    
Chapter 5 System Software.
Installing Windows XP Professional Using Attended Installation Slide 1 of 41Session 2 Ver. 1.0 CompTIA A+ Certification: A Comprehensive Approach for all.
LECTURE 14 Operating Systems and Utility Programs
The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
Learning Outcomes At the end of this lesson, students should be able to: State the types of system software – Operating system – Utility system Describe.
Lesson 4 Computer Software
Operating Systems Operating System
Hardware vs. Software Computer systems consist of both hardware and software. Hardware refers to anything you can physically touch. Keyboards, mice, monitors,
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Chapter 8 Operating Systems and Utility Programs
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Lesson 6 Operating Systems and Software
Fundamentals of Computer Hardware & software
Chapter 4 System Software.
3 3 3 CHAPTER System Software. 3 Objectives By the end of this lecture, you should know how to: –Describe the differences between system software and.
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.
How Hardware and Software Work Together
Section 2 Software.
Software Software consists of the instructions issued to the computer to perform specific tasks. –The software on a computer system refers to the programs.
Operating Systems TexPREP Summer Camp Computer Science.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Chapter 4 System Software. Software Programs that tell a computer what to do and how to do it. Sets of instructions telling computers to perform actions.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 5 System Software.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
5 SYSTEM SOFTWARE CHAPTER
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
System Software Chapter Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
McGraw-Hill Technology Education © 2006 by the McGraw-Hill Companies, Inc. All rights reserved. 55 CHAPTER SYSTEM SOFTWARE.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
BMTS 242: Computer and Systems Lecture 5: Yousef Alharbi Website
Computer Operating Systems And Software applications.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
CHAPTER 2 COMPUTER SOFTWARE. LEARNING OUTCOMES At the end of this class, students should be able to:  Explain the significance of software  Define and.
Computer Software. Two Major Types of SW System SW Programs that generally perform the background tasks in a computer. These programs, many times, talk.
System Software Chapter Handles technical details Works with end users, application software, and computer hardware Four types of programs –Operating.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Operating System and Utility Programs
Computers: Tools for an Information Age
Operating System & Application Software
Operating System Review
Chapter 8 Operating Systems and Utility Programs.
TexPREP Summer Camp Computer Science
Chapter 4 The Power behind the Power
5 SYSTEM SOFTWARE CHAPTER
Operating System Review
OPERATING SYSTEMS.
5 SYSTEM SOFTWARE CHAPTER
5 SYSTEM SOFTWARE CHAPTER
Chapter 4 The Power behind the Power
Introduction to Computer Software
Software - Operating Systems
Fundamentals of Computer Hardware & software
Presentation transcript:

Chapter 2 – Software Part A

Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two main categories  System software = makes the computer run  Application software = use computer to perform specific processing tasks for user

Copyright Law Majority of software falls under protection of copyright law. Owner Use with restriction Illegal to copy without permission Commercial software “Pay before you use” Shareware “Try before you buy” Limited usage or limited version Freeware Copyrighted and free Public domain Not copyrighted Can be used without restriction

Software code Most software packages consist only of executable code Readable only by computer Protects code from being altered or copied Source code Code written by software developers Compiler translates to executable code Open Source code Software package includes source code Can be reviewed and modified Small, growing trend

System requirements Minimum hardware components needed to successful install and run software. Processor speed Amount of memory Required hard disk space Other requirements = video, CD-ROM speed Application software written for platform Combination of processor and operating system

System software Operating system Most important piece of software Controls computer “nucleus of all software activity” Consists of multiple programs System utilities Help maintain the computer

OS Kernel Core element Memory-resident Loaded at startup Resides in memory until PC powered off Responsible for loading all other software User interface = allows user to enter commands Command-driven User types in text commands Oldest interface Graphical User interface (GUI = “gooey”) User uses point-and-draw device (mouse) to choose from a menu of commands or icons (graphic images)

OS (contd) Drivers Software programs that allow OS to control hardware components Supplied by hardware vendor Multi-tasking = concurrent execution of more than 1 program at a time Processor can only execute 1 command at a time OS rotates “time slices’ between multiple programs Appears to be running simultaneously (but NOT!)

OS (contd) Multiprocessing Supports multiple processors Allows simultaneous execution of instructions Windows XP Pro supports 2 processors OS supports single computer and user NOS = network OS supports multiple computer and users

OS varieties Microsoft Windows Most popular Intel-compatible processor Many versions Legacy = (95, 98, ME, NT and 2000) Current = XP and Server 2003 (NOS) Apple MAC OS X Motorola platform 10% market share

OS varieties (contd) Linux Growing in popularity Open Source freeware Customizable

System Utilities Most used system utilities File management File and disk maintenance Security Screen savers Backup Can exist as part of OS Available through 3 rd party vendor ie Norton Utilities

Examples File management Windows Explorer or My Computer Folders organize files Copy, move, delete and add files and folders File maintenance Disk Defragmenter (Start > All Programs > Accessories > System Tools) Locates and consolidates fragmented files to improve file access time

Examples Security – antivirus, spy ware, ad ware, firewall, pop-up blocker 3 rd party vendors = Norton, McAfee, AVG